From 0243a4fbadf17c308da910492a7754df44dded7b Mon Sep 17 00:00:00 2001 From: Damian Hickey <57436+damianh@users.noreply.github.com> Date: Tue, 17 Feb 2026 10:56:40 +0100 Subject: [PATCH] Normalize line endings to LF --- .../src/BffLocalApi/BffLocalApi.csproj | 30 +++--- .../src/BffRemoteApi/BffRemoteApi.csproj | 28 +++--- bff/test/Bff.Tests/Bff.Tests.csproj | 66 ++++++------- identity-server/hosts/Directory.Build.props | 18 ++-- .../hosts/Shared/Host.Shared.csproj | 68 ++++++------- .../AspNetIdentity/UI.AspNetIdentity.csproj | 52 +++++----- .../EntityFramework/UI.EntityFramework.csproj | 52 +++++----- identity-server/hosts/UI/Main/UI.Main.csproj | 78 +++++++-------- ...uende.IdentityServer.AspNetIdentity.csproj | 36 +++---- ...erver.Configuration.EntityFramework.csproj | 36 +++---- ...Duende.IdentityServer.Configuration.csproj | 46 ++++----- ...ntityServer.EntityFramework.Storage.csproj | 52 +++++----- ...ende.IdentityServer.EntityFramework.csproj | 30 +++--- .../Duende.IdentityServer.csproj | 78 +++++++-------- .../Duende.IdentityServer.Storage.csproj | 40 ++++---- .../src/Storage/Stores/IClientStore.cs | 58 +++++------ .../IdentityServer.IntegrationTests.csproj | 96 +++++++++---------- .../IdentityServer.UnitTests.csproj | 82 ++++++++-------- .../Duende.Xunit.Playwright.csproj | 80 ++++++++-------- templates/templates.csproj | 46 ++++----- 20 files changed, 536 insertions(+), 536 deletions(-) diff --git a/bff/templates/src/BffLocalApi/BffLocalApi.csproj b/bff/templates/src/BffLocalApi/BffLocalApi.csproj index f4120d7eb..d4ea6c7e8 100644 --- a/bff/templates/src/BffLocalApi/BffLocalApi.csproj +++ b/bff/templates/src/BffLocalApi/BffLocalApi.csproj @@ -1,15 +1,15 @@ - - - - net10.0 - enable - - - - - - - - - - + + + + net10.0 + enable + + + + + + + + + + diff --git a/bff/templates/src/BffRemoteApi/BffRemoteApi.csproj b/bff/templates/src/BffRemoteApi/BffRemoteApi.csproj index b48c873ac..c08b3cfde 100644 --- a/bff/templates/src/BffRemoteApi/BffRemoteApi.csproj +++ b/bff/templates/src/BffRemoteApi/BffRemoteApi.csproj @@ -1,14 +1,14 @@ - - - - net10.0 - enable - enable - - - - - - - - + + + + net10.0 + enable + enable + + + + + + + + diff --git a/bff/test/Bff.Tests/Bff.Tests.csproj b/bff/test/Bff.Tests/Bff.Tests.csproj index 7eedb22da..37b534c88 100644 --- a/bff/test/Bff.Tests/Bff.Tests.csproj +++ b/bff/test/Bff.Tests/Bff.Tests.csproj @@ -1,33 +1,33 @@ - - - - net10.0 - enable - True - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net10.0 + enable + True + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/identity-server/hosts/Directory.Build.props b/identity-server/hosts/Directory.Build.props index bcb57e184..67ceefb6b 100644 --- a/identity-server/hosts/Directory.Build.props +++ b/identity-server/hosts/Directory.Build.props @@ -1,9 +1,9 @@ - - - - - - net10.0 - true - - + + + + + + net10.0 + true + + diff --git a/identity-server/hosts/Shared/Host.Shared.csproj b/identity-server/hosts/Shared/Host.Shared.csproj index 0088ad3c9..08d5e7bb6 100644 --- a/identity-server/hosts/Shared/Host.Shared.csproj +++ b/identity-server/hosts/Shared/Host.Shared.csproj @@ -1,34 +1,34 @@ - - - - net10.0 - enable - enable - Duende.IdentityServer.Hosts.Shared - false - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net10.0 + enable + enable + Duende.IdentityServer.Hosts.Shared + false + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/identity-server/hosts/UI/AspNetIdentity/UI.AspNetIdentity.csproj b/identity-server/hosts/UI/AspNetIdentity/UI.AspNetIdentity.csproj index 88eeda926..48296fda1 100644 --- a/identity-server/hosts/UI/AspNetIdentity/UI.AspNetIdentity.csproj +++ b/identity-server/hosts/UI/AspNetIdentity/UI.AspNetIdentity.csproj @@ -1,26 +1,26 @@ - - - - net10.0 - enable - enable - true - Duende.IdentityServer.UI.AspNetIdentity - true - false - - - - - - - - - - - - - - - - + + + + net10.0 + enable + enable + true + Duende.IdentityServer.UI.AspNetIdentity + true + false + + + + + + + + + + + + + + + + diff --git a/identity-server/hosts/UI/EntityFramework/UI.EntityFramework.csproj b/identity-server/hosts/UI/EntityFramework/UI.EntityFramework.csproj index d814b5f1b..194e1d275 100644 --- a/identity-server/hosts/UI/EntityFramework/UI.EntityFramework.csproj +++ b/identity-server/hosts/UI/EntityFramework/UI.EntityFramework.csproj @@ -1,26 +1,26 @@ - - - - net10.0 - enable - enable - true - Duende.IdentityServer.UI.EntityFramework - true - false - - - - - - - - - - - - - - - - + + + + net10.0 + enable + enable + true + Duende.IdentityServer.UI.EntityFramework + true + false + + + + + + + + + + + + + + + + diff --git a/identity-server/hosts/UI/Main/UI.Main.csproj b/identity-server/hosts/UI/Main/UI.Main.csproj index 338cd285a..eeaeeb446 100644 --- a/identity-server/hosts/UI/Main/UI.Main.csproj +++ b/identity-server/hosts/UI/Main/UI.Main.csproj @@ -1,39 +1,39 @@ - - - - net10.0 - enable - enable - true - Duende.IdentityServer.UI - true - true - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net10.0 + enable + enable + true + Duende.IdentityServer.UI + true + true + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/identity-server/src/AspNetIdentity/Duende.IdentityServer.AspNetIdentity.csproj b/identity-server/src/AspNetIdentity/Duende.IdentityServer.AspNetIdentity.csproj index 1ab82828e..d72795884 100644 --- a/identity-server/src/AspNetIdentity/Duende.IdentityServer.AspNetIdentity.csproj +++ b/identity-server/src/AspNetIdentity/Duende.IdentityServer.AspNetIdentity.csproj @@ -1,18 +1,18 @@ - - - - Duende.IdentityServer.AspNetIdentity - net10.0 - ASP.NET Core Identity Integration for Duende IdentityServer - Duende.IdentityServer.AspNetIdentity - - - - - - - - - - - + + + + Duende.IdentityServer.AspNetIdentity + net10.0 + ASP.NET Core Identity Integration for Duende IdentityServer + Duende.IdentityServer.AspNetIdentity + + + + + + + + + + + diff --git a/identity-server/src/Configuration.EntityFramework/Duende.IdentityServer.Configuration.EntityFramework.csproj b/identity-server/src/Configuration.EntityFramework/Duende.IdentityServer.Configuration.EntityFramework.csproj index c1603975a..28219dcd4 100644 --- a/identity-server/src/Configuration.EntityFramework/Duende.IdentityServer.Configuration.EntityFramework.csproj +++ b/identity-server/src/Configuration.EntityFramework/Duende.IdentityServer.Configuration.EntityFramework.csproj @@ -1,18 +1,18 @@ - - - - net10.0 - enable - - - - - - - - - - - - + + + + net10.0 + enable + + + + + + + + + + + + diff --git a/identity-server/src/Configuration/Duende.IdentityServer.Configuration.csproj b/identity-server/src/Configuration/Duende.IdentityServer.Configuration.csproj index b8093e989..ac58e17b4 100644 --- a/identity-server/src/Configuration/Duende.IdentityServer.Configuration.csproj +++ b/identity-server/src/Configuration/Duende.IdentityServer.Configuration.csproj @@ -1,23 +1,23 @@ - - - - net10.0 - enable - Configuration system for Duende IdentityServer - Duende.IdentityServer.Configuration - - - - - - - - - - - - - - - - + + + + net10.0 + enable + Configuration system for Duende IdentityServer + Duende.IdentityServer.Configuration + + + + + + + + + + + + + + + + diff --git a/identity-server/src/EntityFramework.Storage/Duende.IdentityServer.EntityFramework.Storage.csproj b/identity-server/src/EntityFramework.Storage/Duende.IdentityServer.EntityFramework.Storage.csproj index 6ef1932ec..f98b7308e 100644 --- a/identity-server/src/EntityFramework.Storage/Duende.IdentityServer.EntityFramework.Storage.csproj +++ b/identity-server/src/EntityFramework.Storage/Duende.IdentityServer.EntityFramework.Storage.csproj @@ -1,26 +1,26 @@ - - - - Duende.IdentityServer.EntityFramework.Storage - net10.0 - EntityFramework persistence layer for Duende IdentityServer - - - - - - - - - - - - - Tracing.cs - - - Extensions\StringExtensions.cs - - - - + + + + Duende.IdentityServer.EntityFramework.Storage + net10.0 + EntityFramework persistence layer for Duende IdentityServer + + + + + + + + + + + + + Tracing.cs + + + Extensions\StringExtensions.cs + + + + diff --git a/identity-server/src/EntityFramework/Duende.IdentityServer.EntityFramework.csproj b/identity-server/src/EntityFramework/Duende.IdentityServer.EntityFramework.csproj index cd0f7af00..fbef2aff2 100644 --- a/identity-server/src/EntityFramework/Duende.IdentityServer.EntityFramework.csproj +++ b/identity-server/src/EntityFramework/Duende.IdentityServer.EntityFramework.csproj @@ -1,15 +1,15 @@ - - - - Duende.IdentityServer.EntityFramework - net10.0 - EntityFramework persistence layer for Duende IdentityServer - Duende.IdentityServer.EntityFramework - - - - - - - + + + + Duende.IdentityServer.EntityFramework + net10.0 + EntityFramework persistence layer for Duende IdentityServer + Duende.IdentityServer.EntityFramework + + + + + + + diff --git a/identity-server/src/IdentityServer/Duende.IdentityServer.csproj b/identity-server/src/IdentityServer/Duende.IdentityServer.csproj index b930cf418..f1d53ab72 100644 --- a/identity-server/src/IdentityServer/Duende.IdentityServer.csproj +++ b/identity-server/src/IdentityServer/Duende.IdentityServer.csproj @@ -1,39 +1,39 @@ - - - - Duende.IdentityServer - net10.0 - OpenID Connect and OAuth 2.0 Framework for ASP.NET Core - Duende.IdentityServer - - - - - - - - - - - - - - - - - Tracing.cs - - - Telemetry.cs - - - Extensions\StringExtensions.cs - - - - - - - - - + + + + Duende.IdentityServer + net10.0 + OpenID Connect and OAuth 2.0 Framework for ASP.NET Core + Duende.IdentityServer + + + + + + + + + + + + + + + + + Tracing.cs + + + Telemetry.cs + + + Extensions\StringExtensions.cs + + + + + + + + + diff --git a/identity-server/src/Storage/Duende.IdentityServer.Storage.csproj b/identity-server/src/Storage/Duende.IdentityServer.Storage.csproj index 76551c1a5..06f2af34d 100644 --- a/identity-server/src/Storage/Duende.IdentityServer.Storage.csproj +++ b/identity-server/src/Storage/Duende.IdentityServer.Storage.csproj @@ -1,20 +1,20 @@ - - - - net10.0 - - Duende.IdentityServer.Storage - Storage interfaces and models for Duende IdentityServer - - - - - - - - - - Extensions\StringExtensions.cs - - - + + + + net10.0 + + Duende.IdentityServer.Storage + Storage interfaces and models for Duende IdentityServer + + + + + + + + + + Extensions\StringExtensions.cs + + + diff --git a/identity-server/src/Storage/Stores/IClientStore.cs b/identity-server/src/Storage/Stores/IClientStore.cs index f5db9dbd7..1c206e639 100644 --- a/identity-server/src/Storage/Stores/IClientStore.cs +++ b/identity-server/src/Storage/Stores/IClientStore.cs @@ -1,29 +1,29 @@ -// Copyright (c) Duende Software. All rights reserved. -// See LICENSE in the project root for license information. - -#nullable enable - -using Duende.IdentityServer.Models; - -namespace Duende.IdentityServer.Stores; - -/// -/// Retrieval of client configuration -/// -public interface IClientStore -{ - /// - /// Finds a client by id - /// - /// The client id - /// The client - Task FindClientByIdAsync(string clientId); - - /// - /// Returns all clients for enumeration purposes (e.g., conformance assessment). - /// This method has a default implementation that throws . - /// - /// An async enumerable of all clients. - IAsyncEnumerable GetAllClientsAsync() - => throw new NotSupportedException("Client enumeration is not supported by this store implementation."); -} +// Copyright (c) Duende Software. All rights reserved. +// See LICENSE in the project root for license information. + +#nullable enable + +using Duende.IdentityServer.Models; + +namespace Duende.IdentityServer.Stores; + +/// +/// Retrieval of client configuration +/// +public interface IClientStore +{ + /// + /// Finds a client by id + /// + /// The client id + /// The client + Task FindClientByIdAsync(string clientId); + + /// + /// Returns all clients for enumeration purposes (e.g., conformance assessment). + /// This method has a default implementation that throws . + /// + /// An async enumerable of all clients. + IAsyncEnumerable GetAllClientsAsync() + => throw new NotSupportedException("Client enumeration is not supported by this store implementation."); +} diff --git a/identity-server/test/IdentityServer.IntegrationTests/IdentityServer.IntegrationTests.csproj b/identity-server/test/IdentityServer.IntegrationTests/IdentityServer.IntegrationTests.csproj index 7a8bcd1d7..3915a1a0a 100644 --- a/identity-server/test/IdentityServer.IntegrationTests/IdentityServer.IntegrationTests.csproj +++ b/identity-server/test/IdentityServer.IntegrationTests/IdentityServer.IntegrationTests.csproj @@ -1,48 +1,48 @@ - - - - net10.0 - Duende.IdentityServer.IntegrationTests - - - - - - - - - - - - - - - - - - - - Always - - - Always - - - PreserveNewest - - - - - - PreserveNewest - - - - - - - - - - - + + + + net10.0 + Duende.IdentityServer.IntegrationTests + + + + + + + + + + + + + + + + + + + + Always + + + Always + + + PreserveNewest + + + + + + PreserveNewest + + + + + + + + + + + diff --git a/identity-server/test/IdentityServer.UnitTests/IdentityServer.UnitTests.csproj b/identity-server/test/IdentityServer.UnitTests/IdentityServer.UnitTests.csproj index b47a2b6eb..0ab0d231e 100644 --- a/identity-server/test/IdentityServer.UnitTests/IdentityServer.UnitTests.csproj +++ b/identity-server/test/IdentityServer.UnitTests/IdentityServer.UnitTests.csproj @@ -1,41 +1,41 @@ - - - - net10.0 - - - - - - - - - - - - - - - Always - - - Always - - - - - - - - - - - - - - - - - - - + + + + net10.0 + + + + + + + + + + + + + + + Always + + + Always + + + + + + + + + + + + + + + + + + + diff --git a/shared/Xunit.Playwright/Duende.Xunit.Playwright.csproj b/shared/Xunit.Playwright/Duende.Xunit.Playwright.csproj index 4d687f86f..41ec7d450 100644 --- a/shared/Xunit.Playwright/Duende.Xunit.Playwright.csproj +++ b/shared/Xunit.Playwright/Duende.Xunit.Playwright.csproj @@ -1,40 +1,40 @@ - - - - net10.0 - enable - enable - Duende.Xunit.Playwright - true - false - false - - - - $(DefineConstants);DEBUG_NCRUNCH - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net10.0 + enable + enable + Duende.Xunit.Playwright + true + false + false + + + + $(DefineConstants);DEBUG_NCRUNCH + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/templates.csproj b/templates/templates.csproj index 3388c24ba..00bc3e98e 100644 --- a/templates/templates.csproj +++ b/templates/templates.csproj @@ -1,23 +1,23 @@ - - - - net10.0 - Duende.Templates - Templates for Duende Identity Server and Duende BFF - dotnet-new;templates;duende;bff; - templates- - - - - - - README.md - - - - - - - - - + + + + net10.0 + Duende.Templates + Templates for Duende Identity Server and Duende BFF + dotnet-new;templates;duende;bff; + templates- + + + + + + README.md + + + + + + + + +