-
### Is your feature request related to a problem? Please describe.
Right now, ASP.NET Core has a direct dependency on the AAD JWT library (token handler, token validation parameters etc). This li…
-
# dotnet 简单方法在一个进程内同时跑起 WPF 和 ASP.NET Core 框架
dotnet 简单方法在一个进程内同时跑起 WPF 和 ASP.NET Core 框架
[https://blog.lindexi.com/post/dotnet-%E7%AE%80%E5%8D%95%E6%96%B9%E6%B3%95%E5%9C%A8%E4%B8%80%E4%B8%AA%E8%BF%…
-
### Describe the bug
Directly quoting from Bootstrap 4 Form Validation guidelines: https://getbootstrap.com/docs/4.4/components/forms/#validation
>Bootstrap scopes the :invalid and :valid st…
-
### Issue description
When enabling [RestorePackagesWithLockFile](https://devblogs.microsoft.com/nuget/enable-repeatable-package-restores-using-a-lock-file/), generating the packages.lock.json file l…
-
### Describe the bug
When a property is explicitly set a value of `null` in appsettings.json, I expected that to be null after the configuration was loaded, but it actually has a value of `""`. This …
-
https://github.com/dotnet/aspnetcore/issues/8573#issuecomment-854036038 covers the problem statement for this issue
-----
Bootstrap 5 is removing it's dependency on jQuery: https://github.com/twbs…
-
I followed instruction in the README file :
`dotnet new -i aspnetcore-vuejs `
Then
`mkdir MyProject && cd MyProject`
Then
`dotnet new vuejs`
And i get the same template generated when choosin…
-
Tasks for packages :
- check the repository - https://github.com/WoW-2-0-Projects/LanguageAssessment and analyze what temporary things must be moved out as packages
- EF Core interceptors must be mo…
-
## Background and Motivation
We should expand the list of known profiles to include networking and ASP.NET Core events.
## Proposed Feature
https://github.com/dotnet/diagnostics/blob/c13a550f…
-
While benchmarking an ASP.NET Core app we found that ~5% of allocations come from a substring call to remove `"Bearer "` from the access token provided in the "Authorization" header. We can avoid this…