-
For .NET SDK containers, it is critical that we control the first run experience. There are design truths of containers that need to be appreciated:
- Every run with containers is first run (modulo…
-
There's a number of files in this repository that include license headers that restrict the usage of those files:
```
/*!
* Note: While Microsoft is not the author of this script file, Microsoft
…
-
### NuGet Product(s) Involved
Visual Studio Package Management UI, Visual Studio Package Manager Console, dotnet.exe
### The Elevator Pitch
NuGet allows for a package to be added to a project, but …
-
Hide everything that depends on System.Web behind an interface, allow user to specify alternate implementations.
Probably a good change for v1.0, take the opportunity to overhaul configuration API to…
-
We are facing serialization performance issue, especially if compared to OData-less Json serialization.
Our issue is highlighted but a compared execution we are trying: the comparison is between an O…
-
Hi,
I tried adding the NuGet package ([1.2.1](https://www.nuget.org/packages/AspNet.Identity.EntityFramework.Multitenant/1.2.1)) to my ASP.NET 5 MVC 6 (vNext) project, but looks like the project is d…
-
Add proxying support to the Blazor dev server similar to the functionality available from other frontend frameworks, particularly those based on webpack:
- Webpack: https://webpack.js.org/configura…
-
I find the description of Data Protection key management for Azure App Service to be a little confusing. This part is hard to understand:
> When you swap between deployment slots, for example swapp…
-
[EDIT by guardrex to add the metadata]
This doc was super-helpful in educating me on how to add Key Vault protection to my blob storage-persisted keys. Thanks for that helpful guide. However, after…
-
The [Bearer token authentication](https://docs.microsoft.com/en-us/aspnet/core/signalr/authn-and-authz?view=aspnetcore-2.2#bearer-token-authentication) section says:
> In standard web APIs, bearer …