Roundup #16: NET Standard 2.1, Endpoint Routing, Bullseye, API Spec Workflow
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. .NET Standard 2.1 This document describes the plan for .NET Standard 2.1, which includes the definition of its API surface. We did a diff between .NET Core 2.1 and .NET Standard 2.0 to see which APIs that were added in .NET Core would be great candidates for inclusion in the standard. Interesting to read some of the pros/cons for versioning and the decision to go with 2.1 Link: https://github.com/dotnet/standard/blob/master/docs/planning/netstandard-2.1/README.md Endpoint… Read More »Roundup #16: NET Standard 2.1, Endpoint Routing, Bullseye, API Spec Workflow