StackExchange.Precompilation icon indicating copy to clipboard operation
StackExchange.Precompilation copied to clipboard

Upload recent versions to NuGet

Open tompazourek opened this issue 7 years ago • 3 comments

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...

tompazourek avatar Jan 05 '19 20:01 tompazourek

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 avatar Mar 25 '22 20:03 MarkKharitonov

@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 avatar Mar 29 '22 13:03 tompazourek

@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?

MarkKharitonov avatar Mar 29 '22 15:03 MarkKharitonov