Upload recent versions to NuGet
I noticed that the recent versions are only available on the StackOverflow MyGet feed. Would it be possible to get them on the standard NuGet feed as well?
I'm just having some issues with complaints about missing Microsoft.DiaSymReader.Native and I think the latest 5.1.0 version could solve it...
Is there a myget url I can try? Never worked with myget. Their site asks to register, which I do not want to do.
@MarkKharitonov In the repo readme, it says:
https://www.myget.org/F/stackoverflow/api/v2
Try creating a nuget.config file and add that as a package source... I haven't worked with MyGet either though, not sure if any auth is needed.
See reference: https://docs.microsoft.com/en-us/nuget/reference/nuget-config-file#packagesources
@tompazourek - at the end I forked their repo and built the packages myself. Got some problems - https://stackoverflow.com/q/71632811/80002. Maybe you can help?