-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Insights: dotnet/aspnetcore
Overview
Could not load contribution data
Please try again later
2 Releases published by 1 person
-
v8.0.18 .NET 8.0.18
published
Jul 8, 2025 -
v9.0.7 .NET 9.0.7
published
Jul 8, 2025
30 Pull requests merged by 15 people
-
Add an InputHidden component for Blazor
#62626 merged
Jul 10, 2025 -
Add UseDefaultServiceProvider extension methods for WebAssembly host builder
#62629 merged
Jul 10, 2025 -
[ASP.NET] Add a prompt to generate API review documents
#62637 merged
Jul 10, 2025 -
Add option to exception handler middleware to suppress logging
#59074 merged
Jul 10, 2025 -
[main] (deps): Bump src/submodules/googletest from
a45468c
to3983f67
#62568 merged
Jul 10, 2025 -
Add metrics to Identity
#62078 merged
Jul 10, 2025 -
Update all built-in AuthenticationSchemeOptions to initialize Events
#62595 merged
Jul 9, 2025 -
MVC: Correct metadata type for formdata enum parameters
#61399 merged
Jul 9, 2025 -
Enhance validation for classes and records
#62633 merged
Jul 9, 2025 -
Fix test for invariant culture parsing
#62631 merged
Jul 9, 2025 -
Log when an enhanced navigation fails
#62598 merged
Jul 9, 2025 -
[release/2.3] Merge from internal
#62614 merged
Jul 9, 2025 -
Merging internal commits for release/9.0
#62617 merged
Jul 9, 2025 -
Merging internal commits for release/8.0
#62615 merged
Jul 9, 2025 -
[release/8.0] Update dependencies from dotnet/source-build-reference-packages
#62365 merged
Jul 8, 2025 -
[release/9.0] Update dependencies from dotnet/extensions
#62357 merged
Jul 8, 2025 -
[release/8.0] Update dependencies from dotnet/arcade
#62313 merged
Jul 8, 2025 -
[release/9.0] Quarantine HubConnectionCanSendAndReceiveGroupMessages test
#62563 merged
Jul 8, 2025 -
[release/8.0] (deps): Bump src/submodules/googletest from
e9092b1
toc67de11
#62520 merged
Jul 8, 2025 -
[release/9.0] (deps): Bump src/submodules/googletest from
e9092b1
toc67de11
#62521 merged
Jul 8, 2025 -
[release/8.0] Quarantine HubConnectionCanSendAndReceiveGroupMessages test
#62564 merged
Jul 8, 2025 -
[release/9.0] Update dependencies from dotnet/arcade
#62502 merged
Jul 8, 2025 -
Add msbuild dependencies to fix SourceBuild prebuilts
#62606 merged
Jul 8, 2025 -
Replace use of InvokeNew with InvokeConstructor in Blazor JS interop
#62588 merged
Jul 8, 2025 -
Support *.localhost TLD for local dev
#62593 merged
Jul 8, 2025 -
Run template tests on Components/MVC changes
#62547 merged
Jul 8, 2025 -
Restore Gradle dependencies to in-repo cache in CI
#62542 merged
Jul 8, 2025 -
OwningComponentBase implements IAsyncDisposable
#62583 merged
Jul 8, 2025 -
[Blazor] Add IPersistentComponentStateSerializer<T> interface for custom serialization extensibility
#62559 merged
Jul 7, 2025
15 Pull requests opened by 8 people
-
Fix QuickGrid nullable property sorting by handling UnaryExpression in ToPropertyName
#62602 opened
Jul 8, 2025 -
QuickGrid: Adds EmptyContentTemplate
#62603 opened
Jul 8, 2025 -
QuickGrid: Adds Multi Column Sorting
#62604 opened
Jul 8, 2025 -
QuickGrid: Adds option to disable rendering of filler rows
#62607 opened
Jul 8, 2025 -
[release/10.0-preview6] Source code updates from dotnet/dotnet
#62616 opened
Jul 8, 2025 -
Use sdk paths!
#62619 opened
Jul 8, 2025 -
Fix ValidatableTypeInfo to skip IValidatableObject validation when property validation fails
#62623 opened
Jul 9, 2025 -
Add CreateScopeForStatusCodePages property and UseStatusCodePagesWithReExecute overload
#62624 opened
Jul 9, 2025 -
Add validation to Router component to prevent both NotFound and NotFoundPage being set
#62625 opened
Jul 9, 2025 -
Fix: This handles the issue where a URL parameter like `?age=null` ca…
#62630 opened
Jul 9, 2025 -
Support `NotFound` content rendering for a custom Router
#62635 opened
Jul 9, 2025 -
Try splitting helix into subsets
#62644 opened
Jul 9, 2025 -
Add deprecation warning to Microsoft.Extensions.ApiDescription.Client MSBuild package
#62646 opened
Jul 9, 2025 -
Deprecate IActionContextAccessor
#62647 opened
Jul 9, 2025 -
[Blazor] Emit antiforgery only when streaming or a form has been placed on the page
#62653 opened
Jul 10, 2025
27 Issues closed by 17 people
-
Add an InputHidden component for Blazor
#55720 closed
Jul 10, 2025 -
Better diagnostics/information for circular DI dependencies in Blazor WebAssembly
#43866 closed
Jul 10, 2025 -
Unhandled exceptions are being logged before custom IExceptionHandler is being called
#54554 closed
Jul 10, 2025 -
Record metrics for user account activities
#52996 closed
Jul 10, 2025 -
JwtBearerEvents might be null, despite being marked as not null
#43313 closed
Jul 9, 2025 -
[WebApplicationFactory] UseKestrel feedback
#62332 closed
Jul 9, 2025 -
OpenAPI: Form data route with enum parameter with default value throws exception
#61327 closed
Jul 9, 2025 -
ValidatatableTypeAttribute does not work on records
#62315 closed
Jul 9, 2025 -
CanValidateTypeWithParsableProperties test failure
#62627 closed
Jul 9, 2025 -
Log when an enhanced navigation fails
#51229 closed
Jul 9, 2025 -
No error when calling a post api in .net 7.20
#56672 closed
Jul 9, 2025 -
Perf regression: multiple_queries
#62579 closed
Jul 9, 2025 -
API proposal for new JS interop infrastructure
#62455 closed
Jul 8, 2025 -
API proposal for new user-facing JS interop methods
#62454 closed
Jul 8, 2025 -
Add *.localhost & *.internal to the dev cert SANs
#62592 closed
Jul 8, 2025 -
Perf regression: antiforgery-validation
#62591 closed
Jul 8, 2025 -
[QuickGrid] Sort enhancements
#62494 closed
Jul 8, 2025 -
OwningComponentBase doesn't implement IAsyncDisposable
#25873 closed
Jul 8, 2025 -
Is this your problem?
#62596 closed
Jul 8, 2025 -
JWT Token: 401 Unauthorized and invalid_token Error
#62597 closed
Jul 8, 2025 -
Blazor logging scopes
#62527 closed
Jul 7, 2025 -
Perf regression: antiforgery-noop, updates
#62581 closed
Jul 7, 2025 -
API proposal for Blazor diagnostics DI
#62376 closed
Jul 7, 2025 -
blazor.web.js:1 Failed to load resource: the server responded with a status of 404
#62576 closed
Jul 7, 2025 -
[Blazor] Support serialization extensibility for declarative persistent component state
#60716 closed
Jul 7, 2025 -
Published size improvement: basicminimalapivanilla
#62574 closed
Jul 7, 2025
28 Issues opened by 14 people
-
Be able to switch off Actions, Diagnostics and Metrics
#62651 opened
Jul 10, 2025 -
Obsolete Razor Runtime Compilation (Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation)
#62648 opened
Jul 10, 2025 -
MSAL with route-based Option provider gets stuck after retrieving the token
#62645 opened
Jul 9, 2025 -
Benchmark stopped running: basicgrpcgo
#62643 opened
Jul 9, 2025 -
Benchmark stopped running: basicgrpcpublishaot, basicgrpcpublishaot, basicgrpcpublishtrimr2rsinglefile
#62642 opened
Jul 9, 2025 -
Benchmark stopped running: basicgrpcvanilla, basicgrpcvanilla, todosapipublishaot
#62641 opened
Jul 9, 2025 -
Benchmark stopped running: todosapipublishaot, todosapipublishtrimr2rsinglefile, todosapivanilla
#62640 opened
Jul 9, 2025 -
Benchmark stopped running: basicminimalapipublishaot, basicminimalapipublishaot, todosapivanilla
#62639 opened
Jul 9, 2025 -
API review issue for OwningComponentBase.DisposeAsync
#62634 opened
Jul 9, 2025 -
(request) Decompression middlewares should emit metric for decompression usage
#62632 opened
Jul 9, 2025 -
Signalr Core TypeScript timing of connection on start with abort
#62622 opened
Jul 9, 2025 -
[dnceng-bot] Branch `aspnetcore/release/8.0` can't be merged to Azdo internal branch
#62621 opened
Jul 8, 2025 -
[dnceng-bot] Branch `aspnetcore/release/9.0` can't be merged to Azdo internal branch
#62620 opened
Jul 8, 2025 -
Benchmark stopped running: todosapipublishaot, todosapipublishaot, todosapipublishtrimr2rsinglefile
#62613 opened
Jul 8, 2025 -
Benchmark stopped running: basicgrpcpublishaot, todosapivanilla, todosapivanilla
#62612 opened
Jul 8, 2025 -
Benchmark stopped running: basicgrpcpublishaot, basicgrpcpublishtrimr2rsinglefile, basicgrpcvanilla
#62611 opened
Jul 8, 2025 -
Benchmark stopped running: basicgrpcvanilla, basicminimalapipublishaot, basicminimalapipublishaot
#62610 opened
Jul 8, 2025 -
QuickGrid problem with _lastRefreshedPaginationStateHash = Pagination?.GetHashCode();
#62605 opened
Jul 8, 2025 -
DbContextHealthCheck should properly log all failure exception by default
#62600 opened
Jul 8, 2025 -
SEO performance issue with Blazor Web App
#62599 opened
Jul 8, 2025 -
WebApplication.CreateBuilder() should allow a configure action parameter for testing purposes
#62594 opened
Jul 8, 2025 -
Perf improvement: updates
#62590 opened
Jul 7, 2025 -
[Blazor] PersistentComponentStateSerializer API review
#62589 opened
Jul 7, 2025 -
audio Support
#62587 opened
Jul 7, 2025 -
Update Minimal API validation logic for backwards compatibility
#62584 opened
Jul 7, 2025
74 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Passkey design follow-ups
#62530 commented on
Jul 9, 2025 • 1 new comment -
Feature for setting activity tags on creation
#62090 commented on
Jul 7, 2025 • 1 new comment -
[main] Source code updates from dotnet/dotnet
#62551 commented on
Jul 9, 2025 • 0 new comments -
Known Build Error: ProcessBufferedRenderBatches_WritesRenders fails
#61807 commented on
Jul 10, 2025 • 0 new comments -
Known Build Error: error : Cannot create a file when that file already exists.
#61178 commented on
Jul 10, 2025 • 0 new comments -
Helix failure `EPT_S_NOT_REGISTERED`
#57416 commented on
Jul 10, 2025 • 0 new comments -
Combining IdToken and AccessToken Claims To Build Principal In Authorization Code Flow
#53712 commented on
Jul 10, 2025 • 0 new comments -
[Blazor] Document new Blazor metrics
#61577 commented on
Jul 10, 2025 • 0 new comments -
When prerendering, emit culture name and use it on WebAssembly side
#26941 commented on
Jul 10, 2025 • 0 new comments -
Remove usage of the unload event
#54793 commented on
Jul 10, 2025 • 0 new comments -
Blazor WASM only relies on the current culture (current UI culture isn't respected)
#56824 commented on
Jul 10, 2025 • 0 new comments -
QuickGrid has a race condition with disposal during init
#47173 commented on
Jul 10, 2025 • 0 new comments -
Quickgrid shows three loading dots with the loading placeholder
#49440 commented on
Jul 10, 2025 • 0 new comments -
Creating a Blazor project with a space in its name breaks the styling
#52196 commented on
Jul 10, 2025 • 0 new comments -
Quickgrid PropertyColumn Align property doesn't work with Align.Right
#50029 commented on
Jul 10, 2025 • 0 new comments -
Results / TypedResults ignore null values
#49107 commented on
Jul 10, 2025 • 0 new comments -
Add `ExceptionHandlerOptions.SuppressLoggingCallback`
#59075 commented on
Jul 10, 2025 • 0 new comments -
Deprecate IActionContextAccessor
#28162 commented on
Jul 9, 2025 • 0 new comments -
[API Proposal] Passkeys in ASP.NET Core Identity
#62287 commented on
Jul 9, 2025 • 0 new comments -
UB Build Failure: aspnetcore - Cannot create a file when that file already exists
#61368 commented on
Jul 9, 2025 • 0 new comments -
Improve SSR navigation tests
#62536 commented on
Jul 10, 2025 • 0 new comments -
Dispose the certificate chain elements with the chain
#62531 commented on
Jul 9, 2025 • 0 new comments -
Endpoint renderer waits for quiescence with stopping the rendering
#62524 commented on
Jul 10, 2025 • 0 new comments -
[release/8.0] Update Microsoft.Build versions
#62507 commented on
Jul 8, 2025 • 0 new comments -
[release/9.0] Update Microsoft.Build versions
#62505 commented on
Jul 8, 2025 • 0 new comments -
Implement runtime-based IValidatableTypeInfoResolver for minimal API validation
#62497 commented on
Jul 8, 2025 • 0 new comments -
Unescape relative path before file lookup to fix space-in-filename issue
#62349 commented on
Jul 9, 2025 • 0 new comments -
[SignalR] [Java] Fix NPE when closing hub connection during negotiation
#62319 commented on
Jul 7, 2025 • 0 new comments -
Revert "Revert "Upgrade Ubuntu and Azure Linux VMs and Containers""
#62304 commented on
Jul 9, 2025 • 0 new comments -
[OpenAPI] Use invariant culture for TextWriter
#62193 commented on
Jul 9, 2025 • 0 new comments -
[Blazor] Update `AuthenticationStateProvider` to take advantage of Declarative persistent component state
#61992 commented on
Jul 8, 2025 • 0 new comments -
update template descriptions to be more beginner-friendly
#61593 commented on
Jul 8, 2025 • 0 new comments -
support ForwardedHeaders configuration
#61419 commented on
Jul 8, 2025 • 0 new comments -
Handling CultureInfo.InvariantCulture in RequestLocalizationMiddleware
#58844 commented on
Jul 8, 2025 • 0 new comments -
[Known Build Error] `QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved`
#62308 commented on
Jul 10, 2025 • 0 new comments -
[Known Build Error] Ssl connection could not be established
#62008 commented on
Jul 10, 2025 • 0 new comments -
[Known Build Error] Failed webcil conversion: image is too small
#61987 commented on
Jul 10, 2025 • 0 new comments -
ASP.NET's global.json `tool\vs` section behaves poorly
#62379 commented on
Jul 9, 2025 • 0 new comments -
Update OpenTelemetry semantic conventions to include AuthN/AuthZ metrics
#60468 commented on
Jul 8, 2025 • 0 new comments -
Error when loading test.html using MapStaticAssets: Failed to load resource: net::ERR_CONTENT_DECODING_FAILED
#58940 commented on
Jul 8, 2025 • 0 new comments -
Microsoft.Extensions.ApiDescription.Server does not dispose the created host thus could hang/fail the build process
#43395 commented on
Jul 8, 2025 • 0 new comments -
Add metrics for Blazor state persistence
#62572 commented on
Jul 8, 2025 • 0 new comments -
RegexMatchTimeoutException when rendering ViewComponent
#52792 commented on
Jul 8, 2025 • 0 new comments -
UseAuthorization does not work with WebHostBuilder on .NET 8
#53332 commented on
Jul 8, 2025 • 0 new comments -
[API Proposal] Diagnostic traces for Blazor
#62556 commented on
Jul 8, 2025 • 0 new comments -
WebApplicationFactory has content root issue when running tests on WSL2
#55867 commented on
Jul 8, 2025 • 0 new comments -
[API Proposal] Diagnostic metrics for Blazor
#62555 commented on
Jul 7, 2025 • 0 new comments -
Sliding expiry for hybrid cache
#56754 commented on
Jul 7, 2025 • 0 new comments -
ConfigureTestContainer not working with GenericHost
#14907 commented on
Jul 7, 2025 • 0 new comments -
ASP.NET Core identity user metrics API
#62132 commented on
Jul 7, 2025 • 0 new comments -
API proposal for hot reload webassembly APIs
#62371 commented on
Jul 7, 2025 • 0 new comments -
Api proposal for Use <LinkPreload /> component to preload assets (#62225)
#62374 commented on
Jul 7, 2025 • 0 new comments -
API proposal for `IHostEnvironmentNavigationManager.Initialize` and SSR navigation switch
#62415 commented on
Jul 7, 2025 • 0 new comments -
Workflow for running .Net Core 8 Angular SPA locally in prod mode
#62557 commented on
Jul 7, 2025 • 0 new comments -
Allow JS.InvokeAsync<IJSObjectReference> calls to return null/undefined
#52070 commented on
Jul 7, 2025 • 0 new comments -
Add support for immutable classes
#62570 commented on
Jul 7, 2025 • 0 new comments -
Support `NotFound` content rendering for a custom `Router`
#62367 commented on
Jul 9, 2025 • 0 new comments -
IIS Shadow Copy - bug - The last numbered folder inside the Shadow Copy Directory is reused and keeps old artifacts
#62567 commented on
Jul 9, 2025 • 0 new comments -
Blazor quickgrid error - The supplied expression can't be represented as a property name for sorting
#62582 commented on
Jul 9, 2025 • 0 new comments -
API proposal for `Router.NotFoundPage`
#62409 commented on
Jul 9, 2025 • 0 new comments -
Api proposal for `UseStatusCodePagesWithReExecute`
#62408 commented on
Jul 9, 2025 • 0 new comments -
Problem Details writes invalid json due to unwritten buffered content
#62110 commented on
Jul 9, 2025 • 0 new comments -
Enable static graph restore in build
#47808 commented on
Jul 8, 2025 • 0 new comments -
Errors after updating packages
#58990 commented on
Jul 8, 2025 • 0 new comments -
Update to .NET 10
#57461 commented on
Jul 8, 2025 • 0 new comments -
Re-write `.nuspec` files before running tests
#56706 commented on
Jul 8, 2025 • 0 new comments -
ProjectTemplates instructions error
#55975 commented on
Jul 8, 2025 • 0 new comments -
[Infrastructure] Update NPM dependencies as part of build-ops
#52966 commented on
Jul 8, 2025 • 0 new comments -
Re-evaluate HTTP/3 defaults in .NET 10
#52741 commented on
Jul 8, 2025 • 0 new comments -
context.ProtocolMessage.Prompt is not working on Microsoft.AspNetCore.Authentication.OpenIdConnect
#61820 commented on
Jul 8, 2025 • 0 new comments -
ASP.NET Core Identity and Auth documentation improvements
#59290 commented on
Jul 8, 2025 • 0 new comments -
[Blazor] Improve authentification and usage of web apis
#61501 commented on
Jul 8, 2025 • 0 new comments -
Webassembly MSAL unsupported
#61360 commented on
Jul 8, 2025 • 0 new comments -
Blazor template with individual auth breaks on windows (Data\app.db?)
#60807 commented on
Jul 8, 2025 • 0 new comments