-
Notifications
You must be signed in to change notification settings - Fork 23
Problem using the NuGet package in .NET Core 3.1 project #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This package currently only supports .NET Framework 4.5 onwards. I've recently been working on support for .NET Standard 2.0, .NET Core 2.1 and .NET Core 3.1, and have just published a pre-release package for this, ready for internal testing at Redgate. See https://www.nuget.org/packages/XmlDoc2CmdletDoc/0.4.0-dotnetcore0000 If you're still interested, I'd appreciate it if you'd give it a try and let us know how it goes. |
Sorry for the late reply. I found some time to experiment with this version and it looks promising. Meanwhile there is a newer pre release version (0.4.0-dotnetcore0001) online. But this one I couldn´t get working. Once I downgraded to the version you mentioned everything worked again. |
Having just noticed the 0.4.0 pre-release, I observe that in this context
or the equivalent
when it discovers that |
0.4.0 prerelease does not work for my app in net5, same permission error. Looking forward to new updates. |
I have similar issue with .net5. Just created a pull request for adding .net 5 support. #61 With XmlDoc2CmdletDoc support for .net 5.0 it is possible to create maml from a .net 5.0 F# binary project (after manually adding the FSharp.Core.dll to the same folder as XmlDoc2CmdletDoc.exe). |
I am trying to use this NuGet package in a .NET Core 3.1 project.
When I build I get an error in the build output of VS telling something about missing rights, which is completly wrong.
When I try to run the shown command I get a more reasonable long error message, basically telling me that the commandline tool cannot find the assembly System.Runtime in version 4.2.2.0.
Does anyone know a workaround for this?
The text was updated successfully, but these errors were encountered: