-
With .NET Framework, we can check "Reference Assemblies\Microsoft\Framework.NETFramework\v4.0" path for the XML comments of each DLL. This can be used for example with IronPython to display the comments for a method as implemented in https://github.com/IronLanguages/ironpython3/blob/master/Src/IronPython/Runtime/Types/DocBuilder.cs
We will get:
With .NET Core, looking at C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.12 there are no XML files. How can we extract the XML comments in this case? Are we supposed to download them from somewhere? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@gpetrou I found mine at: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1 From information I found here: https://docs.microsoft.com/en-us/dotnet/core/install/localized-intellisense |
Beta Was this translation helpful? Give feedback.
@gpetrou I found mine at: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1
From information I found here: https://docs.microsoft.com/en-us/dotnet/core/install/localized-intellisense