Roundup #14: NuGet Source Repo Link, RESTful API Guidelines, Async/Await, High Perf .NET
Here are the things that caught my eye this week. I’d love to hear what you found most interesting this week. Let me know in the comments or on Twitter. NuGet Source Repository Link Minor feature rolled out to the @nuget gallery today. This should make it easier to find the GitHub repo which matches @aspnet packages. #dotnet pic.twitter.com/vggwrYBarL — Nate McMaster (@natemcmaster) August 15, 2018 Small but really useful feature. You can specify RepositoryUrl and RepositoryType in your csproj. For example: View the code on Gist. Link: https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets Zalando RESTful API and Event Scheme Guidelines Zalando’s software architecture centers around decoupled microservices that… Read More »Roundup #14: NuGet Source Repo Link, RESTful API Guidelines, Async/Await, High Perf .NET