build: Bump the nuget group with 9 updates#230
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Bumps Aspire.AppHost.Sdk from 13.1.0 to 13.1.2 Bumps Aspire.Hosting.AppHost from 13.1.1 to 13.1.2 Bumps Aspire.Hosting.PostgreSQL from 13.1.1 to 13.1.2 Bumps Aspire.Hosting.Testing from 13.1.1 to 13.1.2 Bumps Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.1.1 to 13.1.2 Bumps FastEndpoints from 8.0.0-beta.2 to 8.0.1 Bumps Scalar.AspNetCore from 2.12.38 to 2.12.50 Bumps TUnit from 1.13.51 to 1.17.54 Bumps TUnit.Assertions from 1.13.51 to 1.17.54 --- updated-dependencies: - dependency-name: Aspire.AppHost.Sdk dependency-version: 13.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Aspire.Hosting.AppHost dependency-version: 13.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Aspire.Hosting.PostgreSQL dependency-version: 13.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Aspire.Hosting.Testing dependency-version: 13.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Aspire.Npgsql.EntityFrameworkCore.PostgreSQL dependency-version: 13.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: FastEndpoints dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Scalar.AspNetCore dependency-version: 2.12.50 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: TUnit dependency-version: 1.17.54 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: TUnit.Assertions dependency-version: 1.17.54 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com>
NAUR Ecosystem CI ReportUpdated: Saturday, March 07, 2026 at 01:27 AM EST Global Validation
Service Validation Dashboard
Failure & Warning Details🔴 Service: global❌ FAILED - Dependency AuditGenerated by NAUR CI Bot | View Run |
Contributor
Author
|
Superseded by #238. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Aspire.AppHost.Sdk from 13.1.0 to 13.1.2.
Release notes
Sourced from Aspire.AppHost.Sdk's releases.
13.1.2
What's Changed
Full Changelog: microsoft/aspire@v13.1.1...v13.1.2
13.1.1
What's Changed
Full Changelog: microsoft/aspire@v13.1.0...v13.1.1
Commits viewable in compare view.
Updated Aspire.Hosting.AppHost from 13.1.1 to 13.1.2.
Release notes
Sourced from Aspire.Hosting.AppHost's releases.
13.1.2
What's Changed
Full Changelog: microsoft/aspire@v13.1.1...v13.1.2
Commits viewable in compare view.
Updated Aspire.Hosting.PostgreSQL from 13.1.1 to 13.1.2.
Release notes
Sourced from Aspire.Hosting.PostgreSQL's releases.
13.1.2
What's Changed
Full Changelog: microsoft/aspire@v13.1.1...v13.1.2
Commits viewable in compare view.
Updated Aspire.Hosting.Testing from 13.1.1 to 13.1.2.
Release notes
Sourced from Aspire.Hosting.Testing's releases.
13.1.2
What's Changed
Full Changelog: microsoft/aspire@v13.1.1...v13.1.2
Commits viewable in compare view.
Updated Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.1.1 to 13.1.2.
Release notes
Sourced from Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases.
13.1.2
What's Changed
Full Changelog: microsoft/aspire@v13.1.1...v13.1.2
Commits viewable in compare view.
Updated FastEndpoints from 8.0.0-beta.2 to 8.0.1.
Release notes
Sourced from FastEndpoints's releases.
8.0.1
Due to low financial backing by the community, FastEndpoints will soon be going into "Bugfix Only" mode until the situation improves. Please join the discussion here and help out if you can.
New 🎉
Support for Native AOT compilation
FastEndpoints is now Native AOT compatible. Please see the documentation here on how to configure it.
If you'd like to jump in head first, a fresh AOT primed starter project can be scaffolded like so:
If you've not worked with AOT compilation in .NET before, it's highly recommended to read the docs linked above.
Auto generate STJ JsonSerializationContexts
You no longer need to ever see a
JsonSerializerContextthanks to the new serializer context generator in FastEndpoints. (Unless you want to that is 😉). See the documentation here on how to enable it for non-AOT projects.Distributed job processing support
The job queueing functionality now has support for distributed workers that connect to the same underlying database. See the documentation here.
Qualify endpoints in global configurator according to endpoint level metadata
You can now register any object as metadata at the endpoint level like so: