aspnetcore
aspnetcore copied to clipboard
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
Should look something like: ```cs // Some client-side features require cross-origin isolation. To enable this, see https://aka.ms/blazor-cross-origin-isolation app.MapFallbackToFile("index.html"); ``` This is the outcome from https://github.com/dotnet/aspnetcore/issues/42114 (see comment there for details...
Hello guys, I had a bug on my code which thrown an "System.ObjectDisposedException: Cannot access a closed Stream", when i was sending a stream to js. The error was pretty...
### Describe the bug A browser attached to "dotnet watch" will lose its connection if there is a static file change during a build, the reload will hit the server's...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Error-retrieving-the-current-token-in-a-/1581366)._ --- I have created a Blazor application and I use Msal to do authentication following the examples from Azure...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. MVC...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. Localization...
For https://github.com/dotnet/aspnetcore/issues/21513 TBD: tests
### Is your feature request related to a problem? Please describe. I have load of CPU intensive requests connected to vial for the application data from sensors, and I would...
Seeing intermittent hangs in these tests: Added `false` to take this out of the aspnetcore-ci checks since all tests were quarantined anyways Failing build: https://dev.azure.com/dnceng/public/_build/results?buildId=1495934&view=ms.vss-test-web.build-test-results-tab&runId=42705898&resultId=121679&paneView=debug Console logs: ``` Console log:...
# Microsoft Security Advisory CVE-2022-34716: .NET Information Disclosure Vulnerability ## Executive summary Microsoft is releasing this security advisory to provide information about a vulnerability in .NET Core 3.1 and .NET...