You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new Clean Architecture or Dapr project and select Api Authorisation as the security option, the resulting Infrastructure project references IdentityModel.AspNetCore which is:
Obsolete - This package has been deprecated as it is legacy and no longer maintained. more info
Does not seem to be required, when I remove it from the Infrastructure project, the code still compiles
What version of Intent Architect are you using?
4.4.0-beta-1
Additional information
No response
The text was updated successfully, but these errors were encountered:
I also noticed that there are some references to Microsoft.AspNetCore in the using clauses for the Intent.Infrastructure.DependencyInjection.DependencyInjection and Intent.Dapr.AspNetCore.ServiceInvocation.HttpClientHeaderHandlerTemplate, along with a reference to IHttpContextAccessor in the latter template.
This is resolved (for .net 9) by adding the following to the csproj file
Another unused package in the Infrastructure project is the Newtonsoft.Json package. Specifically, if I use the IEvangelist.Azure.CosmosRepository and not the EF module, there is no need for this package, and it can be safely removed.
What happened?
When creating a new Clean Architecture or Dapr project and select
Api Authorisation
as the security option, the resulting Infrastructure project referencesIdentityModel.AspNetCore
which is:What version of Intent Architect are you using?
4.4.0-beta-1
Additional information
No response
The text was updated successfully, but these errors were encountered: