twilio-labs / twilio-aspnet

Integrate Twilio Programmable Messaging and Voice with ASP.NET Respond to webhooks with TwiML in seconds
Apache License 2.0
59 stars 30 forks source link

Make builds deterministic and add source link #51

Closed Swimburger closed 2 years ago

Swimburger commented 2 years ago

By making builds detirministic, the output should always be the same when the input of the build is the same. This makes it easier to verify the integraty of the package.

Source link makes it easier for users to debug the library from their IDE by letting them use step-by-step debugging into the library without having to clone the project locally

Swimburger commented 2 years ago

https://github.com/dotnet/sourcelink

Swimburger commented 2 years ago

Support has been added, but need to test end 2 end when uploading next version of the library to NuGet.

Swimburger commented 2 years ago

Tested with 6.0.0-alpha, all good!