You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Ive been using your library for a while now and it is working well, however I do have some disappointment about the way nuget builds are made and published.
Currently, the build process is not public, and does not include :
Symbols
Deterministic build
Compiler Flags
You can see them here under Health for version 6.15.0.
This could make debugging more challenging (due to missing symbols) and add concerns about ensuring that the NuGet package matches the source code from the github repo. Until now, I used a decompiler and some tools to compare code difference, but this isn't efficient.
As I recently had to look into making a github workflow to publish to nuget, I was wondering if you would be interessed If I made a pull request to create a release workflow for your project too.
The text was updated successfully, but these errors were encountered:
The publishing process has been the same for years :
Once a version is stabilized, I synch my local repo with the central repo
I generate the NuGet package on my local device, calling Microsoft tools from a .bat script file
I upload the generated package to NuGet manually
I increment the library's version number right after that
I didn't even realize what you describe could be an actual issue.
As I recently had to look into making a github workflow to publish to nuget, I was wondering if you would be interessed If I made a pull request to create a release workflow for your project too.
Hi, Ive been using your library for a while now and it is working well, however I do have some disappointment about the way nuget builds are made and published.
Currently, the build process is not public, and does not include :
You can see them here under Health for version 6.15.0.
This could make debugging more challenging (due to missing symbols) and add concerns about ensuring that the NuGet package matches the source code from the github repo. Until now, I used a decompiler and some tools to compare code difference, but this isn't efficient.
As I recently had to look into making a github workflow to publish to nuget, I was wondering if you would be interessed If I made a pull request to create a release workflow for your project too.
The text was updated successfully, but these errors were encountered: