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.
There are ~~two~~ tests skipped on helix due to the move to running from the publish directory from https://github.com/dotnet/aspnetcore/pull/29449 - [x] IdentityUIScriptsTest.IdentityUI_ScriptTags_FallbackSourceContent_Matches_CDNContent - [x] HtmlGenerationWebSite_GeneratesExpectedResultsNotReadyForHelix - [x] HtmlGenerationWebSite_GenerateEncodedResultsNotReadyForHelix - [...
### Describe the bug The long-lived circuits of Blazor server make distributed tracing not work as expected. Since each circuit is effectively a long-lived request ... a lot of *activity*...
Build: https://dev.azure.com/dnceng/public/_build/results?buildId=1027022&view=logs&j=8c9dd6ae-5017-5a70-997c-c2386fed4e85&t=67839355-6a03-55d6-fbd7-5d56c2fd9ea1 ``` Failed Templates.Test.BlazorServerTemplateTest.BlazorServerTemplateWorks_NoAuth(browserKind: Chromium) [2 m 50 s] Error Message: System.TimeoutException : Timeout 30000ms exceeded. =========================== logs =========================== waiting for selector "h1+p >> text=Current count: 1" to be...
IndividualAuth_Works tests are failing with the following on OSX, this seems like its generally an issue when the trust store is modified which causes Chrome to flush all the connections,...
I want to be able to run `dotnet watch run --urls="https://localhost:7005"` to start my application server at a specific port and have hot reload enabled. However, hot reload is not...
## Error Message ``` Failed to install browsers EXEC : error : Failed to download firefox, caused by [D:\workspace\_work\1\s\src\Shared\BrowserTesting\src\Microsoft.AspNetCore.BrowserTesting.csproj] ##[error]EXEC(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Failed to download firefox, caused by EXEC...
### Describe the bug I have a simple ASP Net core 5 application with Angular ( the template was generated with Microsoft Visual Studio Professional 2019 Version 16.8.3 ) In...
## Failing Test(s) - Templates.Test.BlazorWasmTemplateTest.BlazorWasmHostedTemplate_AzureActiveDirectoryTemplate_Works I have not quarantined this test because the error so strange that I can't tell if it's related to a specific test. ## Error Message...
I have spent a long time trying to figure what is the problem, looking for similar issues, but just could not find the answer. ### Describe the bug I have...
Using ``, you'll be unable to type normally into the input. After each keystroke it behaves as if you've just moved the cursor back to the start, and your next...