Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge eShop into eShopOnAzure [8/26/24] #116

Merged
merged 54 commits into from
Sep 4, 2024
Merged

Merge eShop into eShopOnAzure [8/26/24] #116

merged 54 commits into from
Sep 4, 2024

Conversation

BrennanConroy
Copy link
Contributor

Mostly clean merge, didn't include this code segment though:
dotnet/eShop@909ee34#diff-2ca32a9f3b1dab680c869f3cfd5012be62ba000587c8de59ae1d0c23dad25c70R42-R48

This might be possible via someone setting specific values in appsettings.json, we could also do some manual config binding and add this code in.

michaelstonis and others added 30 commits May 30, 2024 11:43
The API version string has been refactored into a constant across multiple service classes. This change improves code maintainability by centralizing the API version value, making it easier to update in the future. The affected services include CatalogService, FixUriService, and OrderService.
Significant changes include:
- Updated the way services are registered in MauiProgram.cs, with IRequestProvider and IIdentityService now using a factory method for instantiation.
- Added debug-specific HttpMessageHandler registration to ignore SSL certificate validation during development.
- Modified AndroidManifest.xml to include network security configuration and added corresponding XML file.
- Created new WebAuthenticationCallbackActivity class for Android platform.
- Adjusted IdentityService.cs and RequestProvider.cs to use an injected HttpMessageHandler, allowing more control over HTTP requests.
- Updated SettingsViewModel.cs to dynamically set base address depending on the device platform. This is particularly useful when using an Android emulator locally.
- Adjusted AuthenticationExtensions.cs to validate issuers based on whether the app is running in DEBUG mode or not.
Bumps the aspire group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [Aspire.StackExchange.Redis](https://github.com/dotnet/aspire) | `8.0.0` | `8.0.1` |
| [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) | `8.0.0` | `8.0.1` |
| [Aspire.Hosting.AppHost](https://github.com/dotnet/aspire) | `8.0.0` | `8.0.1` |
| [Aspire.Hosting.Azure.CognitiveServices](https://github.com/dotnet/aspire) | `8.0.0` | `8.0.1` |
| [Aspire.Hosting.PostgreSQL](https://github.com/dotnet/aspire) | `8.0.0` | `8.0.1` |
| [Aspire.Hosting.RabbitMQ](https://github.com/dotnet/aspire) | `8.0.0` | `8.0.1` |
| [Aspire.Hosting.Redis](https://github.com/dotnet/aspire) | `8.0.0` | `8.0.1` |
| [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/aspire) | `8.0.0` | `8.0.1` |
| [Aspire.RabbitMQ.Client](https://github.com/dotnet/aspire) | `8.0.0` | `8.0.1` |
| [Microsoft.Extensions.ServiceDiscovery.Yarp](https://github.com/dotnet/aspire) | `8.0.0` | `8.0.1` |
| [Aspire.Npgsql](https://github.com/dotnet/aspire) | `8.0.0` | `8.0.1` |


Updates `Aspire.StackExchange.Redis` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.0.1)

Updates `Aspire.Npgsql.EntityFrameworkCore.PostgreSQL` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.0.1)

Updates `Aspire.Hosting.AppHost` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.0.1)

Updates `Aspire.Hosting.Azure.CognitiveServices` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.0.1)

Updates `Aspire.Hosting.PostgreSQL` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.0.1)

Updates `Aspire.Hosting.RabbitMQ` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.0.1)

Updates `Aspire.Hosting.Redis` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.0.1)

Updates `Microsoft.Extensions.ServiceDiscovery` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.0.1)

Updates `Aspire.RabbitMQ.Client` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.0.1)

Updates `Microsoft.Extensions.ServiceDiscovery.Yarp` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.0.1)

Updates `Aspire.Npgsql` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.0.1)

---
updated-dependencies:
- dependency-name: Aspire.StackExchange.Redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire
- dependency-name: Aspire.Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire
- dependency-name: Aspire.Hosting.AppHost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Azure.CognitiveServices
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire
- dependency-name: Aspire.Hosting.PostgreSQL
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire
- dependency-name: Aspire.Hosting.RabbitMQ
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire
- dependency-name: Microsoft.Extensions.ServiceDiscovery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire
- dependency-name: Aspire.RabbitMQ.Client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire
- dependency-name: Microsoft.Extensions.ServiceDiscovery.Yarp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire
- dependency-name: Aspire.Npgsql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Converted ClientApp.UnitTests from xUnit to MSTest

* fix up paths for tests

---------

Co-authored-by: Srushti Pasari94 <[email protected]>
Co-authored-by: James Montemagno <[email protected]>
* Moved Http playright test cases to use  Https

* updated certification install sequence

* Commented conditional statement

* replaced cert cmd

* undoing previous commit

* updated port

* move back

* delete http config

* Remove the redirects from bff and webhook

---------

Co-authored-by: Srushti Pasari94 <[email protected]>
Co-authored-by: James Montemagno <[email protected]>
Bumps [MediatR](https://github.com/jbogard/MediatR) from 12.2.0 to 12.3.0.
- [Release notes](https://github.com/jbogard/MediatR/releases)
- [Commits](jbogard/MediatR@v12.2.0...v12.3.0)

---
updated-dependencies:
- dependency-name: MediatR
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the aspnetcore group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.5` | `8.0.6` |
| [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `8.0.5` | `8.0.6` |
| [Microsoft.AspNetCore.Authentication.OpenIdConnect](https://github.com/dotnet/aspnetcore) | `8.0.5` | `8.0.6` |
| [Microsoft.AspNetCore.Identity.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) | `8.0.5` | `8.0.6` |
| [Microsoft.Extensions.Identity.Stores](https://github.com/dotnet/aspnetcore) | `8.0.5` | `8.0.6` |
| [Microsoft.AspNetCore.Identity.UI](https://github.com/dotnet/aspnetcore) | `8.0.5` | `8.0.6` |
| [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) | `8.0.5` | `8.0.6` |
| [Microsoft.AspNetCore.Components.QuickGrid](https://github.com/dotnet/aspnetcore) | `8.0.5` | `8.0.6` |
| [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `8.0.5` | `8.0.6` |
| [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) | `8.0.5` | `8.0.6` |


Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.5 to 8.0.6
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.5...v8.0.6)

Updates `Microsoft.AspNetCore.OpenApi` from 8.0.5 to 8.0.6
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.5...v8.0.6)

Updates `Microsoft.AspNetCore.Authentication.OpenIdConnect` from 8.0.5 to 8.0.6
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.5...v8.0.6)

Updates `Microsoft.AspNetCore.Identity.EntityFrameworkCore` from 8.0.5 to 8.0.6
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.5...v8.0.6)

Updates `Microsoft.Extensions.Identity.Stores` from 8.0.5 to 8.0.6
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.5...v8.0.6)

Updates `Microsoft.AspNetCore.Identity.UI` from 8.0.5 to 8.0.6
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.5...v8.0.6)

Updates `Microsoft.AspNetCore.Components.Web` from 8.0.5 to 8.0.6
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.5...v8.0.6)

Updates `Microsoft.AspNetCore.Components.QuickGrid` from 8.0.5 to 8.0.6
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.5...v8.0.6)

Updates `Microsoft.AspNetCore.Mvc.Testing` from 8.0.5 to 8.0.6
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.5...v8.0.6)

Updates `Microsoft.AspNetCore.TestHost` from 8.0.5 to 8.0.6
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.5...v8.0.6)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
- dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
- dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
- dependency-name: Microsoft.Extensions.Identity.Stores
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
- dependency-name: Microsoft.AspNetCore.Identity.UI
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
- dependency-name: Microsoft.AspNetCore.Components.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
- dependency-name: Microsoft.AspNetCore.Components.QuickGrid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
- dependency-name: Microsoft.AspNetCore.TestHost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the entityframeworkcore group with 1 update: [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore).


Updates `Microsoft.EntityFrameworkCore.Tools` from 8.0.5 to 8.0.6
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.5...v8.0.6)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: entityframeworkcore
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [xunit](https://github.com/xunit/xunit) from 2.8.0 to 2.8.1.
- [Commits](xunit/xunit@2.8.0...2.8.1)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.9.0 to 17.10.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.9.0...v17.10.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Microsoft.SemanticKernel](https://github.com/microsoft/semantic-kernel) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@dotnet-1.14.0...dotnet-1.14.1)

---
updated-dependencies:
- dependency-name: Microsoft.SemanticKernel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.6.1 to 6.6.2.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.6.1...v6.6.2)

---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the grpc group with 4 updates: [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet), [Grpc.AspNetCore.Server.ClientFactory](https://github.com/grpc/grpc-dotnet), [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) and [Grpc.Tools](https://github.com/grpc/grpc).


Updates `Grpc.AspNetCore` from 2.62.0 to 2.63.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.62.0...v2.63.0)

Updates `Grpc.AspNetCore.Server.ClientFactory` from 2.62.0 to 2.63.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.62.0...v2.63.0)

Updates `Grpc.Net.Client` from 2.62.0 to 2.63.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.62.0...v2.63.0)

Updates `Grpc.Tools` from 2.62.0 to 2.63.0
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](https://github.com/grpc/grpc/commits)

---
updated-dependencies:
- dependency-name: Grpc.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: Grpc.AspNetCore.Server.ClientFactory
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: Grpc.Tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.8.0...2.8.1)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… (#412)

Bumps the opentelemetry group with 1 update: [OpenTelemetry.Instrumentation.Runtime](https://github.com/open-telemetry/opentelemetry-dotnet-contrib).


Updates `OpenTelemetry.Instrumentation.Runtime` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](open-telemetry/opentelemetry-dotnet-contrib@Exporter.Geneva-1.8.0...Instrumentation.Http-1.8.1)

---
updated-dependencies:
- dependency-name: OpenTelemetry.Instrumentation.Runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentelemetry
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the duende group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Duende.IdentityServer](https://github.com/DuendeSoftware/IdentityServer) | `7.0.4` | `7.0.5` |
| [Duende.IdentityServer.Storage](https://github.com/DuendeSoftware/IdentityServer) | `7.0.4` | `7.0.5` |
| [Duende.IdentityServer.AspNetIdentity](https://github.com/DuendeSoftware/IdentityServer) | `7.0.4` | `7.0.5` |
| [Duende.IdentityServer.EntityFramework](https://github.com/DuendeSoftware/IdentityServer) | `7.0.4` | `7.0.5` |
| [Duende.IdentityServer.EntityFramework.Storage](https://github.com/DuendeSoftware/IdentityServer) | `7.0.4` | `7.0.5` |


Updates `Duende.IdentityServer` from 7.0.4 to 7.0.5
- [Release notes](https://github.com/DuendeSoftware/IdentityServer/releases)
- [Commits](DuendeSoftware/products@7.0.4...7.0.5)

Updates `Duende.IdentityServer.Storage` from 7.0.4 to 7.0.5
- [Release notes](https://github.com/DuendeSoftware/IdentityServer/releases)
- [Commits](DuendeSoftware/products@7.0.4...7.0.5)

Updates `Duende.IdentityServer.AspNetIdentity` from 7.0.4 to 7.0.5
- [Release notes](https://github.com/DuendeSoftware/IdentityServer/releases)
- [Commits](DuendeSoftware/products@7.0.4...7.0.5)

Updates `Duende.IdentityServer.EntityFramework` from 7.0.4 to 7.0.5
- [Release notes](https://github.com/DuendeSoftware/IdentityServer/releases)
- [Commits](DuendeSoftware/products@7.0.4...7.0.5)

Updates `Duende.IdentityServer.EntityFramework.Storage` from 7.0.4 to 7.0.5
- [Release notes](https://github.com/DuendeSoftware/IdentityServer/releases)
- [Commits](DuendeSoftware/products@7.0.4...7.0.5)

---
updated-dependencies:
- dependency-name: Duende.IdentityServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: duende
- dependency-name: Duende.IdentityServer.Storage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: duende
- dependency-name: Duende.IdentityServer.AspNetIdentity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: duende
- dependency-name: Duende.IdentityServer.EntityFramework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: duende
- dependency-name: Duende.IdentityServer.EntityFramework.Storage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: duende
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Tweaks to get app working on windows and logo updates

* more tweaks

---------

Co-authored-by: James Montemagno <[email protected]>
Bumps the aspnetcore group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| Microsoft.AspNetCore.Authentication.JwtBearer | `8.0.6` | `8.0.7` |
| Microsoft.AspNetCore.OpenApi | `8.0.6` | `8.0.7` |
| Microsoft.AspNetCore.Authentication.OpenIdConnect | `8.0.6` | `8.0.7` |
| Microsoft.AspNetCore.Identity.EntityFrameworkCore | `8.0.6` | `8.0.7` |
| Microsoft.Extensions.Identity.Stores | `8.0.6` | `8.0.7` |
| Microsoft.AspNetCore.Identity.UI | `8.0.6` | `8.0.7` |
| Microsoft.AspNetCore.Components.Web | `8.0.6` | `8.0.7` |
| Microsoft.AspNetCore.Components.QuickGrid | `8.0.6` | `8.0.7` |
| Microsoft.AspNetCore.Mvc.Testing | `8.0.6` | `8.0.7` |
| Microsoft.AspNetCore.TestHost | `8.0.6` | `8.0.7` |


Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.6 to 8.0.7

Updates `Microsoft.AspNetCore.OpenApi` from 8.0.6 to 8.0.7

Updates `Microsoft.AspNetCore.Authentication.OpenIdConnect` from 8.0.6 to 8.0.7

Updates `Microsoft.AspNetCore.Identity.EntityFrameworkCore` from 8.0.6 to 8.0.7

Updates `Microsoft.Extensions.Identity.Stores` from 8.0.6 to 8.0.7

Updates `Microsoft.AspNetCore.Identity.UI` from 8.0.6 to 8.0.7

Updates `Microsoft.AspNetCore.Components.Web` from 8.0.6 to 8.0.7

Updates `Microsoft.AspNetCore.Components.QuickGrid` from 8.0.6 to 8.0.7

Updates `Microsoft.AspNetCore.Mvc.Testing` from 8.0.6 to 8.0.7

Updates `Microsoft.AspNetCore.TestHost` from 8.0.6 to 8.0.7

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
- dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
- dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
- dependency-name: Microsoft.Extensions.Identity.Stores
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
- dependency-name: Microsoft.AspNetCore.Identity.UI
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
- dependency-name: Microsoft.AspNetCore.Components.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
- dependency-name: Microsoft.AspNetCore.Components.QuickGrid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
- dependency-name: Microsoft.AspNetCore.TestHost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnetcore
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps xunit from 2.8.1 to 2.9.0.

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the entityframeworkcore group with 1 update: Microsoft.EntityFrameworkCore.Tools.


Updates `Microsoft.EntityFrameworkCore.Tools` from 8.0.6 to 8.0.7

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: entityframeworkcore
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot bot and others added 24 commits July 16, 2024 17:38
Bumps xunit.runner.visualstudio from 2.8.1 to 2.8.2.

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Microsoft.SemanticKernel from 1.15.0 to 1.15.1.

---
updated-dependencies:
- dependency-name: Microsoft.SemanticKernel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the microsoftextensions group with 2 updates: Microsoft.Extensions.Http.Resilience and Polly.Core.


Updates `Microsoft.Extensions.Http.Resilience` from 8.6.0 to 8.7.0

Updates `Polly.Core` from 8.4.0 to 8.4.1

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoftextensions
- dependency-name: Polly.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoftextensions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
HasActiveTransaction used in possible sections
Bumps Microsoft.Maui.Controls.Maps from 8.0.60 to 8.0.70.

---
updated-dependencies:
- dependency-name: Microsoft.Maui.Controls.Maps
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Microsoft.Maui.Controls from 8.0.60 to 8.0.70.

---
updated-dependencies:
- dependency-name: Microsoft.Maui.Controls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump Microsoft.Maui.Controls.Compatibility from 8.0.60 to 8.0.70

Bumps Microsoft.Maui.Controls.Compatibility from 8.0.60 to 8.0.70.

---
updated-dependencies:
- dependency-name: Microsoft.Maui.Controls.Compatibility
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* update all maui control packages

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Montemagno <[email protected]>
Bumps the grpc group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet) | `2.63.0` | `2.64.0` |
| [Grpc.AspNetCore.Server.ClientFactory](https://github.com/grpc/grpc-dotnet) | `2.63.0` | `2.64.0` |
| [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) | `2.62.0` | `2.64.0` |
| [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.26.1` | `3.27.0` |
| [Grpc.Tools](https://github.com/grpc/grpc) | `2.63.0` | `2.64.0` |


Updates `Grpc.AspNetCore` from 2.63.0 to 2.64.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.63.0...v2.64.0)

Updates `Grpc.AspNetCore.Server.ClientFactory` from 2.63.0 to 2.64.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.63.0...v2.64.0)

Updates `Grpc.Net.Client` from 2.62.0 to 2.64.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.62.0...v2.64.0)

Updates `Google.Protobuf` from 3.26.1 to 3.27.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.26.1...v3.27.0)

Updates `Grpc.Tools` from 2.63.0 to 2.64.0
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](https://github.com/grpc/grpc/commits)

---
updated-dependencies:
- dependency-name: Grpc.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: Grpc.AspNetCore.Server.ClientFactory
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: Google.Protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: Grpc.Tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update SDK version

* Update Duende to 7.0.6.

* Update global.json
Bumps [MediatR](https://github.com/jbogard/MediatR) from 12.3.0 to 12.4.0.
- [Release notes](https://github.com/jbogard/MediatR/releases)
- [Commits](jbogard/MediatR@v12.3.0...v12.4.0)

---
updated-dependencies:
- dependency-name: MediatR
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.4.3 to 3.5.2.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.4.3...v3.5.2)

---
updated-dependencies:
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Microsoft.SemanticKernel](https://github.com/microsoft/semantic-kernel) from 1.15.1 to 1.17.1.
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@dotnet-1.15.1...dotnet-1.17.1)

---
updated-dependencies:
- dependency-name: Microsoft.SemanticKernel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Microsoft.Maui.Controls](https://github.com/dotnet/maui) from 8.0.70 to 8.0.80.
- [Release notes](https://github.com/dotnet/maui/releases)
- [Changelog](https://github.com/dotnet/maui/blob/main/docs/ReleaseSchedule.md)
- [Commits](dotnet/maui@8.0.70...8.0.80)

---
updated-dependencies:
- dependency-name: Microsoft.Maui.Controls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the grpc group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet) | `2.64.0` | `2.65.0` |
| [Grpc.AspNetCore.Server.ClientFactory](https://github.com/grpc/grpc-dotnet) | `2.64.0` | `2.65.0` |
| [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) | `2.62.0` | `2.65.0` |
| [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.26.1` | `3.27.0` |
| [Grpc.Tools](https://github.com/grpc/grpc) | `2.63.0` | `2.65.0` |


Updates `Grpc.AspNetCore` from 2.64.0 to 2.65.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](https://github.com/grpc/grpc-dotnet/commits)

Updates `Grpc.AspNetCore.Server.ClientFactory` from 2.64.0 to 2.65.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](https://github.com/grpc/grpc-dotnet/commits)

Updates `Grpc.Net.Client` from 2.62.0 to 2.65.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](https://github.com/grpc/grpc-dotnet/commits)

Updates `Google.Protobuf` from 3.26.1 to 3.27.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.26.1...v3.27.0)

Updates `Grpc.Tools` from 2.63.0 to 2.65.0
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](https://github.com/grpc/grpc/commits)

---
updated-dependencies:
- dependency-name: Grpc.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: Grpc.AspNetCore.Server.ClientFactory
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: Google.Protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: Grpc.Tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.4.3 to 3.5.2.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.4.3...v3.5.2)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Microsoft.Maui.Controls.Compatibility](https://github.com/dotnet/maui) from 8.0.70 to 8.0.80.
- [Release notes](https://github.com/dotnet/maui/releases)
- [Changelog](https://github.com/dotnet/maui/blob/main/docs/ReleaseSchedule.md)
- [Commits](dotnet/maui@8.0.70...8.0.80)

---
updated-dependencies:
- dependency-name: Microsoft.Maui.Controls.Compatibility
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.6.2 to 6.7.0.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.6.2...v6.7.0)

---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Microsoft.Maui.Controls.Maps](https://github.com/dotnet/maui) from 8.0.70 to 8.0.80.
- [Release notes](https://github.com/dotnet/maui/releases)
- [Changelog](https://github.com/dotnet/maui/blob/main/docs/ReleaseSchedule.md)
- [Commits](dotnet/maui@8.0.70...8.0.80)

---
updated-dependencies:
- dependency-name: Microsoft.Maui.Controls.Maps
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the entityframeworkcore group with 1 update: [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore).


Updates `Microsoft.EntityFrameworkCore.Tools` from 8.0.7 to 8.0.8
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.7...v8.0.8)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: entityframeworkcore
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.7.0 to 6.7.1.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.7.0...v6.7.1)

---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps IdentityModel from 5.2.0 to 7.0.0.

---
updated-dependencies:
- dependency-name: IdentityModel
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@BrennanConroy BrennanConroy merged commit 9da1ecc into main Sep 4, 2024
4 checks passed
@BrennanConroy BrennanConroy deleted the brecon/merge branch September 4, 2024 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants