Bump Cratis.Applications and 2 others #261
Closed
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 Cratis.Applications from 17.7.0 to 17.20.1.
Release notes
Sourced from Cratis.Applications's releases.
17.20.1
Fixed
UpsertItem()for upserting was wrong and the extension method was in the wrong namesapce. It now sits inMicrosoft.EntityFrameworkCorenamespace.17.20.0
Added
DbSet<>for upserting an entity.17.19.1
Fixed
17.19.0
Added
.UseDatabaseFromConnectionString()or methods that configure an EntityFramework DbContext from connection string, it will not for Sqlite ensure that the path exists. This allows you to have a path with a directory that does not necessarily exist and it will create it automatically.17.18.5
Fixed
.EnableRetryOnFailure()for MS-SQL and PostgreSQL when using the EF Core extension.UseDatabaseFromConnectionString().17.18.4
Fixed
DbContextas aDbSet<>or is owned by an entity that is. By owned, this means there is an explicit relationship defined.17.18.3
Fixed
ClaimsPrincipalon the request.17.18.2
Fixed
.Entity()for an entity, it gets promoted as an entity - while we really don't want that for every type.17.18.1
Fixed
17.18.0
Added
EntityBuilderand not justModelBuilderfor entity framework scenarios.17.17.0
Added
<ApplicationModel/>context. See the documentation for more details.17.16.6
Nothing new - just fixing build error for version that was overridden by dependabot
17.16.5
Fixed
17.16.4
Fixed
DbContextwere wrong, it discovered allDbContexttypes and registered them, while it should've just discoveredReadModelDbContexttypes.17.16.3
Fixed
QueryName, it now includes the read model type as part of this internally. This means two different read models can have queries with the same name, e.g. generic names like "All", "ById" or similar.17.16.2
Changed
Fixed
TaskandValueTaskin model bound handlers17.16.1
Fixed
Guidconversion for Entity Framework to not do concept types that show up as entity types.ConceptAs<>conversion to treatConceptAs<Guid>types specifically - to get consistency with regular Guids.17.16.0
Added
Guidrepresentation for databases like Sqlite - this gives consistent behavior in storage, queries and relationships.Guidas type when usingBaseDbContext.Fixed
Guidfor migrators - it was supposed to be BLOB but was TEXT. Note that you might need a migration for this.17.15.2
Fixed
defaultValueparameter for column extensions for migration builders.17.15.1
Fixed
17.15.0
Added
ValidationResultfor easily creating an error or warning.17.14.5
Fixed
ICommandContextValuesProvider.17.14.4
Fixed
CratisProxiesOutputPathproperty in the ProxyGenerator Build .targets file. The newlines caused the proxy generator to fail.17.14.3
Fixed
CratisProxiesOutputPathif it has a\at the end for Windows. Windows will treat this as an escape character and keep the quote that sits there, making the rest of the command line arguments be in this one argument.17.14.2
Fixed
17.14.1
Fixed
.propsfile is assuming Unix - which is fine, its easier to fix it in code rather than poluting the XML.17.14.0
Added
CommandContextnow holds aResponseproperty for those commands returning a response. This can for instance be leveraged by command value response handlers.CommandResult. (#1241)OneOfscenario or not. If there is no value handler for the value returned, this will then become the response as part of theCommandResult.17.13.0
Added
CommandContext.AuthorizationFilterfor Commands and Queries, honoring the[Authorize]attribute. Commands are on the type level, while queries support both the type level and individual performers - such as the model bound performers.Fixed
TenantIdis available on all requests, not just controller action based.CorrelationIdis available on all requests, not just controller action based.17.12.4
Fixed
CommandResulttype to serialize to so that we get theResponseproperty when there is a response value.17.12.3
Fixed
requestParamtersproperty.17.12.2
Fixed
documentin theUrlsHelper17.12.1
Fixed
UrlHelpersto not usedocumentifdocumentis undefined.17.12.0
Added
<ApplicationModel/>to configure theorigin- which is where to find the APIs (e.g. http://localhost:5000).originfor APIs.17.11.3
Fixes
17.11.2
Fixed
AddDbContextWithConnectionString()extension method to be justDbContextand notBaseDbContextwhich it should've been.17.11.1
Fixed
DbContextsetup extension methods missed making the optionsActionbe optional.17.11.0
Added
17.10.0
Added
ICommandContextAccessorfor getting access to the currentCommandContextwhen doing work that is part of the command pipeline.CommandContextwhich will resolve through the newICommandContextAccessor17.9.7
Fixed
17.9.6
Fixed
React,React-DomandReact-Router-Dompeer dependencies supporting 18 and 19 of React. Rather than fixed version dependencies. Increasing compatibility.17.9.5
Fixed
17.9.4
Fixed
17.9.3
Fixed
17.9.2
Fixed
Task<>andIEnumerable<>types from the context of the assembly it is working with.17.9.1
Fixed
Microsoft.Extensions.HostingandMicrosoft.Extensions.Logging. This was an oversight.17.9.0
Added
17.8.2
Fixed
.MapIdentityProvider()which comes with the application model.17.8.1
Fixed
17.8.0
Added
Guidcolumn type for use when defining a Db schema, typically for EF Core migrations.DateTimeOffsetcolumn type for use when defining a Db schema, typically for EF Core migrations.17.7.2
Fixed
17.7.1
Fixed
./for import paths that are deep linked for types generated by the ProxyGenerator.Commits viewable in compare view.
Updated Cratis.Fundamentals from 7.0.0 to 7.2.1.
Release notes
Sourced from Cratis.Fundamentals's releases.
7.2.1
Fixed
7.2.0
Added
AwaitableHelperswithAwaitIfNeededmethod that can be used on aTask,Task<T>,ValueTaskorValueTask<T>to await and get the result.Changed
7.1.0
Added
IsDelegate()extension method forType.Commits viewable in compare view.
Updated Microsoft.AspNetCore.OpenApi from 9.0.9 to 9.0.10.
Release notes
Sourced from Microsoft.AspNetCore.OpenApi's releases.
9.0.10
Release
What's Changed
373af2etoeb2d85eby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from373af2etoeb2d85edotnet/aspnetcore#63501RadioButtonGetsResetAfterSubmittingEnhancedFormby @ilonatommy in UnquarantineRadioButtonGetsResetAfterSubmittingEnhancedFormdotnet/aspnetcore#63556Full Changelog: dotnet/aspnetcore@v9.0.9...v9.0.10
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)