Recommended way to document assemblies that have multiple targets #1163
Closed
RobertvanderHulst
started this conversation in
General
Replies: 1 comment
-
|
Adding support for something like the Applies To section in the MS documentation is planned but it will be a while before it is implemented. You can get somewhat close by using the version builder plug-in though it is a bit cumbersome. See this other thread for an example: #1134 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to document the runtime of our product. Until now, we had a single version of these DLLs. But we will start to deliver different versions of our Runtime DLLs for different version of .Net (.Net 8,9,10, .Net Framework 4.6).
What is the recommended way to document this? Ideally I would like to have a page that somehow indicates in which version of the assemblies a method is available. Something like MS does for the documentation (https://learn.microsoft.com/en-us/dotnet/api/system.string.empty), where a combobox lists the various frameworks and an "Applies To" topic documents for which version the type/method is available
Beta Was this translation helpful? Give feedback.
All reactions