From de7a62379b7553b67e477f62e5c43714d0d050da Mon Sep 17 00:00:00 2001 From: fraliv13 <5892139+fraliv13@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:35:46 +0200 Subject: [PATCH 1/6] .Net upgrade, packages upgrade --- Directory.Build.props | 2 +- dependencies.props | 57 +++---- .../NBB.Contracts.Api.csproj | 4 +- .../NBB - Backup.Contracts.Application.csproj | 32 ++++ .../NBB.Contracts.Application.csproj | 2 +- .../NBB - Backup.Contracts.Domain.csproj | 22 +++ .../NBB.Contracts.Domain.csproj | 2 +- .../NBB.Contracts.Migrations.csproj | 2 +- ... Backup.Contracts.PublishedLanguage.csproj | 18 +++ .../NBB.Contracts.PublishedLanguage.csproj | 2 +- ...B - Backup.Contracts.ReadModel.Data.csproj | 28 ++++ .../NBB.Contracts.ReadModel.Data.csproj | 2 +- .../NBB - Backup.Contracts.ReadModel.csproj | 14 ++ .../NBB.Contracts.ReadModel.csproj | 2 +- .../NBB - Backup.Contracts.Worker.csproj | 70 +++++++++ .../NBB.Contracts.Worker.csproj | 140 +++++++++--------- ... - Backup.Contracts.WriteModel.Data.csproj | 27 ++++ .../NBB.Contracts.WriteModel.Data.csproj | 2 +- .../NBB - Backup.Invoices.FSharp.Api.fsproj | 28 ++++ .../NBB.Invoices.FSharp.Api.fsproj | 4 +- ...NBB - Backup.Invoices.FSharp.Worker.fsproj | 41 +++++ .../NBB.Invoices.FSharp.Worker.fsproj | 2 +- .../NBB - Backup.Invoices.FSharp.fsproj | 27 ++++ .../NBB.Invoices.FSharp.fsproj | 2 +- .../NBB - Backup.Invoices.Api.csproj | 41 +++++ .../NBB.Invoices.Api/NBB.Invoices.Api.csproj | 2 +- .../NBB - Backup.Invoices.Application.csproj | 28 ++++ .../NBB.Invoices.Application.csproj | 2 +- .../NBB - Backup.Invoices.Data.csproj | 29 ++++ .../NBB.Invoices.Data.csproj | 2 +- .../NBB - Backup.Invoices.Domain.csproj | 22 +++ .../NBB.Invoices.Domain.csproj | 2 +- .../NBB - Backup.Invoices.Migrations.csproj | 41 +++++ .../NBB.Invoices.Migrations.csproj | 2 +- ...- Backup.Invoices.PublishedLanguage.csproj | 18 +++ .../NBB.Invoices.PublishedLanguage.csproj | 2 +- .../NBB.Invoices.Worker.csproj | 2 +- ...- Backup.MicroServicesOrchestration.csproj | 43 ++++++ .../NBB.MicroServicesOrchestration.csproj | 86 +++++------ .../NBB - Backup.Payments.Api.csproj | 45 ++++++ .../NBB.Payments.Api/NBB.Payments.Api.csproj | 2 +- .../NBB - Backup.Payments.Application.csproj | 31 ++++ .../NBB.Payments.Application.csproj | 2 +- .../NBB - Backup.Payments.Data.csproj | 30 ++++ .../NBB.Payments.Data.csproj | 2 +- .../NBB - Backup.Payments.Domain.csproj | 26 ++++ .../NBB.Payments.Domain.csproj | 2 +- .../NBB - Backup.Payments.Migrations.csproj | 42 ++++++ .../NBB.Payments.Migrations.csproj | 2 +- ...- Backup.Payments.PublishedLanguage.csproj | 21 +++ .../NBB.Payments.PublishedLanguage.csproj | 2 +- .../NBB.Payments.Worker.csproj | 2 +- .../NBB - Backup.Mono.Migrations.csproj | 40 +++++ .../NBB.Mono.Migrations.csproj | 2 +- .../NBB.Mono/NBB - Backup.Mono.csproj | 52 +++++++ samples/Monolith/NBB.Mono/NBB.Mono.csproj | 2 +- .../NBB.Todo.Api/NBB - Backup.Todo.Api.csproj | 41 +++++ .../NBB.Todo.Api/NBB.Todo.Api.csproj | 82 +++++----- .../NBB - Backup.Todo.Data.csproj | 17 +++ .../NBB.Todo.Data/NBB.Todo.Data.csproj | 34 ++--- .../NBB - Backup.Todo.Migrations.csproj | 26 ++++ .../NBB.Todo.Migrations.csproj | 50 +++---- ...NBB - Backup.Todo.PublishedLanguage.csproj | 11 ++ .../NBB.Todo.PublishedLanguage.csproj | 22 +-- .../NBB - Backup.Todo.Worker.csproj | 56 +++++++ .../NBB.Todo.Worker/NBB.Todo.Worker.csproj | 112 +++++++------- .../ProcessManagerSample - Backup.csproj | 46 ++++++ .../ProcessManagerSample.csproj | 7 +- ...up.Application.DataContracts.Schema.csproj | 28 ++++ ...BB.Application.DataContracts.Schema.csproj | 2 +- .../NBB.Application.DataContracts.csproj | 2 +- .../NBB.Application.DataContracts/Readme.md | 2 +- ... Backup.Application.MediatR.Effects.csproj | 15 ++ .../NBB.Application.MediatR.Effects.csproj | 2 +- .../NBB - Backup.Application.MediatR.csproj | 27 ++++ .../NBB.Application.MediatR.csproj | 2 +- ... Backup.Application.Mediator.FSharp.fsproj | 24 +++ .../NBB.Application.Mediator.FSharp.fsproj | 2 +- .../NBB - Backup.Core.Abstractions.csproj | 19 +++ .../NBB.Core.Abstractions.csproj | 2 +- .../NBB - Backup.Core.Configuration.csproj | 16 ++ .../NBB.Core.Configuration.csproj | 32 ++-- ...B - Backup.Core.DependencyInjection.csproj | 14 ++ .../NBB.Core.DependencyInjection.csproj | 4 +- .../NBB - Backup.Core.Effects.FSharp.fsproj | 23 +++ .../NBB.Core.Effects.FSharp.fsproj | 2 +- .../NBB - Backup.Core.Effects.csproj | 12 ++ .../NBB.Core.Effects/NBB.Core.Effects.csproj | 2 +- .../NBB - Backup.Core.Evented.FSharp.fsproj | 11 ++ .../NBB.Core.Evented.FSharp.fsproj | 2 +- .../NBB - Backup.Core.FSharp.fsproj | 18 +++ .../NBB.Core.FSharp/NBB.Core.FSharp.fsproj | 2 +- .../NBB - Backup.Core.Pipeline.csproj | 12 ++ .../NBB.Core.Pipeline.csproj | 24 +-- .../NBB - Backup.Correlation.AspNet.csproj | 32 ++++ .../NBB.Correlation.AspNet.csproj | 2 +- ...ackup.Correlation.Serilog.SqlServer.csproj | 24 +++ .../NBB.Correlation.Serilog.SqlServer.csproj | 2 +- .../NBB - Backup.Correlation.Serilog.csproj | 27 ++++ .../NBB.Correlation.Serilog.csproj | 2 +- .../NBB - Backup.Correlation.csproj | 19 +++ .../NBB.Correlation/NBB.Correlation.csproj | 2 +- .../NBB - Backup.Data.Abstractions.csproj | 12 ++ .../NBB.Data.Abstractions.csproj | 2 +- ...p.Data.EntityFramework.MultiTenancy.csproj | 20 +++ ...B.Data.EntityFramework.MultiTenancy.csproj | 2 +- .../NBB - Backup.Data.EntityFramework.csproj | 27 ++++ .../NBB.Data.EntityFramework.csproj | 2 +- .../NBB - Backup.Data.EventSourcing.csproj | 28 ++++ .../NBB.Data.EventSourcing.csproj | 2 +- .../NBB - Backup.Domain.Abstractions.csproj | 19 +++ .../NBB.Domain.Abstractions.csproj | 2 +- .../NBB.Domain/NBB - Backup.Domain.csproj | 25 ++++ src/Domain/NBB.Domain/NBB.Domain.csproj | 4 +- ...BB - Backup.EventStore.Abstractions.csproj | 23 +++ .../NBB.EventStore.Abstractions.csproj | 2 +- ...Backup.EventStore.AdoNet.Migrations.csproj | 31 ++++ .../NBB.EventStore.AdoNet.Migrations.csproj | 2 +- ...ckup.EventStore.AdoNet.MultiTenancy.csproj | 47 ++++++ .../NBB.EventStore.AdoNet.MultiTenancy.csproj | 2 +- .../NBB - Backup.EventStore.AdoNet.csproj | 47 ++++++ .../NBB.EventStore.AdoNet.csproj | 2 +- .../NBB - Backup.EventStore.Effects.csproj | 12 ++ .../NBB.EventStore.Effects.csproj | 2 +- .../NBB - Backup.EventStore.InMemory.csproj | 11 ++ .../NBB.EventStore.InMemory.csproj | 22 +-- .../NBB - Backup.EventStore.csproj | 33 +++++ .../NBB.EventStore/NBB.EventStore.csproj | 2 +- ... - Backup.SQLStreamStore.Migrations.csproj | 28 ++++ .../NBB.SQLStreamStore.Migrations.csproj | 10 +- .../NBB - Backup.SQLStreamStore.csproj | 27 ++++ .../NBB.SQLStreamStore.csproj | 2 +- .../NBB - Backup.Http.Effects.csproj | 20 +++ .../NBB.Http.Effects/NBB.Http.Effects.csproj | 2 +- ...NBB - Backup.Messaging.Abstractions.csproj | 33 +++++ .../NBB.Messaging.Abstractions.csproj | 66 ++++----- ...kup.Messaging.BackwardCompatibility.csproj | 16 ++ ...NBB.Messaging.BackwardCompatibility.csproj | 32 ++-- ...BB - Backup.Messaging.DataContracts.csproj | 12 ++ .../NBB.Messaging.DataContracts.csproj | 24 +-- .../NBB - Backup.Messaging.Effects.csproj | 16 ++ .../NBB.Messaging.Effects.csproj | 2 +- .../NBB.Messaging.Host.csproj | 2 +- ...Backup.Messaging.InProcessMessaging.csproj | 24 +++ .../NBB.Messaging.InProcessMessaging.csproj | 2 +- .../NBB.Messaging.JetStream.csproj | 4 +- ...NBB - Backup.Messaging.MultiTenancy.csproj | 21 +++ .../NBB.Messaging.MultiTenancy.csproj | 42 +++--- .../NBB - Backup.Messaging.Nats.csproj | 34 +++++ .../NBB.Messaging.Nats.csproj | 68 ++++----- .../NBB - Backup.Messaging.Noop.csproj | 26 ++++ .../NBB.Messaging.Noop.csproj | 2 +- ...BB - Backup.Messaging.OpenTelemetry.csproj | 20 +++ .../NBB.Messaging.OpenTelemetry.csproj | 40 ++--- .../NBB - Backup.Messaging.Rusi.csproj | 46 ++++++ .../NBB.Messaging.Rusi.csproj | 8 +- ... - Backup.MultiTenancy.Abstractions.csproj | 21 +++ .../NBB.MultiTenancy.Abstractions.csproj | 42 +++--- .../NBB - Backup.MultiTenancy.AspNet.csproj | 16 ++ .../NBB.MultiTenancy.AspNet.csproj | 32 ++-- ...up.MultiTenancy.Identification.Http.csproj | 19 +++ ...BB.MultiTenancy.Identification.Http.csproj | 38 ++--- ...ltiTenancy.Identification.Messaging.csproj | 12 ++ ...ltiTenancy.Identification.Messaging.csproj | 24 +-- ... Backup.MultiTenancy.Identification.csproj | 15 ++ .../NBB.MultiTenancy.Identification.csproj | 30 ++-- ... - Backup.ProcessManager.Definition.csproj | 26 ++++ .../NBB.ProcessManager.Definition.csproj | 4 +- ...NBB - Backup.ProcessManager.Runtime.csproj | 20 +++ .../NBB.ProcessManager.Runtime.csproj | 2 +- .../NBB.ProjectR/NBB - Backup.ProjectR.csproj | 21 +++ .../NBB.ProjectR/NBB.ProjectR.csproj | 2 +- ...Serilog.Enrichers.ServiceIdentifier.csproj | 11 ++ ...Serilog.Enrichers.ServiceIdentifier.csproj | 2 +- ...up.Tools.Serilog.Enrichers.TenantId.csproj | 14 ++ ...BB.Tools.Serilog.Enrichers.TenantId.csproj | 2 +- ...ls.Serilog.OpenTelemetryTracingSink.csproj | 11 ++ ...ls.Serilog.OpenTelemetryTracingSink.csproj | 2 +- .../EffectsBenchmarks.fsproj | 2 +- .../EventStoreBenchmarks.csproj | 2 +- ... Backup.EventStore.IntegrationTests.csproj | 54 +++++++ .../NBB.EventStore.IntegrationTests.csproj | 10 +- ...kup.Messaging.Rusi.IntegrationTests.csproj | 48 ++++++ ...NBB.Messaging.Rusi.IntegrationTests.csproj | 2 +- ... - Backup.Application.Effects.Tests.csproj | 26 ++++ .../NBB.Application.Effects.Tests.csproj | 8 +- ...p.Application.Mediator.FSharp.Tests.fsproj | 40 +++++ ...B.Application.Mediator.FSharp.Tests.fsproj | 8 +- ...B - Backup.Core.Configuration.Tests.csproj | 26 ++++ .../NBB.Core.Configuration.Tests.csproj | 52 +++---- ... - Backup.Core.Effects.FSharp.Tests.fsproj | 34 +++++ .../NBB.Core.Effects.FSharp.Tests.fsproj | 2 +- .../NBB - Backup.Core.Effects.Tests.csproj | 26 ++++ .../NBB.Core.Effects.Tests.csproj | 8 +- ... - Backup.Core.Evented.FSharp.Tests.fsproj | 35 +++++ .../NBB.Core.Evented.FSharp.Tests.fsproj | 4 +- .../NBB - Backup.Core.Pipeline.Tests.csproj | 22 +++ .../NBB.Core.Pipeline.Tests.csproj | 44 +++--- ....EntityFramework.MultiTenancy.Tests.csproj | 31 ++++ ....EntityFramework.MultiTenancy.Tests.csproj | 2 +- ...- Backup.Data.EntityFramework.Tests.csproj | 27 ++++ .../NBB.Data.EntityFramework.Tests.csproj | 2 +- ...B - Backup.Data.EventSourcing.Tests.csproj | 27 ++++ .../NBB.Data.EventSourcing.Tests.csproj | 2 +- .../NBB - Backup.Domain.Tests.csproj | 30 ++++ .../NBB.Domain.Tests/NBB.Domain.Tests.csproj | 2 +- ...BB - Backup.EventStore.AdoNet.Tests.csproj | 30 ++++ .../NBB.EventStore.AdoNet.Tests.csproj | 2 +- ... - Backup.EventStore.InMemory.Tests.csproj | 21 +++ .../NBB.EventStore.InMemory.Tests.csproj | 42 +++--- .../NBB - Backup.EventStore.Tests.csproj | 32 ++++ .../NBB.EventStore.Tests.csproj | 2 +- .../NBB - Backup.Http.Effects.Tests.csproj | 27 ++++ .../NBB.Http.Effects.Tests.csproj | 8 +- ...Backup.Messaging.Abstractions.Tests.csproj | 29 ++++ .../NBB.Messaging.Abstractions.Tests.csproj | 2 +- ...ackup.Messaging.DataContracts.Tests.csproj | 22 +++ .../NBB.Messaging.DataContracts.Tests.csproj | 44 +++--- ...BB - Backup.Messaging.Effects.Tests.csproj | 26 ++++ .../NBB.Messaging.Effects.Tests.csproj | 8 +- .../NBB - Backup.Messaging.Host.Tests.csproj | 21 +++ .../NBB.Messaging.Host.Tests.csproj | 42 +++--- ....Messaging.InProcessMessaging.Tests.csproj | 30 ++++ ....Messaging.InProcessMessaging.Tests.csproj | 2 +- ...Backup.Messaging.MultiTenancy.Tests.csproj | 29 ++++ .../NBB.Messaging.MultiTenancy.Tests.csproj | 58 ++++---- .../NBB - Backup.Messaging.Rusi.Tests.csproj | 22 +++ .../NBB.Messaging.Rusi.Tests.csproj | 2 +- ...kup.MultiTenancy.Abstractions.Tests.csproj | 27 ++++ ...NBB.MultiTenancy.Abstractions.Tests.csproj | 2 +- ...tiTenancy.Identification.Http.Tests.csproj | 25 ++++ ...tiTenancy.Identification.Http.Tests.csproj | 50 +++---- ...ancy.Identification.Messaging.Tests.csproj | 25 ++++ ...ancy.Identification.Messaging.Tests.csproj | 50 +++---- ...p.MultiTenancy.Identification.Tests.csproj | 26 ++++ ...B.MultiTenancy.Identification.Tests.csproj | 52 +++---- .../NBB - Backup.Core.FSharp.Tests.fsproj | 20 +++ .../NBB.Core.FSharp.Tests.fsproj | 2 +- .../NBB - Backup.ProcessManager.Tests.csproj | 23 +++ .../NBB.ProcessManager.Tests.csproj | 2 +- .../NBB.ProjectR.Tests.csproj | 2 +- ...g.Enrichers.ServiceIdentifier.Tests.csproj | 2 +- ...ls.Serilog.Enrichers.TenantId.Tests.csproj | 27 ++++ ...ls.Serilog.Enrichers.TenantId.Tests.csproj | 2 +- 244 files changed, 3966 insertions(+), 900 deletions(-) create mode 100644 samples/MicroServices/NBB.Contracts/NBB.Contracts.Application/NBB - Backup.Contracts.Application.csproj create mode 100644 samples/MicroServices/NBB.Contracts/NBB.Contracts.Domain/NBB - Backup.Contracts.Domain.csproj create mode 100644 samples/MicroServices/NBB.Contracts/NBB.Contracts.PublishedLanguage/NBB - Backup.Contracts.PublishedLanguage.csproj create mode 100644 samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel.Data/NBB - Backup.Contracts.ReadModel.Data.csproj create mode 100644 samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel/NBB - Backup.Contracts.ReadModel.csproj create mode 100644 samples/MicroServices/NBB.Contracts/NBB.Contracts.Worker/NBB - Backup.Contracts.Worker.csproj create mode 100644 samples/MicroServices/NBB.Contracts/NBB.Contracts.WriteModel.Data/NBB - Backup.Contracts.WriteModel.Data.csproj create mode 100644 samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Api/NBB - Backup.Invoices.FSharp.Api.fsproj create mode 100644 samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Worker/NBB - Backup.Invoices.FSharp.Worker.fsproj create mode 100644 samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp/NBB - Backup.Invoices.FSharp.fsproj create mode 100644 samples/MicroServices/NBB.Invoices/NBB.Invoices.Api/NBB - Backup.Invoices.Api.csproj create mode 100644 samples/MicroServices/NBB.Invoices/NBB.Invoices.Application/NBB - Backup.Invoices.Application.csproj create mode 100644 samples/MicroServices/NBB.Invoices/NBB.Invoices.Data/NBB - Backup.Invoices.Data.csproj create mode 100644 samples/MicroServices/NBB.Invoices/NBB.Invoices.Domain/NBB - Backup.Invoices.Domain.csproj create mode 100644 samples/MicroServices/NBB.Invoices/NBB.Invoices.Migrations/NBB - Backup.Invoices.Migrations.csproj create mode 100644 samples/MicroServices/NBB.Invoices/NBB.Invoices.PublishedLanguage/NBB - Backup.Invoices.PublishedLanguage.csproj create mode 100644 samples/MicroServices/NBB.MicroServicesOrchestration/NBB - Backup.MicroServicesOrchestration.csproj create mode 100644 samples/MicroServices/NBB.Payments/NBB.Payments.Api/NBB - Backup.Payments.Api.csproj create mode 100644 samples/MicroServices/NBB.Payments/NBB.Payments.Application/NBB - Backup.Payments.Application.csproj create mode 100644 samples/MicroServices/NBB.Payments/NBB.Payments.Data/NBB - Backup.Payments.Data.csproj create mode 100644 samples/MicroServices/NBB.Payments/NBB.Payments.Domain/NBB - Backup.Payments.Domain.csproj create mode 100644 samples/MicroServices/NBB.Payments/NBB.Payments.Migrations/NBB - Backup.Payments.Migrations.csproj create mode 100644 samples/MicroServices/NBB.Payments/NBB.Payments.PublishedLanguage/NBB - Backup.Payments.PublishedLanguage.csproj create mode 100644 samples/Monolith/NBB.Mono.Migrations/NBB - Backup.Mono.Migrations.csproj create mode 100644 samples/Monolith/NBB.Mono/NBB - Backup.Mono.csproj create mode 100644 samples/MultiTenancy/NBB.Todo.Api/NBB - Backup.Todo.Api.csproj create mode 100644 samples/MultiTenancy/NBB.Todo.Data/NBB - Backup.Todo.Data.csproj create mode 100644 samples/MultiTenancy/NBB.Todo.Migrations/NBB - Backup.Todo.Migrations.csproj create mode 100644 samples/MultiTenancy/NBB.Todo.PublishedLanguage/NBB - Backup.Todo.PublishedLanguage.csproj create mode 100644 samples/MultiTenancy/NBB.Todo.Worker/NBB - Backup.Todo.Worker.csproj create mode 100644 samples/Orchestration/ProcessManagerSample/ProcessManagerSample - Backup.csproj create mode 100644 src/Application/NBB.Application.DataContracts.Schema/NBB - Backup.Application.DataContracts.Schema.csproj create mode 100644 src/Application/NBB.Application.MediatR.Effects/NBB - Backup.Application.MediatR.Effects.csproj create mode 100644 src/Application/NBB.Application.MediatR/NBB - Backup.Application.MediatR.csproj create mode 100644 src/Application/NBB.Application.Mediator.FSharp/NBB - Backup.Application.Mediator.FSharp.fsproj create mode 100644 src/Core/NBB.Core.Abstractions/NBB - Backup.Core.Abstractions.csproj create mode 100644 src/Core/NBB.Core.Configuration/NBB - Backup.Core.Configuration.csproj create mode 100644 src/Core/NBB.Core.DependencyInjection/NBB - Backup.Core.DependencyInjection.csproj create mode 100644 src/Core/NBB.Core.Effects.FSharp/NBB - Backup.Core.Effects.FSharp.fsproj create mode 100644 src/Core/NBB.Core.Effects/NBB - Backup.Core.Effects.csproj create mode 100644 src/Core/NBB.Core.Evented.FSharp/NBB - Backup.Core.Evented.FSharp.fsproj create mode 100644 src/Core/NBB.Core.FSharp/NBB - Backup.Core.FSharp.fsproj create mode 100644 src/Core/NBB.Core.Pipeline/NBB - Backup.Core.Pipeline.csproj create mode 100644 src/Correlation/NBB.Correlation.AspNet/NBB - Backup.Correlation.AspNet.csproj create mode 100644 src/Correlation/NBB.Correlation.Serilog.SqlServer/NBB - Backup.Correlation.Serilog.SqlServer.csproj create mode 100644 src/Correlation/NBB.Correlation.Serilog/NBB - Backup.Correlation.Serilog.csproj create mode 100644 src/Correlation/NBB.Correlation/NBB - Backup.Correlation.csproj create mode 100644 src/Data/NBB.Data.Abstractions/NBB - Backup.Data.Abstractions.csproj create mode 100644 src/Data/NBB.Data.EntityFramework.MultiTenancy/NBB - Backup.Data.EntityFramework.MultiTenancy.csproj create mode 100644 src/Data/NBB.Data.EntityFramework/NBB - Backup.Data.EntityFramework.csproj create mode 100644 src/Data/NBB.Data.EventSourcing/NBB - Backup.Data.EventSourcing.csproj create mode 100644 src/Domain/NBB.Domain.Abstractions/NBB - Backup.Domain.Abstractions.csproj create mode 100644 src/Domain/NBB.Domain/NBB - Backup.Domain.csproj create mode 100644 src/EventStore/NBB.EventStore.Abstractions/NBB - Backup.EventStore.Abstractions.csproj create mode 100644 src/EventStore/NBB.EventStore.AdoNet.Migrations/NBB - Backup.EventStore.AdoNet.Migrations.csproj create mode 100644 src/EventStore/NBB.EventStore.AdoNet.Multitenancy/NBB - Backup.EventStore.AdoNet.MultiTenancy.csproj create mode 100644 src/EventStore/NBB.EventStore.AdoNet/NBB - Backup.EventStore.AdoNet.csproj create mode 100644 src/EventStore/NBB.EventStore.Effects/NBB - Backup.EventStore.Effects.csproj create mode 100644 src/EventStore/NBB.EventStore.InMemory/NBB - Backup.EventStore.InMemory.csproj create mode 100644 src/EventStore/NBB.EventStore/NBB - Backup.EventStore.csproj create mode 100644 src/EventStore/NBB.SQLStreamStore.Migrations/NBB - Backup.SQLStreamStore.Migrations.csproj create mode 100644 src/EventStore/NBB.SQLStreamStore/NBB - Backup.SQLStreamStore.csproj create mode 100644 src/Http/NBB.Http.Effects/NBB - Backup.Http.Effects.csproj create mode 100644 src/Messaging/NBB.Messaging.Abstractions/NBB - Backup.Messaging.Abstractions.csproj create mode 100644 src/Messaging/NBB.Messaging.BackwardCompatibility/NBB - Backup.Messaging.BackwardCompatibility.csproj create mode 100644 src/Messaging/NBB.Messaging.DataContracts/NBB - Backup.Messaging.DataContracts.csproj create mode 100644 src/Messaging/NBB.Messaging.Effects/NBB - Backup.Messaging.Effects.csproj create mode 100644 src/Messaging/NBB.Messaging.InProcessMessaging/NBB - Backup.Messaging.InProcessMessaging.csproj create mode 100644 src/Messaging/NBB.Messaging.MultiTenancy/NBB - Backup.Messaging.MultiTenancy.csproj create mode 100644 src/Messaging/NBB.Messaging.Nats/NBB - Backup.Messaging.Nats.csproj create mode 100644 src/Messaging/NBB.Messaging.Noop/NBB - Backup.Messaging.Noop.csproj create mode 100644 src/Messaging/NBB.Messaging.OpenTelemetry/NBB - Backup.Messaging.OpenTelemetry.csproj create mode 100644 src/Messaging/NBB.Messaging.Rusi/NBB - Backup.Messaging.Rusi.csproj create mode 100644 src/MultiTenancy/NBB.MultiTenancy.Abstractions/NBB - Backup.MultiTenancy.Abstractions.csproj create mode 100644 src/MultiTenancy/NBB.MultiTenancy.AspNet/NBB - Backup.MultiTenancy.AspNet.csproj create mode 100644 src/MultiTenancy/NBB.MultiTenancy.Identification.Http/NBB - Backup.MultiTenancy.Identification.Http.csproj create mode 100644 src/MultiTenancy/NBB.MultiTenancy.Identification.Messaging/NBB - Backup.MultiTenancy.Identification.Messaging.csproj create mode 100644 src/MultiTenancy/NBB.MultiTenancy.Identification/NBB - Backup.MultiTenancy.Identification.csproj create mode 100644 src/Orchestration/NBB.ProcessManager.Definition/NBB - Backup.ProcessManager.Definition.csproj create mode 100644 src/Orchestration/NBB.ProcessManager.Runtime/NBB - Backup.ProcessManager.Runtime.csproj create mode 100644 src/Projections/NBB.ProjectR/NBB - Backup.ProjectR.csproj create mode 100644 src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.ServiceIdentifier/NBB - Backup.Tools.Serilog.Enrichers.ServiceIdentifier.csproj create mode 100644 src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.TenantId/NBB - Backup.Tools.Serilog.Enrichers.TenantId.csproj create mode 100644 src/Tools/Serilog/NBB.Tools.Serilog.OpenTelemetryTracingSink/NBB - Backup.Tools.Serilog.OpenTelemetryTracingSink.csproj create mode 100644 test/Integration/NBB.EventStore.IntegrationTests/NBB - Backup.EventStore.IntegrationTests.csproj create mode 100644 test/Integration/NBB.Messaging.Rusi.IntegrationTests/NBB - Backup.Messaging.Rusi.IntegrationTests.csproj create mode 100644 test/UnitTests/Application/NBB.Application.Effects.Tests/NBB - Backup.Application.Effects.Tests.csproj create mode 100644 test/UnitTests/Application/NBB.Application.Mediator.FSharp.Tests/NBB - Backup.Application.Mediator.FSharp.Tests.fsproj create mode 100644 test/UnitTests/Core/NBB.Core.Configuration.Tests/NBB - Backup.Core.Configuration.Tests.csproj create mode 100644 test/UnitTests/Core/NBB.Core.Effects.FSharp.Tests/NBB - Backup.Core.Effects.FSharp.Tests.fsproj create mode 100644 test/UnitTests/Core/NBB.Core.Effects.Tests/NBB - Backup.Core.Effects.Tests.csproj create mode 100644 test/UnitTests/Core/NBB.Core.Evented.FSharp.Tests/NBB - Backup.Core.Evented.FSharp.Tests.fsproj create mode 100644 test/UnitTests/Core/NBB.Core.Pipeline.Tests/NBB - Backup.Core.Pipeline.Tests.csproj create mode 100644 test/UnitTests/Data/NBB.Data.EntityFramework.MultiTenancy.Tests/NBB - Backup.Data.EntityFramework.MultiTenancy.Tests.csproj create mode 100644 test/UnitTests/Data/NBB.Data.EntityFramework.Tests/NBB - Backup.Data.EntityFramework.Tests.csproj create mode 100644 test/UnitTests/Data/NBB.Data.EventSourcing.Tests/NBB - Backup.Data.EventSourcing.Tests.csproj create mode 100644 test/UnitTests/Domain/NBB.Domain.Tests/NBB - Backup.Domain.Tests.csproj create mode 100644 test/UnitTests/EventStore/NBB.EventStore.AdoNet.Tests/NBB - Backup.EventStore.AdoNet.Tests.csproj create mode 100644 test/UnitTests/EventStore/NBB.EventStore.InMemory.Tests/NBB - Backup.EventStore.InMemory.Tests.csproj create mode 100644 test/UnitTests/EventStore/NBB.EventStore.Tests/NBB - Backup.EventStore.Tests.csproj create mode 100644 test/UnitTests/Http/NBB.Http.Effects.Tests/NBB - Backup.Http.Effects.Tests.csproj create mode 100644 test/UnitTests/Messaging/NBB.Messaging.Abstractions.Tests/NBB - Backup.Messaging.Abstractions.Tests.csproj create mode 100644 test/UnitTests/Messaging/NBB.Messaging.DataContracts.Tests/NBB - Backup.Messaging.DataContracts.Tests.csproj create mode 100644 test/UnitTests/Messaging/NBB.Messaging.Effects.Tests/NBB - Backup.Messaging.Effects.Tests.csproj create mode 100644 test/UnitTests/Messaging/NBB.Messaging.Host.Tests/NBB - Backup.Messaging.Host.Tests.csproj create mode 100644 test/UnitTests/Messaging/NBB.Messaging.InProcessMessaging.Tests/NBB - Backup.Messaging.InProcessMessaging.Tests.csproj create mode 100644 test/UnitTests/Messaging/NBB.Messaging.MultiTenancy.Tests/NBB - Backup.Messaging.MultiTenancy.Tests.csproj create mode 100644 test/UnitTests/Messaging/NBB.Messaging.Rusi.Tests/NBB - Backup.Messaging.Rusi.Tests.csproj create mode 100644 test/UnitTests/MultiTenancy/NBB.MultiTenancy.Configuration.Tests/NBB - Backup.MultiTenancy.Abstractions.Tests.csproj create mode 100644 test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Http.Tests/NBB - Backup.MultiTenancy.Identification.Http.Tests.csproj create mode 100644 test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Messaging.Tests/NBB - Backup.MultiTenancy.Identification.Messaging.Tests.csproj create mode 100644 test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/NBB - Backup.MultiTenancy.Identification.Tests.csproj create mode 100644 test/UnitTests/NBB.Core.FSharp.Tests/NBB - Backup.Core.FSharp.Tests.fsproj create mode 100644 test/UnitTests/Orchestration/NBB.ProcessManager.Tests/NBB - Backup.ProcessManager.Tests.csproj create mode 100644 test/UnitTests/Tools/NBB.Tools.Serilog.Enrichers.TenantId.Tests/NBB - Backup.Tools.Serilog.Enrichers.TenantId.Tests.csproj diff --git a/Directory.Build.props b/Directory.Build.props index 65309b49..cfdfefa2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -16,7 +16,7 @@ - + diff --git a/dependencies.props b/dependencies.props index 4e5a6821..c998ee30 100644 --- a/dependencies.props +++ b/dependencies.props @@ -1,40 +1,41 @@  13.0.3 - 12.2.0 + 12.4.1 2.0.1 - 4.2.2 - 0.13.11 - 4.20.70 - 2.6.3 - 2.5.5 - 6.0.0 - 17.8.0 - 5.6.1 - 6.12.0 - 5.1.2 - 8.0.0 - 8.0.0 + 5.0.2 + 0.14.0 + 4.20.72 + 2.9.2 + 2.8.2 + 6.0.2 + 17.12.0 + 6.0.1 + 7.0.0 + 5.2.2 + 9.0.0 + 9.0.0 4.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.6.0-rc.1 + 1.10.0 + 1.10.0 + 1.10.0 + 1.10.1 1.0.0-beta.8 - 1.6.0-rc.1 - 1.5.1 + 1.10.0 + 1.10.0 1.5.0-rc.1 1.7.0-rc.1 - 8.2.0 - 3.1.1 - 8.0.0 - 5.0.1 - 6.5.0 - 8.0.0 - 12.0.1 - 10.9.0 + 8.5.0 + 4.2.0 + 9.0.0 + 9.0.0 + 6.0.0 + 8.1.0 + 9.0.0 + 13.0.1 + 11.1.0 4.18.1 1.0.3 - 7.0.3 + 8.3.0 diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Api/NBB.Contracts.Api.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Api/NBB.Contracts.Api.csproj index 3608ebf5..016b0cf0 100644 --- a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Api/NBB.Contracts.Api.csproj +++ b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Api/NBB.Contracts.Api.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 ..\..\..\..\docker-compose.dcproj NBB_Contracts_6a73f87d-2175-4be0-9a42-31cb73bc8e10 Linux @@ -32,7 +32,7 @@ - + diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Application/NBB - Backup.Contracts.Application.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Application/NBB - Backup.Contracts.Application.csproj new file mode 100644 index 00000000..b595bdda --- /dev/null +++ b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Application/NBB - Backup.Contracts.Application.csproj @@ -0,0 +1,32 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + 1701;1702;1705;NU1701 + + + + + + + + + + + + + + + + + diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Application/NBB.Contracts.Application.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Application/NBB.Contracts.Application.csproj index 0ed36ed8..b595bdda 100644 --- a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Application/NBB.Contracts.Application.csproj +++ b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Application/NBB.Contracts.Application.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Domain/NBB - Backup.Contracts.Domain.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Domain/NBB - Backup.Contracts.Domain.csproj new file mode 100644 index 00000000..6d7809a0 --- /dev/null +++ b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Domain/NBB - Backup.Contracts.Domain.csproj @@ -0,0 +1,22 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + + + + + + + + diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Domain/NBB.Contracts.Domain.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Domain/NBB.Contracts.Domain.csproj index ac404c5c..6d7809a0 100644 --- a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Domain/NBB.Contracts.Domain.csproj +++ b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Domain/NBB.Contracts.Domain.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Migrations/NBB.Contracts.Migrations.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Migrations/NBB.Contracts.Migrations.csproj index 4bb35710..864d1674 100644 --- a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Migrations/NBB.Contracts.Migrations.csproj +++ b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Migrations/NBB.Contracts.Migrations.csproj @@ -9,7 +9,7 @@ Exe - net8.0 + net9.0 NBB_Contracts_6a73f87d-2175-4be0-9a42-31cb73bc8e10 diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.PublishedLanguage/NBB - Backup.Contracts.PublishedLanguage.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.PublishedLanguage/NBB - Backup.Contracts.PublishedLanguage.csproj new file mode 100644 index 00000000..e53bc46b --- /dev/null +++ b/samples/MicroServices/NBB.Contracts/NBB.Contracts.PublishedLanguage/NBB - Backup.Contracts.PublishedLanguage.csproj @@ -0,0 +1,18 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + + + + diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.PublishedLanguage/NBB.Contracts.PublishedLanguage.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.PublishedLanguage/NBB.Contracts.PublishedLanguage.csproj index ef5f4f84..e53bc46b 100644 --- a/samples/MicroServices/NBB.Contracts/NBB.Contracts.PublishedLanguage/NBB.Contracts.PublishedLanguage.csproj +++ b/samples/MicroServices/NBB.Contracts/NBB.Contracts.PublishedLanguage/NBB.Contracts.PublishedLanguage.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel.Data/NBB - Backup.Contracts.ReadModel.Data.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel.Data/NBB - Backup.Contracts.ReadModel.Data.csproj new file mode 100644 index 00000000..b8f3101b --- /dev/null +++ b/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel.Data/NBB - Backup.Contracts.ReadModel.Data.csproj @@ -0,0 +1,28 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + + + + + + + + + + + + + + diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel.Data/NBB.Contracts.ReadModel.Data.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel.Data/NBB.Contracts.ReadModel.Data.csproj index 93dd6a6a..b8f3101b 100644 --- a/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel.Data/NBB.Contracts.ReadModel.Data.csproj +++ b/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel.Data/NBB.Contracts.ReadModel.Data.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel/NBB - Backup.Contracts.ReadModel.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel/NBB - Backup.Contracts.ReadModel.csproj new file mode 100644 index 00000000..f9bf3157 --- /dev/null +++ b/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel/NBB - Backup.Contracts.ReadModel.csproj @@ -0,0 +1,14 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel/NBB.Contracts.ReadModel.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel/NBB.Contracts.ReadModel.csproj index 5856dd07..f9bf3157 100644 --- a/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel/NBB.Contracts.ReadModel.csproj +++ b/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel/NBB.Contracts.ReadModel.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Worker/NBB - Backup.Contracts.Worker.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Worker/NBB - Backup.Contracts.Worker.csproj new file mode 100644 index 00000000..2510f0cd --- /dev/null +++ b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Worker/NBB - Backup.Contracts.Worker.csproj @@ -0,0 +1,70 @@ + + + + SAK + SAK + SAK + SAK + + + + Exe + net9.0 + NBB_Contracts_6a73f87d-2175-4be0-9a42-31cb73bc8e10 + Linux + ..\..\..\.. + + + + 1701;1702;1705;NU1701 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Always + + + Always + + + + diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Worker/NBB.Contracts.Worker.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Worker/NBB.Contracts.Worker.csproj index 2a657132..2510f0cd 100644 --- a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Worker/NBB.Contracts.Worker.csproj +++ b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Worker/NBB.Contracts.Worker.csproj @@ -1,70 +1,70 @@ - - - - SAK - SAK - SAK - SAK - - - - Exe - net8.0 - NBB_Contracts_6a73f87d-2175-4be0-9a42-31cb73bc8e10 - Linux - ..\..\..\.. - - - - 1701;1702;1705;NU1701 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Always - - - Always - - - - + + + + SAK + SAK + SAK + SAK + + + + Exe + net9.0 + NBB_Contracts_6a73f87d-2175-4be0-9a42-31cb73bc8e10 + Linux + ..\..\..\.. + + + + 1701;1702;1705;NU1701 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Always + + + Always + + + + diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.WriteModel.Data/NBB - Backup.Contracts.WriteModel.Data.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.WriteModel.Data/NBB - Backup.Contracts.WriteModel.Data.csproj new file mode 100644 index 00000000..87f1807a --- /dev/null +++ b/samples/MicroServices/NBB.Contracts/NBB.Contracts.WriteModel.Data/NBB - Backup.Contracts.WriteModel.Data.csproj @@ -0,0 +1,27 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + + + + + + + + + + + + + diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.WriteModel.Data/NBB.Contracts.WriteModel.Data.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.WriteModel.Data/NBB.Contracts.WriteModel.Data.csproj index aca85be8..87f1807a 100644 --- a/samples/MicroServices/NBB.Contracts/NBB.Contracts.WriteModel.Data/NBB.Contracts.WriteModel.Data.csproj +++ b/samples/MicroServices/NBB.Contracts/NBB.Contracts.WriteModel.Data/NBB.Contracts.WriteModel.Data.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Api/NBB - Backup.Invoices.FSharp.Api.fsproj b/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Api/NBB - Backup.Invoices.FSharp.Api.fsproj new file mode 100644 index 00000000..91085648 --- /dev/null +++ b/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Api/NBB - Backup.Invoices.FSharp.Api.fsproj @@ -0,0 +1,28 @@ + + + + net9.0 + NBB_Invoices_c9e28d3a-7681-452a-9dbe-a52a9b6a0900 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Api/NBB.Invoices.FSharp.Api.fsproj b/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Api/NBB.Invoices.FSharp.Api.fsproj index 000bbecf..f7661ccf 100644 --- a/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Api/NBB.Invoices.FSharp.Api.fsproj +++ b/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Api/NBB.Invoices.FSharp.Api.fsproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 NBB_Invoices_c9e28d3a-7681-452a-9dbe-a52a9b6a0900 @@ -12,7 +12,7 @@ - + diff --git a/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Worker/NBB - Backup.Invoices.FSharp.Worker.fsproj b/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Worker/NBB - Backup.Invoices.FSharp.Worker.fsproj new file mode 100644 index 00000000..2713e34a --- /dev/null +++ b/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Worker/NBB - Backup.Invoices.FSharp.Worker.fsproj @@ -0,0 +1,41 @@ + + + + Exe + net9.0 + NBB_Invoices_c9e28d3a-7681-452a-9dbe-a52a9b6a0900 + + + + + + Always + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Worker/NBB.Invoices.FSharp.Worker.fsproj b/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Worker/NBB.Invoices.FSharp.Worker.fsproj index 255fc07e..2713e34a 100644 --- a/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Worker/NBB.Invoices.FSharp.Worker.fsproj +++ b/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Worker/NBB.Invoices.FSharp.Worker.fsproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 NBB_Invoices_c9e28d3a-7681-452a-9dbe-a52a9b6a0900 diff --git a/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp/NBB - Backup.Invoices.FSharp.fsproj b/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp/NBB - Backup.Invoices.FSharp.fsproj new file mode 100644 index 00000000..49fd1f6e --- /dev/null +++ b/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp/NBB - Backup.Invoices.FSharp.fsproj @@ -0,0 +1,27 @@ + + + + net9.0 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp/NBB.Invoices.FSharp.fsproj b/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp/NBB.Invoices.FSharp.fsproj index bec85e8a..49fd1f6e 100644 --- a/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp/NBB.Invoices.FSharp.fsproj +++ b/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp/NBB.Invoices.FSharp.fsproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Api/NBB - Backup.Invoices.Api.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Api/NBB - Backup.Invoices.Api.csproj new file mode 100644 index 00000000..1a301788 --- /dev/null +++ b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Api/NBB - Backup.Invoices.Api.csproj @@ -0,0 +1,41 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + ..\docker-compose.dcproj + NBB_Invoices_c9e28d3a-7681-452a-9dbe-a52a9b6a0900 + + + + 1701;1702;1705;NU1701 + + + + + + + + + + + + Never + + + + + + + + + + + + diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Api/NBB.Invoices.Api.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Api/NBB.Invoices.Api.csproj index f7868337..1a301788 100644 --- a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Api/NBB.Invoices.Api.csproj +++ b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Api/NBB.Invoices.Api.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 ..\docker-compose.dcproj NBB_Invoices_c9e28d3a-7681-452a-9dbe-a52a9b6a0900 diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Application/NBB - Backup.Invoices.Application.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Application/NBB - Backup.Invoices.Application.csproj new file mode 100644 index 00000000..aa6fbffe --- /dev/null +++ b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Application/NBB - Backup.Invoices.Application.csproj @@ -0,0 +1,28 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + 1701;1702;1705;NU1701 + + + + + + + + + + + + + diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Application/NBB.Invoices.Application.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Application/NBB.Invoices.Application.csproj index c6f1ae2e..aa6fbffe 100644 --- a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Application/NBB.Invoices.Application.csproj +++ b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Application/NBB.Invoices.Application.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Data/NBB - Backup.Invoices.Data.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Data/NBB - Backup.Invoices.Data.csproj new file mode 100644 index 00000000..a1db7dcb --- /dev/null +++ b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Data/NBB - Backup.Invoices.Data.csproj @@ -0,0 +1,29 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + + + + + + + + + + + + + + + diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Data/NBB.Invoices.Data.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Data/NBB.Invoices.Data.csproj index b7d409a9..a1db7dcb 100644 --- a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Data/NBB.Invoices.Data.csproj +++ b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Data/NBB.Invoices.Data.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Domain/NBB - Backup.Invoices.Domain.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Domain/NBB - Backup.Invoices.Domain.csproj new file mode 100644 index 00000000..85185859 --- /dev/null +++ b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Domain/NBB - Backup.Invoices.Domain.csproj @@ -0,0 +1,22 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + + + + + + + + diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Domain/NBB.Invoices.Domain.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Domain/NBB.Invoices.Domain.csproj index abaee232..85185859 100644 --- a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Domain/NBB.Invoices.Domain.csproj +++ b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Domain/NBB.Invoices.Domain.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Migrations/NBB - Backup.Invoices.Migrations.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Migrations/NBB - Backup.Invoices.Migrations.csproj new file mode 100644 index 00000000..f145230c --- /dev/null +++ b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Migrations/NBB - Backup.Invoices.Migrations.csproj @@ -0,0 +1,41 @@ + + + + SAK + SAK + SAK + SAK + + + + Exe + net9.0 + NBB_Invoices_c9e28d3a-7681-452a-9dbe-a52a9b6a0900 + + + + + + + + + + + + + + + + + + + + + + + + Always + + + + diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Migrations/NBB.Invoices.Migrations.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Migrations/NBB.Invoices.Migrations.csproj index df6625d3..f145230c 100644 --- a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Migrations/NBB.Invoices.Migrations.csproj +++ b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Migrations/NBB.Invoices.Migrations.csproj @@ -9,7 +9,7 @@ Exe - net8.0 + net9.0 NBB_Invoices_c9e28d3a-7681-452a-9dbe-a52a9b6a0900 diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.PublishedLanguage/NBB - Backup.Invoices.PublishedLanguage.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.PublishedLanguage/NBB - Backup.Invoices.PublishedLanguage.csproj new file mode 100644 index 00000000..e53bc46b --- /dev/null +++ b/samples/MicroServices/NBB.Invoices/NBB.Invoices.PublishedLanguage/NBB - Backup.Invoices.PublishedLanguage.csproj @@ -0,0 +1,18 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + + + + diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.PublishedLanguage/NBB.Invoices.PublishedLanguage.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.PublishedLanguage/NBB.Invoices.PublishedLanguage.csproj index ef5f4f84..e53bc46b 100644 --- a/samples/MicroServices/NBB.Invoices/NBB.Invoices.PublishedLanguage/NBB.Invoices.PublishedLanguage.csproj +++ b/samples/MicroServices/NBB.Invoices/NBB.Invoices.PublishedLanguage/NBB.Invoices.PublishedLanguage.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Worker/NBB.Invoices.Worker.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Worker/NBB.Invoices.Worker.csproj index 7306d1cf..c5388070 100644 --- a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Worker/NBB.Invoices.Worker.csproj +++ b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Worker/NBB.Invoices.Worker.csproj @@ -9,7 +9,7 @@ Exe - net8.0 + net9.0 NBB_Invoices_c9e28d3a-7681-452a-9dbe-a52a9b6a0900 diff --git a/samples/MicroServices/NBB.MicroServicesOrchestration/NBB - Backup.MicroServicesOrchestration.csproj b/samples/MicroServices/NBB.MicroServicesOrchestration/NBB - Backup.MicroServicesOrchestration.csproj new file mode 100644 index 00000000..70806e79 --- /dev/null +++ b/samples/MicroServices/NBB.MicroServicesOrchestration/NBB - Backup.MicroServicesOrchestration.csproj @@ -0,0 +1,43 @@ + + + + Exe + net9.0 + NBB_Orchestration_a3e28d3a-7681-452a-9dbe-a52a9b6a0854 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Always + + + + diff --git a/samples/MicroServices/NBB.MicroServicesOrchestration/NBB.MicroServicesOrchestration.csproj b/samples/MicroServices/NBB.MicroServicesOrchestration/NBB.MicroServicesOrchestration.csproj index 9d2c9d01..70806e79 100644 --- a/samples/MicroServices/NBB.MicroServicesOrchestration/NBB.MicroServicesOrchestration.csproj +++ b/samples/MicroServices/NBB.MicroServicesOrchestration/NBB.MicroServicesOrchestration.csproj @@ -1,43 +1,43 @@ - - - - Exe - net8.0 - NBB_Orchestration_a3e28d3a-7681-452a-9dbe-a52a9b6a0854 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Always - - - - + + + + Exe + net9.0 + NBB_Orchestration_a3e28d3a-7681-452a-9dbe-a52a9b6a0854 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Always + + + + diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.Api/NBB - Backup.Payments.Api.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.Api/NBB - Backup.Payments.Api.csproj new file mode 100644 index 00000000..9e4f840d --- /dev/null +++ b/samples/MicroServices/NBB.Payments/NBB.Payments.Api/NBB - Backup.Payments.Api.csproj @@ -0,0 +1,45 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + ..\..\..\..\docker-compose.dcproj + NBB_Payments_65e4fd90-1fb9-4806-9e38-5d70466ad364 + + + + 1701;1702;1705;NU1701 + + + + + + + + + + + + + + + + + Never + + + + + + + + + + + diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.Api/NBB.Payments.Api.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.Api/NBB.Payments.Api.csproj index 3b48040f..9e4f840d 100644 --- a/samples/MicroServices/NBB.Payments/NBB.Payments.Api/NBB.Payments.Api.csproj +++ b/samples/MicroServices/NBB.Payments/NBB.Payments.Api/NBB.Payments.Api.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 ..\..\..\..\docker-compose.dcproj NBB_Payments_65e4fd90-1fb9-4806-9e38-5d70466ad364 diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.Application/NBB - Backup.Payments.Application.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.Application/NBB - Backup.Payments.Application.csproj new file mode 100644 index 00000000..da30418e --- /dev/null +++ b/samples/MicroServices/NBB.Payments/NBB.Payments.Application/NBB - Backup.Payments.Application.csproj @@ -0,0 +1,31 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + 1701;1702;1705;NU1701 + + + + + + + + + + + + + + + + diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.Application/NBB.Payments.Application.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.Application/NBB.Payments.Application.csproj index 7cb0401e..da30418e 100644 --- a/samples/MicroServices/NBB.Payments/NBB.Payments.Application/NBB.Payments.Application.csproj +++ b/samples/MicroServices/NBB.Payments/NBB.Payments.Application/NBB.Payments.Application.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.Data/NBB - Backup.Payments.Data.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.Data/NBB - Backup.Payments.Data.csproj new file mode 100644 index 00000000..80889046 --- /dev/null +++ b/samples/MicroServices/NBB.Payments/NBB.Payments.Data/NBB - Backup.Payments.Data.csproj @@ -0,0 +1,30 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + + + + + + + + + + + + + + + + diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.Data/NBB.Payments.Data.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.Data/NBB.Payments.Data.csproj index f41a397f..80889046 100644 --- a/samples/MicroServices/NBB.Payments/NBB.Payments.Data/NBB.Payments.Data.csproj +++ b/samples/MicroServices/NBB.Payments/NBB.Payments.Data/NBB.Payments.Data.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.Domain/NBB - Backup.Payments.Domain.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.Domain/NBB - Backup.Payments.Domain.csproj new file mode 100644 index 00000000..9f812e5a --- /dev/null +++ b/samples/MicroServices/NBB.Payments/NBB.Payments.Domain/NBB - Backup.Payments.Domain.csproj @@ -0,0 +1,26 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + + + + + + + + + + + + diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.Domain/NBB.Payments.Domain.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.Domain/NBB.Payments.Domain.csproj index 2d171357..9f812e5a 100644 --- a/samples/MicroServices/NBB.Payments/NBB.Payments.Domain/NBB.Payments.Domain.csproj +++ b/samples/MicroServices/NBB.Payments/NBB.Payments.Domain/NBB.Payments.Domain.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.Migrations/NBB - Backup.Payments.Migrations.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.Migrations/NBB - Backup.Payments.Migrations.csproj new file mode 100644 index 00000000..8b05053f --- /dev/null +++ b/samples/MicroServices/NBB.Payments/NBB.Payments.Migrations/NBB - Backup.Payments.Migrations.csproj @@ -0,0 +1,42 @@ + + + + SAK + SAK + SAK + SAK + + + + Exe + net9.0 + NBB_Payments_65e4fd90-1fb9-4806-9e38-5d70466ad364 + + + + + + + + + + + + + + + + + + + + + + + + + Always + + + + diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.Migrations/NBB.Payments.Migrations.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.Migrations/NBB.Payments.Migrations.csproj index afd3a003..8b05053f 100644 --- a/samples/MicroServices/NBB.Payments/NBB.Payments.Migrations/NBB.Payments.Migrations.csproj +++ b/samples/MicroServices/NBB.Payments/NBB.Payments.Migrations/NBB.Payments.Migrations.csproj @@ -9,7 +9,7 @@ Exe - net8.0 + net9.0 NBB_Payments_65e4fd90-1fb9-4806-9e38-5d70466ad364 diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.PublishedLanguage/NBB - Backup.Payments.PublishedLanguage.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.PublishedLanguage/NBB - Backup.Payments.PublishedLanguage.csproj new file mode 100644 index 00000000..74909654 --- /dev/null +++ b/samples/MicroServices/NBB.Payments/NBB.Payments.PublishedLanguage/NBB - Backup.Payments.PublishedLanguage.csproj @@ -0,0 +1,21 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + + + + + + + diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.PublishedLanguage/NBB.Payments.PublishedLanguage.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.PublishedLanguage/NBB.Payments.PublishedLanguage.csproj index 89f7549e..74909654 100644 --- a/samples/MicroServices/NBB.Payments/NBB.Payments.PublishedLanguage/NBB.Payments.PublishedLanguage.csproj +++ b/samples/MicroServices/NBB.Payments/NBB.Payments.PublishedLanguage/NBB.Payments.PublishedLanguage.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.Worker/NBB.Payments.Worker.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.Worker/NBB.Payments.Worker.csproj index dbce973c..a835ff0f 100644 --- a/samples/MicroServices/NBB.Payments/NBB.Payments.Worker/NBB.Payments.Worker.csproj +++ b/samples/MicroServices/NBB.Payments/NBB.Payments.Worker/NBB.Payments.Worker.csproj @@ -9,7 +9,7 @@ Exe - net8.0 + net9.0 NBB_Payments_65e4fd90-1fb9-4806-9e38-5d70466ad364 diff --git a/samples/Monolith/NBB.Mono.Migrations/NBB - Backup.Mono.Migrations.csproj b/samples/Monolith/NBB.Mono.Migrations/NBB - Backup.Mono.Migrations.csproj new file mode 100644 index 00000000..4d931928 --- /dev/null +++ b/samples/Monolith/NBB.Mono.Migrations/NBB - Backup.Mono.Migrations.csproj @@ -0,0 +1,40 @@ + + + + SAK + SAK + SAK + SAK + + + + Exe + net9.0 + NBB_Mono_04f3de64-51a9-466b-a489-ed331aba59c8 + + + + + + + + + + PreserveNewest + Always + + + + + + + + + + + + + + + + diff --git a/samples/Monolith/NBB.Mono.Migrations/NBB.Mono.Migrations.csproj b/samples/Monolith/NBB.Mono.Migrations/NBB.Mono.Migrations.csproj index a766b6b7..4d931928 100644 --- a/samples/Monolith/NBB.Mono.Migrations/NBB.Mono.Migrations.csproj +++ b/samples/Monolith/NBB.Mono.Migrations/NBB.Mono.Migrations.csproj @@ -9,7 +9,7 @@ Exe - net8.0 + net9.0 NBB_Mono_04f3de64-51a9-466b-a489-ed331aba59c8 diff --git a/samples/Monolith/NBB.Mono/NBB - Backup.Mono.csproj b/samples/Monolith/NBB.Mono/NBB - Backup.Mono.csproj new file mode 100644 index 00000000..283657c6 --- /dev/null +++ b/samples/Monolith/NBB.Mono/NBB - Backup.Mono.csproj @@ -0,0 +1,52 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + ..\..\MicroServices\docker-compose.dcproj + NBB_Mono_04f3de64-51a9-466b-a489-ed331aba59c8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Always + + + + diff --git a/samples/Monolith/NBB.Mono/NBB.Mono.csproj b/samples/Monolith/NBB.Mono/NBB.Mono.csproj index 2ff22bda..283657c6 100644 --- a/samples/Monolith/NBB.Mono/NBB.Mono.csproj +++ b/samples/Monolith/NBB.Mono/NBB.Mono.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 ..\..\MicroServices\docker-compose.dcproj NBB_Mono_04f3de64-51a9-466b-a489-ed331aba59c8 diff --git a/samples/MultiTenancy/NBB.Todo.Api/NBB - Backup.Todo.Api.csproj b/samples/MultiTenancy/NBB.Todo.Api/NBB - Backup.Todo.Api.csproj new file mode 100644 index 00000000..057678eb --- /dev/null +++ b/samples/MultiTenancy/NBB.Todo.Api/NBB - Backup.Todo.Api.csproj @@ -0,0 +1,41 @@ + + + + net9.0 + NBB_Todo_a9328d3a-7681-452a-9dbe-a52a9b6a0593 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/MultiTenancy/NBB.Todo.Api/NBB.Todo.Api.csproj b/samples/MultiTenancy/NBB.Todo.Api/NBB.Todo.Api.csproj index e5000e01..f7d5da55 100644 --- a/samples/MultiTenancy/NBB.Todo.Api/NBB.Todo.Api.csproj +++ b/samples/MultiTenancy/NBB.Todo.Api/NBB.Todo.Api.csproj @@ -1,41 +1,41 @@ - - - - net8.0 - NBB_Todo_a9328d3a-7681-452a-9dbe-a52a9b6a0593 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net9.0 + NBB_Todo_a9328d3a-7681-452a-9dbe-a52a9b6a0593 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/MultiTenancy/NBB.Todo.Data/NBB - Backup.Todo.Data.csproj b/samples/MultiTenancy/NBB.Todo.Data/NBB - Backup.Todo.Data.csproj new file mode 100644 index 00000000..cecc8571 --- /dev/null +++ b/samples/MultiTenancy/NBB.Todo.Data/NBB - Backup.Todo.Data.csproj @@ -0,0 +1,17 @@ + + + + net9.0 + + + + + + + + + + + + + diff --git a/samples/MultiTenancy/NBB.Todo.Data/NBB.Todo.Data.csproj b/samples/MultiTenancy/NBB.Todo.Data/NBB.Todo.Data.csproj index c83f2b53..cecc8571 100644 --- a/samples/MultiTenancy/NBB.Todo.Data/NBB.Todo.Data.csproj +++ b/samples/MultiTenancy/NBB.Todo.Data/NBB.Todo.Data.csproj @@ -1,17 +1,17 @@ - - - - net8.0 - - - - - - - - - - - - - + + + + net9.0 + + + + + + + + + + + + + diff --git a/samples/MultiTenancy/NBB.Todo.Migrations/NBB - Backup.Todo.Migrations.csproj b/samples/MultiTenancy/NBB.Todo.Migrations/NBB - Backup.Todo.Migrations.csproj new file mode 100644 index 00000000..57100e95 --- /dev/null +++ b/samples/MultiTenancy/NBB.Todo.Migrations/NBB - Backup.Todo.Migrations.csproj @@ -0,0 +1,26 @@ + + + + Exe + net9.0 + NBB_Todo_a9328d3a-7681-452a-9dbe-a52a9b6a0593 + + + + + + + + + + + + + + + + + Always + + + \ No newline at end of file diff --git a/samples/MultiTenancy/NBB.Todo.Migrations/NBB.Todo.Migrations.csproj b/samples/MultiTenancy/NBB.Todo.Migrations/NBB.Todo.Migrations.csproj index f190a4af..57100e95 100644 --- a/samples/MultiTenancy/NBB.Todo.Migrations/NBB.Todo.Migrations.csproj +++ b/samples/MultiTenancy/NBB.Todo.Migrations/NBB.Todo.Migrations.csproj @@ -1,26 +1,26 @@ - - - - Exe - net8.0 - NBB_Todo_a9328d3a-7681-452a-9dbe-a52a9b6a0593 - - - - - - - - - - - - - - - - - Always - - + + + + Exe + net9.0 + NBB_Todo_a9328d3a-7681-452a-9dbe-a52a9b6a0593 + + + + + + + + + + + + + + + + + Always + + \ No newline at end of file diff --git a/samples/MultiTenancy/NBB.Todo.PublishedLanguage/NBB - Backup.Todo.PublishedLanguage.csproj b/samples/MultiTenancy/NBB.Todo.PublishedLanguage/NBB - Backup.Todo.PublishedLanguage.csproj new file mode 100644 index 00000000..d2954974 --- /dev/null +++ b/samples/MultiTenancy/NBB.Todo.PublishedLanguage/NBB - Backup.Todo.PublishedLanguage.csproj @@ -0,0 +1,11 @@ + + + + net9.0 + + + + + + + diff --git a/samples/MultiTenancy/NBB.Todo.PublishedLanguage/NBB.Todo.PublishedLanguage.csproj b/samples/MultiTenancy/NBB.Todo.PublishedLanguage/NBB.Todo.PublishedLanguage.csproj index dc93ab67..d2954974 100644 --- a/samples/MultiTenancy/NBB.Todo.PublishedLanguage/NBB.Todo.PublishedLanguage.csproj +++ b/samples/MultiTenancy/NBB.Todo.PublishedLanguage/NBB.Todo.PublishedLanguage.csproj @@ -1,11 +1,11 @@ - - - - net8.0 - - - - - - - + + + + net9.0 + + + + + + + diff --git a/samples/MultiTenancy/NBB.Todo.Worker/NBB - Backup.Todo.Worker.csproj b/samples/MultiTenancy/NBB.Todo.Worker/NBB - Backup.Todo.Worker.csproj new file mode 100644 index 00000000..0dfd7d27 --- /dev/null +++ b/samples/MultiTenancy/NBB.Todo.Worker/NBB - Backup.Todo.Worker.csproj @@ -0,0 +1,56 @@ + + + + + net9.0 + Linux + NBB_Todo_a9328d3a-7681-452a-9dbe-a52a9b6a0593 + Exe + + + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/MultiTenancy/NBB.Todo.Worker/NBB.Todo.Worker.csproj b/samples/MultiTenancy/NBB.Todo.Worker/NBB.Todo.Worker.csproj index 6e3f669c..7e7111bd 100644 --- a/samples/MultiTenancy/NBB.Todo.Worker/NBB.Todo.Worker.csproj +++ b/samples/MultiTenancy/NBB.Todo.Worker/NBB.Todo.Worker.csproj @@ -1,56 +1,56 @@ - - - - - net8.0 - Linux - NBB_Todo_a9328d3a-7681-452a-9dbe-a52a9b6a0593 - Exe - - - - - PreserveNewest - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + net9.0 + Linux + NBB_Todo_a9328d3a-7681-452a-9dbe-a52a9b6a0593 + Exe + + + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/Orchestration/ProcessManagerSample/ProcessManagerSample - Backup.csproj b/samples/Orchestration/ProcessManagerSample/ProcessManagerSample - Backup.csproj new file mode 100644 index 00000000..73dc64fc --- /dev/null +++ b/samples/Orchestration/ProcessManagerSample/ProcessManagerSample - Backup.csproj @@ -0,0 +1,46 @@ + + + + Exe + net9.0 + NBB_ProcessManager_6573f87d-2175-4be0-9a42-31cb73bc8e19 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Always + + + Always + + + + diff --git a/samples/Orchestration/ProcessManagerSample/ProcessManagerSample.csproj b/samples/Orchestration/ProcessManagerSample/ProcessManagerSample.csproj index bd3fcd77..e52939ad 100644 --- a/samples/Orchestration/ProcessManagerSample/ProcessManagerSample.csproj +++ b/samples/Orchestration/ProcessManagerSample/ProcessManagerSample.csproj @@ -2,13 +2,12 @@ Exe - net8.0 + net9.0 NBB_ProcessManager_6573f87d-2175-4be0-9a42-31cb73bc8e19 - - + @@ -18,7 +17,7 @@ - + diff --git a/src/Application/NBB.Application.DataContracts.Schema/NBB - Backup.Application.DataContracts.Schema.csproj b/src/Application/NBB.Application.DataContracts.Schema/NBB - Backup.Application.DataContracts.Schema.csproj new file mode 100644 index 00000000..4bd5e590 --- /dev/null +++ b/src/Application/NBB.Application.DataContracts.Schema/NBB - Backup.Application.DataContracts.Schema.csproj @@ -0,0 +1,28 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + Data contracts for CQ(R)S applications. + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Application/NBB.Application.DataContracts.Schema/NBB.Application.DataContracts.Schema.csproj b/src/Application/NBB.Application.DataContracts.Schema/NBB.Application.DataContracts.Schema.csproj index 9df9636c..4bd5e590 100644 --- a/src/Application/NBB.Application.DataContracts.Schema/NBB.Application.DataContracts.Schema.csproj +++ b/src/Application/NBB.Application.DataContracts.Schema/NBB.Application.DataContracts.Schema.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 Data contracts for CQ(R)S applications. diff --git a/src/Application/NBB.Application.DataContracts/NBB.Application.DataContracts.csproj b/src/Application/NBB.Application.DataContracts/NBB.Application.DataContracts.csproj index 89b31e12..a924b1b5 100644 --- a/src/Application/NBB.Application.DataContracts/NBB.Application.DataContracts.csproj +++ b/src/Application/NBB.Application.DataContracts/NBB.Application.DataContracts.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 Legacy code for compatibiltity with NBB 4.x. Reference this package only to support published language assemblies compiled against NBB 4 diff --git a/src/Application/NBB.Application.DataContracts/Readme.md b/src/Application/NBB.Application.DataContracts/Readme.md index f751c517..ec811797 100644 --- a/src/Application/NBB.Application.DataContracts/Readme.md +++ b/src/Application/NBB.Application.DataContracts/Readme.md @@ -35,7 +35,7 @@ namespace ServiceA.PublishedLanguage.Commands - net8.0 + net9.0 diff --git a/src/Application/NBB.Application.MediatR.Effects/NBB - Backup.Application.MediatR.Effects.csproj b/src/Application/NBB.Application.MediatR.Effects/NBB - Backup.Application.MediatR.Effects.csproj new file mode 100644 index 00000000..0c0689a1 --- /dev/null +++ b/src/Application/NBB.Application.MediatR.Effects/NBB - Backup.Application.MediatR.Effects.csproj @@ -0,0 +1,15 @@ + + + + net9.0 + + + + + + + + + + + diff --git a/src/Application/NBB.Application.MediatR.Effects/NBB.Application.MediatR.Effects.csproj b/src/Application/NBB.Application.MediatR.Effects/NBB.Application.MediatR.Effects.csproj index 374c2f39..0c0689a1 100644 --- a/src/Application/NBB.Application.MediatR.Effects/NBB.Application.MediatR.Effects.csproj +++ b/src/Application/NBB.Application.MediatR.Effects/NBB.Application.MediatR.Effects.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 diff --git a/src/Application/NBB.Application.MediatR/NBB - Backup.Application.MediatR.csproj b/src/Application/NBB.Application.MediatR/NBB - Backup.Application.MediatR.csproj new file mode 100644 index 00000000..3dcde724 --- /dev/null +++ b/src/Application/NBB.Application.MediatR/NBB - Backup.Application.MediatR.csproj @@ -0,0 +1,27 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + Data contracts for CQ(R)S applications. + + + + + + + + + + + + + + + diff --git a/src/Application/NBB.Application.MediatR/NBB.Application.MediatR.csproj b/src/Application/NBB.Application.MediatR/NBB.Application.MediatR.csproj index 4ca33e3b..3dcde724 100644 --- a/src/Application/NBB.Application.MediatR/NBB.Application.MediatR.csproj +++ b/src/Application/NBB.Application.MediatR/NBB.Application.MediatR.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 Data contracts for CQ(R)S applications. diff --git a/src/Application/NBB.Application.Mediator.FSharp/NBB - Backup.Application.Mediator.FSharp.fsproj b/src/Application/NBB.Application.Mediator.FSharp/NBB - Backup.Application.Mediator.FSharp.fsproj new file mode 100644 index 00000000..d15052ab --- /dev/null +++ b/src/Application/NBB.Application.Mediator.FSharp/NBB - Backup.Application.Mediator.FSharp.fsproj @@ -0,0 +1,24 @@ + + + + net9.0 + + + + + + + + + + + + + + + + + + + + diff --git a/src/Application/NBB.Application.Mediator.FSharp/NBB.Application.Mediator.FSharp.fsproj b/src/Application/NBB.Application.Mediator.FSharp/NBB.Application.Mediator.FSharp.fsproj index fe623413..d15052ab 100644 --- a/src/Application/NBB.Application.Mediator.FSharp/NBB.Application.Mediator.FSharp.fsproj +++ b/src/Application/NBB.Application.Mediator.FSharp/NBB.Application.Mediator.FSharp.fsproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 diff --git a/src/Core/NBB.Core.Abstractions/NBB - Backup.Core.Abstractions.csproj b/src/Core/NBB.Core.Abstractions/NBB - Backup.Core.Abstractions.csproj new file mode 100644 index 00000000..9b70f29a --- /dev/null +++ b/src/Core/NBB.Core.Abstractions/NBB - Backup.Core.Abstractions.csproj @@ -0,0 +1,19 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + This package provides cross-cutting abstractions and type extensions that other packages rely upon. The interfaces of this package are not intended to be directly referenced by the end-consumer. + + + + + + + diff --git a/src/Core/NBB.Core.Abstractions/NBB.Core.Abstractions.csproj b/src/Core/NBB.Core.Abstractions/NBB.Core.Abstractions.csproj index 4527560e..9b70f29a 100644 --- a/src/Core/NBB.Core.Abstractions/NBB.Core.Abstractions.csproj +++ b/src/Core/NBB.Core.Abstractions/NBB.Core.Abstractions.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 This package provides cross-cutting abstractions and type extensions that other packages rely upon. The interfaces of this package are not intended to be directly referenced by the end-consumer. diff --git a/src/Core/NBB.Core.Configuration/NBB - Backup.Core.Configuration.csproj b/src/Core/NBB.Core.Configuration/NBB - Backup.Core.Configuration.csproj new file mode 100644 index 00000000..96d1d007 --- /dev/null +++ b/src/Core/NBB.Core.Configuration/NBB - Backup.Core.Configuration.csproj @@ -0,0 +1,16 @@ + + + + net9.0 + enable + enable + + + + + + + + + + diff --git a/src/Core/NBB.Core.Configuration/NBB.Core.Configuration.csproj b/src/Core/NBB.Core.Configuration/NBB.Core.Configuration.csproj index fb52b521..96d1d007 100644 --- a/src/Core/NBB.Core.Configuration/NBB.Core.Configuration.csproj +++ b/src/Core/NBB.Core.Configuration/NBB.Core.Configuration.csproj @@ -1,16 +1,16 @@ - - - - net8.0 - enable - enable - - - - - - - - - - + + + + net9.0 + enable + enable + + + + + + + + + + diff --git a/src/Core/NBB.Core.DependencyInjection/NBB - Backup.Core.DependencyInjection.csproj b/src/Core/NBB.Core.DependencyInjection/NBB - Backup.Core.DependencyInjection.csproj new file mode 100644 index 00000000..06e4ae51 --- /dev/null +++ b/src/Core/NBB.Core.DependencyInjection/NBB - Backup.Core.DependencyInjection.csproj @@ -0,0 +1,14 @@ + + + + net9.0 + Asp.Net DI and Scrutor missing features + + + + + + + + + diff --git a/src/Core/NBB.Core.DependencyInjection/NBB.Core.DependencyInjection.csproj b/src/Core/NBB.Core.DependencyInjection/NBB.Core.DependencyInjection.csproj index 8510dbcc..f1180983 100644 --- a/src/Core/NBB.Core.DependencyInjection/NBB.Core.DependencyInjection.csproj +++ b/src/Core/NBB.Core.DependencyInjection/NBB.Core.DependencyInjection.csproj @@ -1,12 +1,12 @@  - net8.0 + net9.0 Asp.Net DI and Scrutor missing features - + diff --git a/src/Core/NBB.Core.Effects.FSharp/NBB - Backup.Core.Effects.FSharp.fsproj b/src/Core/NBB.Core.Effects.FSharp/NBB - Backup.Core.Effects.FSharp.fsproj new file mode 100644 index 00000000..ae2501f5 --- /dev/null +++ b/src/Core/NBB.Core.Effects.FSharp/NBB - Backup.Core.Effects.FSharp.fsproj @@ -0,0 +1,23 @@ + + + + net9.0 + + + + + + + + + + + + + + + + + + + diff --git a/src/Core/NBB.Core.Effects.FSharp/NBB.Core.Effects.FSharp.fsproj b/src/Core/NBB.Core.Effects.FSharp/NBB.Core.Effects.FSharp.fsproj index f5cfe525..ae2501f5 100644 --- a/src/Core/NBB.Core.Effects.FSharp/NBB.Core.Effects.FSharp.fsproj +++ b/src/Core/NBB.Core.Effects.FSharp/NBB.Core.Effects.FSharp.fsproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 diff --git a/src/Core/NBB.Core.Effects/NBB - Backup.Core.Effects.csproj b/src/Core/NBB.Core.Effects/NBB - Backup.Core.Effects.csproj new file mode 100644 index 00000000..2147bde8 --- /dev/null +++ b/src/Core/NBB.Core.Effects/NBB - Backup.Core.Effects.csproj @@ -0,0 +1,12 @@ + + + + net9.0 + + + + + + + + diff --git a/src/Core/NBB.Core.Effects/NBB.Core.Effects.csproj b/src/Core/NBB.Core.Effects/NBB.Core.Effects.csproj index 94488dc6..2147bde8 100644 --- a/src/Core/NBB.Core.Effects/NBB.Core.Effects.csproj +++ b/src/Core/NBB.Core.Effects/NBB.Core.Effects.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 diff --git a/src/Core/NBB.Core.Evented.FSharp/NBB - Backup.Core.Evented.FSharp.fsproj b/src/Core/NBB.Core.Evented.FSharp/NBB - Backup.Core.Evented.FSharp.fsproj new file mode 100644 index 00000000..33e3b8ea --- /dev/null +++ b/src/Core/NBB.Core.Evented.FSharp/NBB - Backup.Core.Evented.FSharp.fsproj @@ -0,0 +1,11 @@ + + + + net9.0 + + + + + + + diff --git a/src/Core/NBB.Core.Evented.FSharp/NBB.Core.Evented.FSharp.fsproj b/src/Core/NBB.Core.Evented.FSharp/NBB.Core.Evented.FSharp.fsproj index c93ca17a..33e3b8ea 100644 --- a/src/Core/NBB.Core.Evented.FSharp/NBB.Core.Evented.FSharp.fsproj +++ b/src/Core/NBB.Core.Evented.FSharp/NBB.Core.Evented.FSharp.fsproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 diff --git a/src/Core/NBB.Core.FSharp/NBB - Backup.Core.FSharp.fsproj b/src/Core/NBB.Core.FSharp/NBB - Backup.Core.FSharp.fsproj new file mode 100644 index 00000000..6e8cccc0 --- /dev/null +++ b/src/Core/NBB.Core.FSharp/NBB - Backup.Core.FSharp.fsproj @@ -0,0 +1,18 @@ + + + + net9.0 + + + + + + + + + + + + + + diff --git a/src/Core/NBB.Core.FSharp/NBB.Core.FSharp.fsproj b/src/Core/NBB.Core.FSharp/NBB.Core.FSharp.fsproj index 73a4f06a..6e8cccc0 100644 --- a/src/Core/NBB.Core.FSharp/NBB.Core.FSharp.fsproj +++ b/src/Core/NBB.Core.FSharp/NBB.Core.FSharp.fsproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 diff --git a/src/Core/NBB.Core.Pipeline/NBB - Backup.Core.Pipeline.csproj b/src/Core/NBB.Core.Pipeline/NBB - Backup.Core.Pipeline.csproj new file mode 100644 index 00000000..8abb5de5 --- /dev/null +++ b/src/Core/NBB.Core.Pipeline/NBB - Backup.Core.Pipeline.csproj @@ -0,0 +1,12 @@ + + + + net9.0 + Generic pipeline + + + + + + + diff --git a/src/Core/NBB.Core.Pipeline/NBB.Core.Pipeline.csproj b/src/Core/NBB.Core.Pipeline/NBB.Core.Pipeline.csproj index 76ae7df4..8abb5de5 100644 --- a/src/Core/NBB.Core.Pipeline/NBB.Core.Pipeline.csproj +++ b/src/Core/NBB.Core.Pipeline/NBB.Core.Pipeline.csproj @@ -1,12 +1,12 @@ - - - - net8.0 - Generic pipeline - - - - - - - + + + + net9.0 + Generic pipeline + + + + + + + diff --git a/src/Correlation/NBB.Correlation.AspNet/NBB - Backup.Correlation.AspNet.csproj b/src/Correlation/NBB.Correlation.AspNet/NBB - Backup.Correlation.AspNet.csproj new file mode 100644 index 00000000..b6e0da83 --- /dev/null +++ b/src/Correlation/NBB.Correlation.AspNet/NBB - Backup.Correlation.AspNet.csproj @@ -0,0 +1,32 @@ + + + SAK + SAK + SAK + SAK + + + + net9.0 + Correlation middleware for Asp.Net Core + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Correlation/NBB.Correlation.AspNet/NBB.Correlation.AspNet.csproj b/src/Correlation/NBB.Correlation.AspNet/NBB.Correlation.AspNet.csproj index 68a28109..b6e0da83 100644 --- a/src/Correlation/NBB.Correlation.AspNet/NBB.Correlation.AspNet.csproj +++ b/src/Correlation/NBB.Correlation.AspNet/NBB.Correlation.AspNet.csproj @@ -7,7 +7,7 @@ - net8.0 + net9.0 Correlation middleware for Asp.Net Core diff --git a/src/Correlation/NBB.Correlation.Serilog.SqlServer/NBB - Backup.Correlation.Serilog.SqlServer.csproj b/src/Correlation/NBB.Correlation.Serilog.SqlServer/NBB - Backup.Correlation.Serilog.SqlServer.csproj new file mode 100644 index 00000000..c8dc119b --- /dev/null +++ b/src/Correlation/NBB.Correlation.Serilog.SqlServer/NBB - Backup.Correlation.Serilog.SqlServer.csproj @@ -0,0 +1,24 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + Extensions for creating new columns in sql Server for Serilog Table + + + + + + + + + + + + diff --git a/src/Correlation/NBB.Correlation.Serilog.SqlServer/NBB.Correlation.Serilog.SqlServer.csproj b/src/Correlation/NBB.Correlation.Serilog.SqlServer/NBB.Correlation.Serilog.SqlServer.csproj index 34ef0a20..c8dc119b 100644 --- a/src/Correlation/NBB.Correlation.Serilog.SqlServer/NBB.Correlation.Serilog.SqlServer.csproj +++ b/src/Correlation/NBB.Correlation.Serilog.SqlServer/NBB.Correlation.Serilog.SqlServer.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 Extensions for creating new columns in sql Server for Serilog Table diff --git a/src/Correlation/NBB.Correlation.Serilog/NBB - Backup.Correlation.Serilog.csproj b/src/Correlation/NBB.Correlation.Serilog/NBB - Backup.Correlation.Serilog.csproj new file mode 100644 index 00000000..a62d072a --- /dev/null +++ b/src/Correlation/NBB.Correlation.Serilog/NBB - Backup.Correlation.Serilog.csproj @@ -0,0 +1,27 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + Serilog enrichers for Correlation package + + + + + + + + + + + + + + + diff --git a/src/Correlation/NBB.Correlation.Serilog/NBB.Correlation.Serilog.csproj b/src/Correlation/NBB.Correlation.Serilog/NBB.Correlation.Serilog.csproj index a6530f2a..a62d072a 100644 --- a/src/Correlation/NBB.Correlation.Serilog/NBB.Correlation.Serilog.csproj +++ b/src/Correlation/NBB.Correlation.Serilog/NBB.Correlation.Serilog.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 Serilog enrichers for Correlation package diff --git a/src/Correlation/NBB.Correlation/NBB - Backup.Correlation.csproj b/src/Correlation/NBB.Correlation/NBB - Backup.Correlation.csproj new file mode 100644 index 00000000..8321ae21 --- /dev/null +++ b/src/Correlation/NBB.Correlation/NBB - Backup.Correlation.csproj @@ -0,0 +1,19 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + Correlation infrastructure for distributed systems + + + + + + + diff --git a/src/Correlation/NBB.Correlation/NBB.Correlation.csproj b/src/Correlation/NBB.Correlation/NBB.Correlation.csproj index cf13924c..8321ae21 100644 --- a/src/Correlation/NBB.Correlation/NBB.Correlation.csproj +++ b/src/Correlation/NBB.Correlation/NBB.Correlation.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 Correlation infrastructure for distributed systems diff --git a/src/Data/NBB.Data.Abstractions/NBB - Backup.Data.Abstractions.csproj b/src/Data/NBB.Data.Abstractions/NBB - Backup.Data.Abstractions.csproj new file mode 100644 index 00000000..e5653b68 --- /dev/null +++ b/src/Data/NBB.Data.Abstractions/NBB - Backup.Data.Abstractions.csproj @@ -0,0 +1,12 @@ + + + + net9.0 + This package contains some lightweight data access abstractions + + + + + + + diff --git a/src/Data/NBB.Data.Abstractions/NBB.Data.Abstractions.csproj b/src/Data/NBB.Data.Abstractions/NBB.Data.Abstractions.csproj index 8e7cfa69..e5653b68 100644 --- a/src/Data/NBB.Data.Abstractions/NBB.Data.Abstractions.csproj +++ b/src/Data/NBB.Data.Abstractions/NBB.Data.Abstractions.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 This package contains some lightweight data access abstractions diff --git a/src/Data/NBB.Data.EntityFramework.MultiTenancy/NBB - Backup.Data.EntityFramework.MultiTenancy.csproj b/src/Data/NBB.Data.EntityFramework.MultiTenancy/NBB - Backup.Data.EntityFramework.MultiTenancy.csproj new file mode 100644 index 00000000..82d7a7aa --- /dev/null +++ b/src/Data/NBB.Data.EntityFramework.MultiTenancy/NBB - Backup.Data.EntityFramework.MultiTenancy.csproj @@ -0,0 +1,20 @@ + + + + net9.0 + + + + + + + + + + + + + + + + diff --git a/src/Data/NBB.Data.EntityFramework.MultiTenancy/NBB.Data.EntityFramework.MultiTenancy.csproj b/src/Data/NBB.Data.EntityFramework.MultiTenancy/NBB.Data.EntityFramework.MultiTenancy.csproj index baa78267..82d7a7aa 100644 --- a/src/Data/NBB.Data.EntityFramework.MultiTenancy/NBB.Data.EntityFramework.MultiTenancy.csproj +++ b/src/Data/NBB.Data.EntityFramework.MultiTenancy/NBB.Data.EntityFramework.MultiTenancy.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 diff --git a/src/Data/NBB.Data.EntityFramework/NBB - Backup.Data.EntityFramework.csproj b/src/Data/NBB.Data.EntityFramework/NBB - Backup.Data.EntityFramework.csproj new file mode 100644 index 00000000..cab7a444 --- /dev/null +++ b/src/Data/NBB.Data.EntityFramework/NBB - Backup.Data.EntityFramework.csproj @@ -0,0 +1,27 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + An Entity Framework data access for general use. + + + + + + + + + + + + + + + diff --git a/src/Data/NBB.Data.EntityFramework/NBB.Data.EntityFramework.csproj b/src/Data/NBB.Data.EntityFramework/NBB.Data.EntityFramework.csproj index 2b2621cc..cab7a444 100644 --- a/src/Data/NBB.Data.EntityFramework/NBB.Data.EntityFramework.csproj +++ b/src/Data/NBB.Data.EntityFramework/NBB.Data.EntityFramework.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 An Entity Framework data access for general use. diff --git a/src/Data/NBB.Data.EventSourcing/NBB - Backup.Data.EventSourcing.csproj b/src/Data/NBB.Data.EventSourcing/NBB - Backup.Data.EventSourcing.csproj new file mode 100644 index 00000000..6e605fb6 --- /dev/null +++ b/src/Data/NBB.Data.EventSourcing/NBB - Backup.Data.EventSourcing.csproj @@ -0,0 +1,28 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + Contains data access building blocks for event-sourced aggregates. + + + + + + + + + + + + + + + + diff --git a/src/Data/NBB.Data.EventSourcing/NBB.Data.EventSourcing.csproj b/src/Data/NBB.Data.EventSourcing/NBB.Data.EventSourcing.csproj index 79b7e909..6e605fb6 100644 --- a/src/Data/NBB.Data.EventSourcing/NBB.Data.EventSourcing.csproj +++ b/src/Data/NBB.Data.EventSourcing/NBB.Data.EventSourcing.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 Contains data access building blocks for event-sourced aggregates. diff --git a/src/Domain/NBB.Domain.Abstractions/NBB - Backup.Domain.Abstractions.csproj b/src/Domain/NBB.Domain.Abstractions/NBB - Backup.Domain.Abstractions.csproj new file mode 100644 index 00000000..378ca83b --- /dev/null +++ b/src/Domain/NBB.Domain.Abstractions/NBB - Backup.Domain.Abstractions.csproj @@ -0,0 +1,19 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + Some DDD domain buiding blocks abstractions + + + + + + + diff --git a/src/Domain/NBB.Domain.Abstractions/NBB.Domain.Abstractions.csproj b/src/Domain/NBB.Domain.Abstractions/NBB.Domain.Abstractions.csproj index 08e6cf16..378ca83b 100644 --- a/src/Domain/NBB.Domain.Abstractions/NBB.Domain.Abstractions.csproj +++ b/src/Domain/NBB.Domain.Abstractions/NBB.Domain.Abstractions.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 Some DDD domain buiding blocks abstractions diff --git a/src/Domain/NBB.Domain/NBB - Backup.Domain.csproj b/src/Domain/NBB.Domain/NBB - Backup.Domain.csproj new file mode 100644 index 00000000..27d51e7c --- /dev/null +++ b/src/Domain/NBB.Domain/NBB - Backup.Domain.csproj @@ -0,0 +1,25 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + A collection of DDD domain building blocks + + + + + + + + + + + + + diff --git a/src/Domain/NBB.Domain/NBB.Domain.csproj b/src/Domain/NBB.Domain/NBB.Domain.csproj index ede6a44e..bbcbb8cb 100644 --- a/src/Domain/NBB.Domain/NBB.Domain.csproj +++ b/src/Domain/NBB.Domain/NBB.Domain.csproj @@ -8,14 +8,14 @@ - net8.0 + net9.0 A collection of DDD domain building blocks - + diff --git a/src/EventStore/NBB.EventStore.Abstractions/NBB - Backup.EventStore.Abstractions.csproj b/src/EventStore/NBB.EventStore.Abstractions/NBB - Backup.EventStore.Abstractions.csproj new file mode 100644 index 00000000..694126c8 --- /dev/null +++ b/src/EventStore/NBB.EventStore.Abstractions/NBB - Backup.EventStore.Abstractions.csproj @@ -0,0 +1,23 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + This package should contain common event store abstractions and should be references by event store dependent building blocks. + + + + + + + + + + + diff --git a/src/EventStore/NBB.EventStore.Abstractions/NBB.EventStore.Abstractions.csproj b/src/EventStore/NBB.EventStore.Abstractions/NBB.EventStore.Abstractions.csproj index c7d23c5c..694126c8 100644 --- a/src/EventStore/NBB.EventStore.Abstractions/NBB.EventStore.Abstractions.csproj +++ b/src/EventStore/NBB.EventStore.Abstractions/NBB.EventStore.Abstractions.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 This package should contain common event store abstractions and should be references by event store dependent building blocks. diff --git a/src/EventStore/NBB.EventStore.AdoNet.Migrations/NBB - Backup.EventStore.AdoNet.Migrations.csproj b/src/EventStore/NBB.EventStore.AdoNet.Migrations/NBB - Backup.EventStore.AdoNet.Migrations.csproj new file mode 100644 index 00000000..e3211642 --- /dev/null +++ b/src/EventStore/NBB.EventStore.AdoNet.Migrations/NBB - Backup.EventStore.AdoNet.Migrations.csproj @@ -0,0 +1,31 @@ + + + + SAK + SAK + SAK + SAK + + + + Exe + net9.0 + NBB_EventStoreAdoNetMigrations_f43f7048-9bff-4649-881c-97774e23e9f8 + + + + + + + + + + + + + + + + + + diff --git a/src/EventStore/NBB.EventStore.AdoNet.Migrations/NBB.EventStore.AdoNet.Migrations.csproj b/src/EventStore/NBB.EventStore.AdoNet.Migrations/NBB.EventStore.AdoNet.Migrations.csproj index 0db44c56..e3211642 100644 --- a/src/EventStore/NBB.EventStore.AdoNet.Migrations/NBB.EventStore.AdoNet.Migrations.csproj +++ b/src/EventStore/NBB.EventStore.AdoNet.Migrations/NBB.EventStore.AdoNet.Migrations.csproj @@ -9,7 +9,7 @@ Exe - net8.0 + net9.0 NBB_EventStoreAdoNetMigrations_f43f7048-9bff-4649-881c-97774e23e9f8 diff --git a/src/EventStore/NBB.EventStore.AdoNet.Multitenancy/NBB - Backup.EventStore.AdoNet.MultiTenancy.csproj b/src/EventStore/NBB.EventStore.AdoNet.Multitenancy/NBB - Backup.EventStore.AdoNet.MultiTenancy.csproj new file mode 100644 index 00000000..1d0fc2c8 --- /dev/null +++ b/src/EventStore/NBB.EventStore.AdoNet.Multitenancy/NBB - Backup.EventStore.AdoNet.MultiTenancy.csproj @@ -0,0 +1,47 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + This package contains an event repository built with plain old Ado.Net + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/EventStore/NBB.EventStore.AdoNet.Multitenancy/NBB.EventStore.AdoNet.MultiTenancy.csproj b/src/EventStore/NBB.EventStore.AdoNet.Multitenancy/NBB.EventStore.AdoNet.MultiTenancy.csproj index ae788cb0..1d0fc2c8 100644 --- a/src/EventStore/NBB.EventStore.AdoNet.Multitenancy/NBB.EventStore.AdoNet.MultiTenancy.csproj +++ b/src/EventStore/NBB.EventStore.AdoNet.Multitenancy/NBB.EventStore.AdoNet.MultiTenancy.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 This package contains an event repository built with plain old Ado.Net diff --git a/src/EventStore/NBB.EventStore.AdoNet/NBB - Backup.EventStore.AdoNet.csproj b/src/EventStore/NBB.EventStore.AdoNet/NBB - Backup.EventStore.AdoNet.csproj new file mode 100644 index 00000000..a38f6cc8 --- /dev/null +++ b/src/EventStore/NBB.EventStore.AdoNet/NBB - Backup.EventStore.AdoNet.csproj @@ -0,0 +1,47 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + This package contains an event repository built with plain old Ado.Net + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/EventStore/NBB.EventStore.AdoNet/NBB.EventStore.AdoNet.csproj b/src/EventStore/NBB.EventStore.AdoNet/NBB.EventStore.AdoNet.csproj index 48e9bcdd..a38f6cc8 100644 --- a/src/EventStore/NBB.EventStore.AdoNet/NBB.EventStore.AdoNet.csproj +++ b/src/EventStore/NBB.EventStore.AdoNet/NBB.EventStore.AdoNet.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 This package contains an event repository built with plain old Ado.Net diff --git a/src/EventStore/NBB.EventStore.Effects/NBB - Backup.EventStore.Effects.csproj b/src/EventStore/NBB.EventStore.Effects/NBB - Backup.EventStore.Effects.csproj new file mode 100644 index 00000000..a422d845 --- /dev/null +++ b/src/EventStore/NBB.EventStore.Effects/NBB - Backup.EventStore.Effects.csproj @@ -0,0 +1,12 @@ + + + + net9.0 + + + + + + + + diff --git a/src/EventStore/NBB.EventStore.Effects/NBB.EventStore.Effects.csproj b/src/EventStore/NBB.EventStore.Effects/NBB.EventStore.Effects.csproj index 843009e9..a422d845 100644 --- a/src/EventStore/NBB.EventStore.Effects/NBB.EventStore.Effects.csproj +++ b/src/EventStore/NBB.EventStore.Effects/NBB.EventStore.Effects.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 diff --git a/src/EventStore/NBB.EventStore.InMemory/NBB - Backup.EventStore.InMemory.csproj b/src/EventStore/NBB.EventStore.InMemory/NBB - Backup.EventStore.InMemory.csproj new file mode 100644 index 00000000..1fc46b31 --- /dev/null +++ b/src/EventStore/NBB.EventStore.InMemory/NBB - Backup.EventStore.InMemory.csproj @@ -0,0 +1,11 @@ + + + + net9.0 + + + + + + + diff --git a/src/EventStore/NBB.EventStore.InMemory/NBB.EventStore.InMemory.csproj b/src/EventStore/NBB.EventStore.InMemory/NBB.EventStore.InMemory.csproj index d87a277e..1fc46b31 100644 --- a/src/EventStore/NBB.EventStore.InMemory/NBB.EventStore.InMemory.csproj +++ b/src/EventStore/NBB.EventStore.InMemory/NBB.EventStore.InMemory.csproj @@ -1,11 +1,11 @@ - - - - net8.0 - - - - - - - + + + + net9.0 + + + + + + + diff --git a/src/EventStore/NBB.EventStore/NBB - Backup.EventStore.csproj b/src/EventStore/NBB.EventStore/NBB - Backup.EventStore.csproj new file mode 100644 index 00000000..0cf6b6fb --- /dev/null +++ b/src/EventStore/NBB.EventStore/NBB - Backup.EventStore.csproj @@ -0,0 +1,33 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + This package contains a modest implementation of an event store. + + + + + + + + + + + + + + + + + + + + + diff --git a/src/EventStore/NBB.EventStore/NBB.EventStore.csproj b/src/EventStore/NBB.EventStore/NBB.EventStore.csproj index 3dd3f804..0cf6b6fb 100644 --- a/src/EventStore/NBB.EventStore/NBB.EventStore.csproj +++ b/src/EventStore/NBB.EventStore/NBB.EventStore.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 This package contains a modest implementation of an event store. diff --git a/src/EventStore/NBB.SQLStreamStore.Migrations/NBB - Backup.SQLStreamStore.Migrations.csproj b/src/EventStore/NBB.SQLStreamStore.Migrations/NBB - Backup.SQLStreamStore.Migrations.csproj new file mode 100644 index 00000000..c0b8dad0 --- /dev/null +++ b/src/EventStore/NBB.SQLStreamStore.Migrations/NBB - Backup.SQLStreamStore.Migrations.csproj @@ -0,0 +1,28 @@ + + + + SAK + SAK + SAK + SAK + + + + Exe + net9.0 + NBB_SqlStreamStore_Migrations_cc6382af-cd19-4d46-8084-9dca6c4ab82b + + + + + + + + + + + PreserveNewest + + + + diff --git a/src/EventStore/NBB.SQLStreamStore.Migrations/NBB.SQLStreamStore.Migrations.csproj b/src/EventStore/NBB.SQLStreamStore.Migrations/NBB.SQLStreamStore.Migrations.csproj index 7bf73aa9..c0b8dad0 100644 --- a/src/EventStore/NBB.SQLStreamStore.Migrations/NBB.SQLStreamStore.Migrations.csproj +++ b/src/EventStore/NBB.SQLStreamStore.Migrations/NBB.SQLStreamStore.Migrations.csproj @@ -9,7 +9,7 @@ Exe - net8.0 + net9.0 NBB_SqlStreamStore_Migrations_cc6382af-cd19-4d46-8084-9dca6c4ab82b @@ -19,10 +19,10 @@ - - - PreserveNewest - + + + PreserveNewest + diff --git a/src/EventStore/NBB.SQLStreamStore/NBB - Backup.SQLStreamStore.csproj b/src/EventStore/NBB.SQLStreamStore/NBB - Backup.SQLStreamStore.csproj new file mode 100644 index 00000000..f4a4a106 --- /dev/null +++ b/src/EventStore/NBB.SQLStreamStore/NBB - Backup.SQLStreamStore.csproj @@ -0,0 +1,27 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + + + + + + + + + + + + + diff --git a/src/EventStore/NBB.SQLStreamStore/NBB.SQLStreamStore.csproj b/src/EventStore/NBB.SQLStreamStore/NBB.SQLStreamStore.csproj index 8aa2ee20..f4a4a106 100644 --- a/src/EventStore/NBB.SQLStreamStore/NBB.SQLStreamStore.csproj +++ b/src/EventStore/NBB.SQLStreamStore/NBB.SQLStreamStore.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/src/Http/NBB.Http.Effects/NBB - Backup.Http.Effects.csproj b/src/Http/NBB.Http.Effects/NBB - Backup.Http.Effects.csproj new file mode 100644 index 00000000..205c1038 --- /dev/null +++ b/src/Http/NBB.Http.Effects/NBB - Backup.Http.Effects.csproj @@ -0,0 +1,20 @@ + + + + net9.0 + + + + + + + + + + + + + + + + diff --git a/src/Http/NBB.Http.Effects/NBB.Http.Effects.csproj b/src/Http/NBB.Http.Effects/NBB.Http.Effects.csproj index 2ef764b7..205c1038 100644 --- a/src/Http/NBB.Http.Effects/NBB.Http.Effects.csproj +++ b/src/Http/NBB.Http.Effects/NBB.Http.Effects.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 diff --git a/src/Messaging/NBB.Messaging.Abstractions/NBB - Backup.Messaging.Abstractions.csproj b/src/Messaging/NBB.Messaging.Abstractions/NBB - Backup.Messaging.Abstractions.csproj new file mode 100644 index 00000000..a489c247 --- /dev/null +++ b/src/Messaging/NBB.Messaging.Abstractions/NBB - Backup.Messaging.Abstractions.csproj @@ -0,0 +1,33 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + A few lightweight messaging abstractions + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Messaging/NBB.Messaging.Abstractions/NBB.Messaging.Abstractions.csproj b/src/Messaging/NBB.Messaging.Abstractions/NBB.Messaging.Abstractions.csproj index 94044b7a..a489c247 100644 --- a/src/Messaging/NBB.Messaging.Abstractions/NBB.Messaging.Abstractions.csproj +++ b/src/Messaging/NBB.Messaging.Abstractions/NBB.Messaging.Abstractions.csproj @@ -1,33 +1,33 @@ - - - - SAK - SAK - SAK - SAK - - - - net8.0 - A few lightweight messaging abstractions - - - - - - - - - - - - - - - - - - - - - + + + + SAK + SAK + SAK + SAK + + + + net9.0 + A few lightweight messaging abstractions + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Messaging/NBB.Messaging.BackwardCompatibility/NBB - Backup.Messaging.BackwardCompatibility.csproj b/src/Messaging/NBB.Messaging.BackwardCompatibility/NBB - Backup.Messaging.BackwardCompatibility.csproj new file mode 100644 index 00000000..1b39a0d8 --- /dev/null +++ b/src/Messaging/NBB.Messaging.BackwardCompatibility/NBB - Backup.Messaging.BackwardCompatibility.csproj @@ -0,0 +1,16 @@ + + + + net9.0 + + + + + + + + + + + + diff --git a/src/Messaging/NBB.Messaging.BackwardCompatibility/NBB.Messaging.BackwardCompatibility.csproj b/src/Messaging/NBB.Messaging.BackwardCompatibility/NBB.Messaging.BackwardCompatibility.csproj index bab06519..1b39a0d8 100644 --- a/src/Messaging/NBB.Messaging.BackwardCompatibility/NBB.Messaging.BackwardCompatibility.csproj +++ b/src/Messaging/NBB.Messaging.BackwardCompatibility/NBB.Messaging.BackwardCompatibility.csproj @@ -1,16 +1,16 @@ - - - - net8.0 - - - - - - - - - - - - + + + + net9.0 + + + + + + + + + + + + diff --git a/src/Messaging/NBB.Messaging.DataContracts/NBB - Backup.Messaging.DataContracts.csproj b/src/Messaging/NBB.Messaging.DataContracts/NBB - Backup.Messaging.DataContracts.csproj new file mode 100644 index 00000000..2d01594e --- /dev/null +++ b/src/Messaging/NBB.Messaging.DataContracts/NBB - Backup.Messaging.DataContracts.csproj @@ -0,0 +1,12 @@ + + + + net9.0 + This package helps us formalize and instrument messaging data contracts. + + + + + + + diff --git a/src/Messaging/NBB.Messaging.DataContracts/NBB.Messaging.DataContracts.csproj b/src/Messaging/NBB.Messaging.DataContracts/NBB.Messaging.DataContracts.csproj index 423fa63e..2d01594e 100644 --- a/src/Messaging/NBB.Messaging.DataContracts/NBB.Messaging.DataContracts.csproj +++ b/src/Messaging/NBB.Messaging.DataContracts/NBB.Messaging.DataContracts.csproj @@ -1,12 +1,12 @@ - - - - net8.0 - This package helps us formalize and instrument messaging data contracts. - - - - - - - + + + + net9.0 + This package helps us formalize and instrument messaging data contracts. + + + + + + + diff --git a/src/Messaging/NBB.Messaging.Effects/NBB - Backup.Messaging.Effects.csproj b/src/Messaging/NBB.Messaging.Effects/NBB - Backup.Messaging.Effects.csproj new file mode 100644 index 00000000..2fee3dec --- /dev/null +++ b/src/Messaging/NBB.Messaging.Effects/NBB - Backup.Messaging.Effects.csproj @@ -0,0 +1,16 @@ + + + + net9.0 + + + + + + + + + + + + diff --git a/src/Messaging/NBB.Messaging.Effects/NBB.Messaging.Effects.csproj b/src/Messaging/NBB.Messaging.Effects/NBB.Messaging.Effects.csproj index 50ef0049..2fee3dec 100644 --- a/src/Messaging/NBB.Messaging.Effects/NBB.Messaging.Effects.csproj +++ b/src/Messaging/NBB.Messaging.Effects/NBB.Messaging.Effects.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 diff --git a/src/Messaging/NBB.Messaging.Host/NBB.Messaging.Host.csproj b/src/Messaging/NBB.Messaging.Host/NBB.Messaging.Host.csproj index 1901f5c2..28e7d073 100644 --- a/src/Messaging/NBB.Messaging.Host/NBB.Messaging.Host.csproj +++ b/src/Messaging/NBB.Messaging.Host/NBB.Messaging.Host.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 Messaging subscriber host diff --git a/src/Messaging/NBB.Messaging.InProcessMessaging/NBB - Backup.Messaging.InProcessMessaging.csproj b/src/Messaging/NBB.Messaging.InProcessMessaging/NBB - Backup.Messaging.InProcessMessaging.csproj new file mode 100644 index 00000000..f4472b45 --- /dev/null +++ b/src/Messaging/NBB.Messaging.InProcessMessaging/NBB - Backup.Messaging.InProcessMessaging.csproj @@ -0,0 +1,24 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + InProcessMessaging provides in process comunication for Monolithic applications composed from decoupled bounded contexts + + + + + + + + + + + + diff --git a/src/Messaging/NBB.Messaging.InProcessMessaging/NBB.Messaging.InProcessMessaging.csproj b/src/Messaging/NBB.Messaging.InProcessMessaging/NBB.Messaging.InProcessMessaging.csproj index 1f82719e..f4472b45 100644 --- a/src/Messaging/NBB.Messaging.InProcessMessaging/NBB.Messaging.InProcessMessaging.csproj +++ b/src/Messaging/NBB.Messaging.InProcessMessaging/NBB.Messaging.InProcessMessaging.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 InProcessMessaging provides in process comunication for Monolithic applications composed from decoupled bounded contexts diff --git a/src/Messaging/NBB.Messaging.JetStream/NBB.Messaging.JetStream.csproj b/src/Messaging/NBB.Messaging.JetStream/NBB.Messaging.JetStream.csproj index 9b5a2db4..fbc7018e 100644 --- a/src/Messaging/NBB.Messaging.JetStream/NBB.Messaging.JetStream.csproj +++ b/src/Messaging/NBB.Messaging.JetStream/NBB.Messaging.JetStream.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 Nats JetStream messaging @@ -19,7 +19,7 @@ - + diff --git a/src/Messaging/NBB.Messaging.MultiTenancy/NBB - Backup.Messaging.MultiTenancy.csproj b/src/Messaging/NBB.Messaging.MultiTenancy/NBB - Backup.Messaging.MultiTenancy.csproj new file mode 100644 index 00000000..42c51989 --- /dev/null +++ b/src/Messaging/NBB.Messaging.MultiTenancy/NBB - Backup.Messaging.MultiTenancy.csproj @@ -0,0 +1,21 @@ + + + + net9.0 + + + + + + + + + + + + + + + + + diff --git a/src/Messaging/NBB.Messaging.MultiTenancy/NBB.Messaging.MultiTenancy.csproj b/src/Messaging/NBB.Messaging.MultiTenancy/NBB.Messaging.MultiTenancy.csproj index 5dbd641f..42c51989 100644 --- a/src/Messaging/NBB.Messaging.MultiTenancy/NBB.Messaging.MultiTenancy.csproj +++ b/src/Messaging/NBB.Messaging.MultiTenancy/NBB.Messaging.MultiTenancy.csproj @@ -1,21 +1,21 @@ - - - - net8.0 - - - - - - - - - - - - - - - - - + + + + net9.0 + + + + + + + + + + + + + + + + + diff --git a/src/Messaging/NBB.Messaging.Nats/NBB - Backup.Messaging.Nats.csproj b/src/Messaging/NBB.Messaging.Nats/NBB - Backup.Messaging.Nats.csproj new file mode 100644 index 00000000..2aba84c8 --- /dev/null +++ b/src/Messaging/NBB.Messaging.Nats/NBB - Backup.Messaging.Nats.csproj @@ -0,0 +1,34 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + Nats messaging + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Messaging/NBB.Messaging.Nats/NBB.Messaging.Nats.csproj b/src/Messaging/NBB.Messaging.Nats/NBB.Messaging.Nats.csproj index bf6ea618..2aba84c8 100644 --- a/src/Messaging/NBB.Messaging.Nats/NBB.Messaging.Nats.csproj +++ b/src/Messaging/NBB.Messaging.Nats/NBB.Messaging.Nats.csproj @@ -1,34 +1,34 @@ - - - - SAK - SAK - SAK - SAK - - - - net8.0 - Nats messaging - - - - - - - - - - - - - - - - - - - - - - + + + + SAK + SAK + SAK + SAK + + + + net9.0 + Nats messaging + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Messaging/NBB.Messaging.Noop/NBB - Backup.Messaging.Noop.csproj b/src/Messaging/NBB.Messaging.Noop/NBB - Backup.Messaging.Noop.csproj new file mode 100644 index 00000000..678ce149 --- /dev/null +++ b/src/Messaging/NBB.Messaging.Noop/NBB - Backup.Messaging.Noop.csproj @@ -0,0 +1,26 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + Noop messaging + + + + + + + + + + + + + + diff --git a/src/Messaging/NBB.Messaging.Noop/NBB.Messaging.Noop.csproj b/src/Messaging/NBB.Messaging.Noop/NBB.Messaging.Noop.csproj index ba6ccb67..678ce149 100644 --- a/src/Messaging/NBB.Messaging.Noop/NBB.Messaging.Noop.csproj +++ b/src/Messaging/NBB.Messaging.Noop/NBB.Messaging.Noop.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 Noop messaging diff --git a/src/Messaging/NBB.Messaging.OpenTelemetry/NBB - Backup.Messaging.OpenTelemetry.csproj b/src/Messaging/NBB.Messaging.OpenTelemetry/NBB - Backup.Messaging.OpenTelemetry.csproj new file mode 100644 index 00000000..17f76f93 --- /dev/null +++ b/src/Messaging/NBB.Messaging.OpenTelemetry/NBB - Backup.Messaging.OpenTelemetry.csproj @@ -0,0 +1,20 @@ + + + + net9.0 + + + + + + + + + + + + + + + + diff --git a/src/Messaging/NBB.Messaging.OpenTelemetry/NBB.Messaging.OpenTelemetry.csproj b/src/Messaging/NBB.Messaging.OpenTelemetry/NBB.Messaging.OpenTelemetry.csproj index f53ccf13..17f76f93 100644 --- a/src/Messaging/NBB.Messaging.OpenTelemetry/NBB.Messaging.OpenTelemetry.csproj +++ b/src/Messaging/NBB.Messaging.OpenTelemetry/NBB.Messaging.OpenTelemetry.csproj @@ -1,20 +1,20 @@ - - - - net8.0 - - - - - - - - - - - - - - - - + + + + net9.0 + + + + + + + + + + + + + + + + diff --git a/src/Messaging/NBB.Messaging.Rusi/NBB - Backup.Messaging.Rusi.csproj b/src/Messaging/NBB.Messaging.Rusi/NBB - Backup.Messaging.Rusi.csproj new file mode 100644 index 00000000..d557cfca --- /dev/null +++ b/src/Messaging/NBB.Messaging.Rusi/NBB - Backup.Messaging.Rusi.csproj @@ -0,0 +1,46 @@ + + + SAK + SAK + SAK + SAK + + + + net9.0 + Rusi client transport + + + + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + <_Parameter1>$(AssemblyName).Tests + + + + diff --git a/src/Messaging/NBB.Messaging.Rusi/NBB.Messaging.Rusi.csproj b/src/Messaging/NBB.Messaging.Rusi/NBB.Messaging.Rusi.csproj index e841b7cf..7589422c 100644 --- a/src/Messaging/NBB.Messaging.Rusi/NBB.Messaging.Rusi.csproj +++ b/src/Messaging/NBB.Messaging.Rusi/NBB.Messaging.Rusi.csproj @@ -7,7 +7,7 @@ - net8.0 + net9.0 Rusi client transport @@ -20,9 +20,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/MultiTenancy/NBB.MultiTenancy.Abstractions/NBB - Backup.MultiTenancy.Abstractions.csproj b/src/MultiTenancy/NBB.MultiTenancy.Abstractions/NBB - Backup.MultiTenancy.Abstractions.csproj new file mode 100644 index 00000000..9bac5197 --- /dev/null +++ b/src/MultiTenancy/NBB.MultiTenancy.Abstractions/NBB - Backup.MultiTenancy.Abstractions.csproj @@ -0,0 +1,21 @@ + + + + net9.0 + + + + + + + + + + + + + + + + + diff --git a/src/MultiTenancy/NBB.MultiTenancy.Abstractions/NBB.MultiTenancy.Abstractions.csproj b/src/MultiTenancy/NBB.MultiTenancy.Abstractions/NBB.MultiTenancy.Abstractions.csproj index 6b3d800d..9bac5197 100644 --- a/src/MultiTenancy/NBB.MultiTenancy.Abstractions/NBB.MultiTenancy.Abstractions.csproj +++ b/src/MultiTenancy/NBB.MultiTenancy.Abstractions/NBB.MultiTenancy.Abstractions.csproj @@ -1,21 +1,21 @@ - - - - net8.0 - - - - - - - - - - - - - - - - - + + + + net9.0 + + + + + + + + + + + + + + + + + diff --git a/src/MultiTenancy/NBB.MultiTenancy.AspNet/NBB - Backup.MultiTenancy.AspNet.csproj b/src/MultiTenancy/NBB.MultiTenancy.AspNet/NBB - Backup.MultiTenancy.AspNet.csproj new file mode 100644 index 00000000..fa11ca25 --- /dev/null +++ b/src/MultiTenancy/NBB.MultiTenancy.AspNet/NBB - Backup.MultiTenancy.AspNet.csproj @@ -0,0 +1,16 @@ + + + + net9.0 + + + + + + + + + + + + diff --git a/src/MultiTenancy/NBB.MultiTenancy.AspNet/NBB.MultiTenancy.AspNet.csproj b/src/MultiTenancy/NBB.MultiTenancy.AspNet/NBB.MultiTenancy.AspNet.csproj index 51d06253..fa11ca25 100644 --- a/src/MultiTenancy/NBB.MultiTenancy.AspNet/NBB.MultiTenancy.AspNet.csproj +++ b/src/MultiTenancy/NBB.MultiTenancy.AspNet/NBB.MultiTenancy.AspNet.csproj @@ -1,16 +1,16 @@ - - - - net8.0 - - - - - - - - - - - - + + + + net9.0 + + + + + + + + + + + + diff --git a/src/MultiTenancy/NBB.MultiTenancy.Identification.Http/NBB - Backup.MultiTenancy.Identification.Http.csproj b/src/MultiTenancy/NBB.MultiTenancy.Identification.Http/NBB - Backup.MultiTenancy.Identification.Http.csproj new file mode 100644 index 00000000..951633a2 --- /dev/null +++ b/src/MultiTenancy/NBB.MultiTenancy.Identification.Http/NBB - Backup.MultiTenancy.Identification.Http.csproj @@ -0,0 +1,19 @@ + + + + net9.0 + + + + + + + + + + + + + + + diff --git a/src/MultiTenancy/NBB.MultiTenancy.Identification.Http/NBB.MultiTenancy.Identification.Http.csproj b/src/MultiTenancy/NBB.MultiTenancy.Identification.Http/NBB.MultiTenancy.Identification.Http.csproj index abfe22dd..951633a2 100644 --- a/src/MultiTenancy/NBB.MultiTenancy.Identification.Http/NBB.MultiTenancy.Identification.Http.csproj +++ b/src/MultiTenancy/NBB.MultiTenancy.Identification.Http/NBB.MultiTenancy.Identification.Http.csproj @@ -1,19 +1,19 @@ - - - - net8.0 - - - - - - - - - - - - - - - + + + + net9.0 + + + + + + + + + + + + + + + diff --git a/src/MultiTenancy/NBB.MultiTenancy.Identification.Messaging/NBB - Backup.MultiTenancy.Identification.Messaging.csproj b/src/MultiTenancy/NBB.MultiTenancy.Identification.Messaging/NBB - Backup.MultiTenancy.Identification.Messaging.csproj new file mode 100644 index 00000000..a0112606 --- /dev/null +++ b/src/MultiTenancy/NBB.MultiTenancy.Identification.Messaging/NBB - Backup.MultiTenancy.Identification.Messaging.csproj @@ -0,0 +1,12 @@ + + + + net9.0 + + + + + + + + diff --git a/src/MultiTenancy/NBB.MultiTenancy.Identification.Messaging/NBB.MultiTenancy.Identification.Messaging.csproj b/src/MultiTenancy/NBB.MultiTenancy.Identification.Messaging/NBB.MultiTenancy.Identification.Messaging.csproj index 8298478c..a0112606 100644 --- a/src/MultiTenancy/NBB.MultiTenancy.Identification.Messaging/NBB.MultiTenancy.Identification.Messaging.csproj +++ b/src/MultiTenancy/NBB.MultiTenancy.Identification.Messaging/NBB.MultiTenancy.Identification.Messaging.csproj @@ -1,12 +1,12 @@ - - - - net8.0 - - - - - - - - + + + + net9.0 + + + + + + + + diff --git a/src/MultiTenancy/NBB.MultiTenancy.Identification/NBB - Backup.MultiTenancy.Identification.csproj b/src/MultiTenancy/NBB.MultiTenancy.Identification/NBB - Backup.MultiTenancy.Identification.csproj new file mode 100644 index 00000000..2789e77f --- /dev/null +++ b/src/MultiTenancy/NBB.MultiTenancy.Identification/NBB - Backup.MultiTenancy.Identification.csproj @@ -0,0 +1,15 @@ + + + + net9.0 + + + + + + + + + + + diff --git a/src/MultiTenancy/NBB.MultiTenancy.Identification/NBB.MultiTenancy.Identification.csproj b/src/MultiTenancy/NBB.MultiTenancy.Identification/NBB.MultiTenancy.Identification.csproj index 2377ece1..2789e77f 100644 --- a/src/MultiTenancy/NBB.MultiTenancy.Identification/NBB.MultiTenancy.Identification.csproj +++ b/src/MultiTenancy/NBB.MultiTenancy.Identification/NBB.MultiTenancy.Identification.csproj @@ -1,15 +1,15 @@ - - - - net8.0 - - - - - - - - - - - + + + + net9.0 + + + + + + + + + + + diff --git a/src/Orchestration/NBB.ProcessManager.Definition/NBB - Backup.ProcessManager.Definition.csproj b/src/Orchestration/NBB.ProcessManager.Definition/NBB - Backup.ProcessManager.Definition.csproj new file mode 100644 index 00000000..fe29cde9 --- /dev/null +++ b/src/Orchestration/NBB.ProcessManager.Definition/NBB - Backup.ProcessManager.Definition.csproj @@ -0,0 +1,26 @@ + + + + net9.0 + Process manager definition builder. + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Orchestration/NBB.ProcessManager.Definition/NBB.ProcessManager.Definition.csproj b/src/Orchestration/NBB.ProcessManager.Definition/NBB.ProcessManager.Definition.csproj index 76079de6..085d1f9c 100644 --- a/src/Orchestration/NBB.ProcessManager.Definition/NBB.ProcessManager.Definition.csproj +++ b/src/Orchestration/NBB.ProcessManager.Definition/NBB.ProcessManager.Definition.csproj @@ -1,14 +1,14 @@  - net8.0 + net9.0 Process manager definition builder. - + diff --git a/src/Orchestration/NBB.ProcessManager.Runtime/NBB - Backup.ProcessManager.Runtime.csproj b/src/Orchestration/NBB.ProcessManager.Runtime/NBB - Backup.ProcessManager.Runtime.csproj new file mode 100644 index 00000000..892bf042 --- /dev/null +++ b/src/Orchestration/NBB.ProcessManager.Runtime/NBB - Backup.ProcessManager.Runtime.csproj @@ -0,0 +1,20 @@ + + + + net9.0 + + + + + + + + + + + + + + + + diff --git a/src/Orchestration/NBB.ProcessManager.Runtime/NBB.ProcessManager.Runtime.csproj b/src/Orchestration/NBB.ProcessManager.Runtime/NBB.ProcessManager.Runtime.csproj index 7c09a717..892bf042 100644 --- a/src/Orchestration/NBB.ProcessManager.Runtime/NBB.ProcessManager.Runtime.csproj +++ b/src/Orchestration/NBB.ProcessManager.Runtime/NBB.ProcessManager.Runtime.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 diff --git a/src/Projections/NBB.ProjectR/NBB - Backup.ProjectR.csproj b/src/Projections/NBB.ProjectR/NBB - Backup.ProjectR.csproj new file mode 100644 index 00000000..ff0dbede --- /dev/null +++ b/src/Projections/NBB.ProjectR/NBB - Backup.ProjectR.csproj @@ -0,0 +1,21 @@ + + + + net9.0 + + + + + + + + + + + + + + + + + diff --git a/src/Projections/NBB.ProjectR/NBB.ProjectR.csproj b/src/Projections/NBB.ProjectR/NBB.ProjectR.csproj index 2ed25d98..ff0dbede 100644 --- a/src/Projections/NBB.ProjectR/NBB.ProjectR.csproj +++ b/src/Projections/NBB.ProjectR/NBB.ProjectR.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 diff --git a/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.ServiceIdentifier/NBB - Backup.Tools.Serilog.Enrichers.ServiceIdentifier.csproj b/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.ServiceIdentifier/NBB - Backup.Tools.Serilog.Enrichers.ServiceIdentifier.csproj new file mode 100644 index 00000000..021174ef --- /dev/null +++ b/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.ServiceIdentifier/NBB - Backup.Tools.Serilog.Enrichers.ServiceIdentifier.csproj @@ -0,0 +1,11 @@ + + + + net9.0 + + + + + + + diff --git a/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.ServiceIdentifier/NBB.Tools.Serilog.Enrichers.ServiceIdentifier.csproj b/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.ServiceIdentifier/NBB.Tools.Serilog.Enrichers.ServiceIdentifier.csproj index e3f80723..021174ef 100644 --- a/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.ServiceIdentifier/NBB.Tools.Serilog.Enrichers.ServiceIdentifier.csproj +++ b/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.ServiceIdentifier/NBB.Tools.Serilog.Enrichers.ServiceIdentifier.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 diff --git a/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.TenantId/NBB - Backup.Tools.Serilog.Enrichers.TenantId.csproj b/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.TenantId/NBB - Backup.Tools.Serilog.Enrichers.TenantId.csproj new file mode 100644 index 00000000..a185366b --- /dev/null +++ b/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.TenantId/NBB - Backup.Tools.Serilog.Enrichers.TenantId.csproj @@ -0,0 +1,14 @@ + + + + net9.0 + + + + + + + + + + diff --git a/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.TenantId/NBB.Tools.Serilog.Enrichers.TenantId.csproj b/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.TenantId/NBB.Tools.Serilog.Enrichers.TenantId.csproj index 6b2a128f..a185366b 100644 --- a/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.TenantId/NBB.Tools.Serilog.Enrichers.TenantId.csproj +++ b/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.TenantId/NBB.Tools.Serilog.Enrichers.TenantId.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 diff --git a/src/Tools/Serilog/NBB.Tools.Serilog.OpenTelemetryTracingSink/NBB - Backup.Tools.Serilog.OpenTelemetryTracingSink.csproj b/src/Tools/Serilog/NBB.Tools.Serilog.OpenTelemetryTracingSink/NBB - Backup.Tools.Serilog.OpenTelemetryTracingSink.csproj new file mode 100644 index 00000000..a71f3057 --- /dev/null +++ b/src/Tools/Serilog/NBB.Tools.Serilog.OpenTelemetryTracingSink/NBB - Backup.Tools.Serilog.OpenTelemetryTracingSink.csproj @@ -0,0 +1,11 @@ + + + + net9.0 + + + + + + + diff --git a/src/Tools/Serilog/NBB.Tools.Serilog.OpenTelemetryTracingSink/NBB.Tools.Serilog.OpenTelemetryTracingSink.csproj b/src/Tools/Serilog/NBB.Tools.Serilog.OpenTelemetryTracingSink/NBB.Tools.Serilog.OpenTelemetryTracingSink.csproj index 256fe835..a71f3057 100644 --- a/src/Tools/Serilog/NBB.Tools.Serilog.OpenTelemetryTracingSink/NBB.Tools.Serilog.OpenTelemetryTracingSink.csproj +++ b/src/Tools/Serilog/NBB.Tools.Serilog.OpenTelemetryTracingSink/NBB.Tools.Serilog.OpenTelemetryTracingSink.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 diff --git a/test/Benchmarks/EffectsBenchmarks/EffectsBenchmarks/EffectsBenchmarks.fsproj b/test/Benchmarks/EffectsBenchmarks/EffectsBenchmarks/EffectsBenchmarks.fsproj index 29cb6a8d..bec6bb57 100644 --- a/test/Benchmarks/EffectsBenchmarks/EffectsBenchmarks/EffectsBenchmarks.fsproj +++ b/test/Benchmarks/EffectsBenchmarks/EffectsBenchmarks/EffectsBenchmarks.fsproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 diff --git a/test/Benchmarks/EventStoreBenchmarks/EventStoreBenchmarks.csproj b/test/Benchmarks/EventStoreBenchmarks/EventStoreBenchmarks.csproj index 9d1fec9c..92bd143e 100644 --- a/test/Benchmarks/EventStoreBenchmarks/EventStoreBenchmarks.csproj +++ b/test/Benchmarks/EventStoreBenchmarks/EventStoreBenchmarks.csproj @@ -9,7 +9,7 @@ Exe - net8.0 + net9.0 NBB_TheBenchmarks_4e36178d-da86-4206-8332-54c8f5bb818b diff --git a/test/Integration/NBB.EventStore.IntegrationTests/NBB - Backup.EventStore.IntegrationTests.csproj b/test/Integration/NBB.EventStore.IntegrationTests/NBB - Backup.EventStore.IntegrationTests.csproj new file mode 100644 index 00000000..f3c46826 --- /dev/null +++ b/test/Integration/NBB.EventStore.IntegrationTests/NBB - Backup.EventStore.IntegrationTests.csproj @@ -0,0 +1,54 @@ + + + + SAK + SAK + SAK + SAK + + + + Library + net9.0 + NBB_EventStoreIntegrationTests_1b7f48bb-0e9a-4219-b794-1788abaf788e + + + + + + + + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + Never + + + + diff --git a/test/Integration/NBB.EventStore.IntegrationTests/NBB.EventStore.IntegrationTests.csproj b/test/Integration/NBB.EventStore.IntegrationTests/NBB.EventStore.IntegrationTests.csproj index b81544d5..f3c46826 100644 --- a/test/Integration/NBB.EventStore.IntegrationTests/NBB.EventStore.IntegrationTests.csproj +++ b/test/Integration/NBB.EventStore.IntegrationTests/NBB.EventStore.IntegrationTests.csproj @@ -9,7 +9,7 @@ Library - net8.0 + net9.0 NBB_EventStoreIntegrationTests_1b7f48bb-0e9a-4219-b794-1788abaf788e @@ -45,10 +45,10 @@ - - - Never - + + + Never + diff --git a/test/Integration/NBB.Messaging.Rusi.IntegrationTests/NBB - Backup.Messaging.Rusi.IntegrationTests.csproj b/test/Integration/NBB.Messaging.Rusi.IntegrationTests/NBB - Backup.Messaging.Rusi.IntegrationTests.csproj new file mode 100644 index 00000000..613300fb --- /dev/null +++ b/test/Integration/NBB.Messaging.Rusi.IntegrationTests/NBB - Backup.Messaging.Rusi.IntegrationTests.csproj @@ -0,0 +1,48 @@ + + + + net9.0 + enable + enable + + false + + + + + + + + + PreserveNewest + true + PreserveNewest + + + + + + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + diff --git a/test/Integration/NBB.Messaging.Rusi.IntegrationTests/NBB.Messaging.Rusi.IntegrationTests.csproj b/test/Integration/NBB.Messaging.Rusi.IntegrationTests/NBB.Messaging.Rusi.IntegrationTests.csproj index d8f40e0c..613300fb 100644 --- a/test/Integration/NBB.Messaging.Rusi.IntegrationTests/NBB.Messaging.Rusi.IntegrationTests.csproj +++ b/test/Integration/NBB.Messaging.Rusi.IntegrationTests/NBB.Messaging.Rusi.IntegrationTests.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable diff --git a/test/UnitTests/Application/NBB.Application.Effects.Tests/NBB - Backup.Application.Effects.Tests.csproj b/test/UnitTests/Application/NBB.Application.Effects.Tests/NBB - Backup.Application.Effects.Tests.csproj new file mode 100644 index 00000000..14e75550 --- /dev/null +++ b/test/UnitTests/Application/NBB.Application.Effects.Tests/NBB - Backup.Application.Effects.Tests.csproj @@ -0,0 +1,26 @@ + + + + net9.0 + + false + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + diff --git a/test/UnitTests/Application/NBB.Application.Effects.Tests/NBB.Application.Effects.Tests.csproj b/test/UnitTests/Application/NBB.Application.Effects.Tests/NBB.Application.Effects.Tests.csproj index 84da3d44..14e75550 100644 --- a/test/UnitTests/Application/NBB.Application.Effects.Tests/NBB.Application.Effects.Tests.csproj +++ b/test/UnitTests/Application/NBB.Application.Effects.Tests/NBB.Application.Effects.Tests.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false @@ -13,9 +13,9 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/UnitTests/Application/NBB.Application.Mediator.FSharp.Tests/NBB - Backup.Application.Mediator.FSharp.Tests.fsproj b/test/UnitTests/Application/NBB.Application.Mediator.FSharp.Tests/NBB - Backup.Application.Mediator.FSharp.Tests.fsproj new file mode 100644 index 00000000..3c525648 --- /dev/null +++ b/test/UnitTests/Application/NBB.Application.Mediator.FSharp.Tests/NBB - Backup.Application.Mediator.FSharp.Tests.fsproj @@ -0,0 +1,40 @@ + + + + net9.0 + + false + false + + + + + + + + + + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + diff --git a/test/UnitTests/Application/NBB.Application.Mediator.FSharp.Tests/NBB.Application.Mediator.FSharp.Tests.fsproj b/test/UnitTests/Application/NBB.Application.Mediator.FSharp.Tests/NBB.Application.Mediator.FSharp.Tests.fsproj index 56898ce8..3c525648 100644 --- a/test/UnitTests/Application/NBB.Application.Mediator.FSharp.Tests/NBB.Application.Mediator.FSharp.Tests.fsproj +++ b/test/UnitTests/Application/NBB.Application.Mediator.FSharp.Tests/NBB.Application.Mediator.FSharp.Tests.fsproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false false @@ -24,9 +24,9 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/UnitTests/Core/NBB.Core.Configuration.Tests/NBB - Backup.Core.Configuration.Tests.csproj b/test/UnitTests/Core/NBB.Core.Configuration.Tests/NBB - Backup.Core.Configuration.Tests.csproj new file mode 100644 index 00000000..22ed7174 --- /dev/null +++ b/test/UnitTests/Core/NBB.Core.Configuration.Tests/NBB - Backup.Core.Configuration.Tests.csproj @@ -0,0 +1,26 @@ + + + + net9.0 + enable + + false + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + diff --git a/test/UnitTests/Core/NBB.Core.Configuration.Tests/NBB.Core.Configuration.Tests.csproj b/test/UnitTests/Core/NBB.Core.Configuration.Tests/NBB.Core.Configuration.Tests.csproj index f8f1c5d0..22ed7174 100644 --- a/test/UnitTests/Core/NBB.Core.Configuration.Tests/NBB.Core.Configuration.Tests.csproj +++ b/test/UnitTests/Core/NBB.Core.Configuration.Tests/NBB.Core.Configuration.Tests.csproj @@ -1,26 +1,26 @@ - - - - net8.0 - enable - - false - - - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - + + + + net9.0 + enable + + false + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + diff --git a/test/UnitTests/Core/NBB.Core.Effects.FSharp.Tests/NBB - Backup.Core.Effects.FSharp.Tests.fsproj b/test/UnitTests/Core/NBB.Core.Effects.FSharp.Tests/NBB - Backup.Core.Effects.FSharp.Tests.fsproj new file mode 100644 index 00000000..affd2851 --- /dev/null +++ b/test/UnitTests/Core/NBB.Core.Effects.FSharp.Tests/NBB - Backup.Core.Effects.FSharp.Tests.fsproj @@ -0,0 +1,34 @@ + + + + net9.0 + + false + false + + + + + + + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + diff --git a/test/UnitTests/Core/NBB.Core.Effects.FSharp.Tests/NBB.Core.Effects.FSharp.Tests.fsproj b/test/UnitTests/Core/NBB.Core.Effects.FSharp.Tests/NBB.Core.Effects.FSharp.Tests.fsproj index f5b6ba07..affd2851 100644 --- a/test/UnitTests/Core/NBB.Core.Effects.FSharp.Tests/NBB.Core.Effects.FSharp.Tests.fsproj +++ b/test/UnitTests/Core/NBB.Core.Effects.FSharp.Tests/NBB.Core.Effects.FSharp.Tests.fsproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false false diff --git a/test/UnitTests/Core/NBB.Core.Effects.Tests/NBB - Backup.Core.Effects.Tests.csproj b/test/UnitTests/Core/NBB.Core.Effects.Tests/NBB - Backup.Core.Effects.Tests.csproj new file mode 100644 index 00000000..2dadcad7 --- /dev/null +++ b/test/UnitTests/Core/NBB.Core.Effects.Tests/NBB - Backup.Core.Effects.Tests.csproj @@ -0,0 +1,26 @@ + + + + net9.0 + + false + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + diff --git a/test/UnitTests/Core/NBB.Core.Effects.Tests/NBB.Core.Effects.Tests.csproj b/test/UnitTests/Core/NBB.Core.Effects.Tests/NBB.Core.Effects.Tests.csproj index 27151007..2dadcad7 100644 --- a/test/UnitTests/Core/NBB.Core.Effects.Tests/NBB.Core.Effects.Tests.csproj +++ b/test/UnitTests/Core/NBB.Core.Effects.Tests/NBB.Core.Effects.Tests.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false @@ -13,9 +13,9 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/UnitTests/Core/NBB.Core.Evented.FSharp.Tests/NBB - Backup.Core.Evented.FSharp.Tests.fsproj b/test/UnitTests/Core/NBB.Core.Evented.FSharp.Tests/NBB - Backup.Core.Evented.FSharp.Tests.fsproj new file mode 100644 index 00000000..80735eeb --- /dev/null +++ b/test/UnitTests/Core/NBB.Core.Evented.FSharp.Tests/NBB - Backup.Core.Evented.FSharp.Tests.fsproj @@ -0,0 +1,35 @@ + + + + net9.0 + + false + false + + + + + + + + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + diff --git a/test/UnitTests/Core/NBB.Core.Evented.FSharp.Tests/NBB.Core.Evented.FSharp.Tests.fsproj b/test/UnitTests/Core/NBB.Core.Evented.FSharp.Tests/NBB.Core.Evented.FSharp.Tests.fsproj index 311b31bb..b2840c56 100644 --- a/test/UnitTests/Core/NBB.Core.Evented.FSharp.Tests/NBB.Core.Evented.FSharp.Tests.fsproj +++ b/test/UnitTests/Core/NBB.Core.Evented.FSharp.Tests/NBB.Core.Evented.FSharp.Tests.fsproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false false @@ -16,7 +16,7 @@ - + diff --git a/test/UnitTests/Core/NBB.Core.Pipeline.Tests/NBB - Backup.Core.Pipeline.Tests.csproj b/test/UnitTests/Core/NBB.Core.Pipeline.Tests/NBB - Backup.Core.Pipeline.Tests.csproj new file mode 100644 index 00000000..10a10e8c --- /dev/null +++ b/test/UnitTests/Core/NBB.Core.Pipeline.Tests/NBB - Backup.Core.Pipeline.Tests.csproj @@ -0,0 +1,22 @@ + + + + net9.0 + + false + + + + + + + + + + + + + + + + diff --git a/test/UnitTests/Core/NBB.Core.Pipeline.Tests/NBB.Core.Pipeline.Tests.csproj b/test/UnitTests/Core/NBB.Core.Pipeline.Tests/NBB.Core.Pipeline.Tests.csproj index 105d72c8..10a10e8c 100644 --- a/test/UnitTests/Core/NBB.Core.Pipeline.Tests/NBB.Core.Pipeline.Tests.csproj +++ b/test/UnitTests/Core/NBB.Core.Pipeline.Tests/NBB.Core.Pipeline.Tests.csproj @@ -1,22 +1,22 @@ - - - - net8.0 - - false - - - - - - - - - - - - - - - - + + + + net9.0 + + false + + + + + + + + + + + + + + + + diff --git a/test/UnitTests/Data/NBB.Data.EntityFramework.MultiTenancy.Tests/NBB - Backup.Data.EntityFramework.MultiTenancy.Tests.csproj b/test/UnitTests/Data/NBB.Data.EntityFramework.MultiTenancy.Tests/NBB - Backup.Data.EntityFramework.MultiTenancy.Tests.csproj new file mode 100644 index 00000000..41013703 --- /dev/null +++ b/test/UnitTests/Data/NBB.Data.EntityFramework.MultiTenancy.Tests/NBB - Backup.Data.EntityFramework.MultiTenancy.Tests.csproj @@ -0,0 +1,31 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + + + + + + + + + + + + + + + + + diff --git a/test/UnitTests/Data/NBB.Data.EntityFramework.MultiTenancy.Tests/NBB.Data.EntityFramework.MultiTenancy.Tests.csproj b/test/UnitTests/Data/NBB.Data.EntityFramework.MultiTenancy.Tests/NBB.Data.EntityFramework.MultiTenancy.Tests.csproj index fc458f79..41013703 100644 --- a/test/UnitTests/Data/NBB.Data.EntityFramework.MultiTenancy.Tests/NBB.Data.EntityFramework.MultiTenancy.Tests.csproj +++ b/test/UnitTests/Data/NBB.Data.EntityFramework.MultiTenancy.Tests/NBB.Data.EntityFramework.MultiTenancy.Tests.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/test/UnitTests/Data/NBB.Data.EntityFramework.Tests/NBB - Backup.Data.EntityFramework.Tests.csproj b/test/UnitTests/Data/NBB.Data.EntityFramework.Tests/NBB - Backup.Data.EntityFramework.Tests.csproj new file mode 100644 index 00000000..df25ec7b --- /dev/null +++ b/test/UnitTests/Data/NBB.Data.EntityFramework.Tests/NBB - Backup.Data.EntityFramework.Tests.csproj @@ -0,0 +1,27 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + + + + + + + + + + + + + diff --git a/test/UnitTests/Data/NBB.Data.EntityFramework.Tests/NBB.Data.EntityFramework.Tests.csproj b/test/UnitTests/Data/NBB.Data.EntityFramework.Tests/NBB.Data.EntityFramework.Tests.csproj index aa21e4a6..df25ec7b 100644 --- a/test/UnitTests/Data/NBB.Data.EntityFramework.Tests/NBB.Data.EntityFramework.Tests.csproj +++ b/test/UnitTests/Data/NBB.Data.EntityFramework.Tests/NBB.Data.EntityFramework.Tests.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/test/UnitTests/Data/NBB.Data.EventSourcing.Tests/NBB - Backup.Data.EventSourcing.Tests.csproj b/test/UnitTests/Data/NBB.Data.EventSourcing.Tests/NBB - Backup.Data.EventSourcing.Tests.csproj new file mode 100644 index 00000000..4f7a105c --- /dev/null +++ b/test/UnitTests/Data/NBB.Data.EventSourcing.Tests/NBB - Backup.Data.EventSourcing.Tests.csproj @@ -0,0 +1,27 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + + + + + + + + + + + + + diff --git a/test/UnitTests/Data/NBB.Data.EventSourcing.Tests/NBB.Data.EventSourcing.Tests.csproj b/test/UnitTests/Data/NBB.Data.EventSourcing.Tests/NBB.Data.EventSourcing.Tests.csproj index 8314d7f6..4f7a105c 100644 --- a/test/UnitTests/Data/NBB.Data.EventSourcing.Tests/NBB.Data.EventSourcing.Tests.csproj +++ b/test/UnitTests/Data/NBB.Data.EventSourcing.Tests/NBB.Data.EventSourcing.Tests.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/test/UnitTests/Domain/NBB.Domain.Tests/NBB - Backup.Domain.Tests.csproj b/test/UnitTests/Domain/NBB.Domain.Tests/NBB - Backup.Domain.Tests.csproj new file mode 100644 index 00000000..f21ef03e --- /dev/null +++ b/test/UnitTests/Domain/NBB.Domain.Tests/NBB - Backup.Domain.Tests.csproj @@ -0,0 +1,30 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + + + + + + + + + + + + + + + + diff --git a/test/UnitTests/Domain/NBB.Domain.Tests/NBB.Domain.Tests.csproj b/test/UnitTests/Domain/NBB.Domain.Tests/NBB.Domain.Tests.csproj index c1246d8e..f21ef03e 100644 --- a/test/UnitTests/Domain/NBB.Domain.Tests/NBB.Domain.Tests.csproj +++ b/test/UnitTests/Domain/NBB.Domain.Tests/NBB.Domain.Tests.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/test/UnitTests/EventStore/NBB.EventStore.AdoNet.Tests/NBB - Backup.EventStore.AdoNet.Tests.csproj b/test/UnitTests/EventStore/NBB.EventStore.AdoNet.Tests/NBB - Backup.EventStore.AdoNet.Tests.csproj new file mode 100644 index 00000000..e88b58f8 --- /dev/null +++ b/test/UnitTests/EventStore/NBB.EventStore.AdoNet.Tests/NBB - Backup.EventStore.AdoNet.Tests.csproj @@ -0,0 +1,30 @@ + + + + net9.0 + false + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + + + diff --git a/test/UnitTests/EventStore/NBB.EventStore.AdoNet.Tests/NBB.EventStore.AdoNet.Tests.csproj b/test/UnitTests/EventStore/NBB.EventStore.AdoNet.Tests/NBB.EventStore.AdoNet.Tests.csproj index 8dc5aecb..e88b58f8 100644 --- a/test/UnitTests/EventStore/NBB.EventStore.AdoNet.Tests/NBB.EventStore.AdoNet.Tests.csproj +++ b/test/UnitTests/EventStore/NBB.EventStore.AdoNet.Tests/NBB.EventStore.AdoNet.Tests.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false diff --git a/test/UnitTests/EventStore/NBB.EventStore.InMemory.Tests/NBB - Backup.EventStore.InMemory.Tests.csproj b/test/UnitTests/EventStore/NBB.EventStore.InMemory.Tests/NBB - Backup.EventStore.InMemory.Tests.csproj new file mode 100644 index 00000000..21fb057d --- /dev/null +++ b/test/UnitTests/EventStore/NBB.EventStore.InMemory.Tests/NBB - Backup.EventStore.InMemory.Tests.csproj @@ -0,0 +1,21 @@ + + + + net9.0 + + false + + + + + + + + + + + + + + + diff --git a/test/UnitTests/EventStore/NBB.EventStore.InMemory.Tests/NBB.EventStore.InMemory.Tests.csproj b/test/UnitTests/EventStore/NBB.EventStore.InMemory.Tests/NBB.EventStore.InMemory.Tests.csproj index 95a26095..21fb057d 100644 --- a/test/UnitTests/EventStore/NBB.EventStore.InMemory.Tests/NBB.EventStore.InMemory.Tests.csproj +++ b/test/UnitTests/EventStore/NBB.EventStore.InMemory.Tests/NBB.EventStore.InMemory.Tests.csproj @@ -1,21 +1,21 @@ - - - - net8.0 - - false - - - - - - - - - - - - - - - + + + + net9.0 + + false + + + + + + + + + + + + + + + diff --git a/test/UnitTests/EventStore/NBB.EventStore.Tests/NBB - Backup.EventStore.Tests.csproj b/test/UnitTests/EventStore/NBB.EventStore.Tests/NBB - Backup.EventStore.Tests.csproj new file mode 100644 index 00000000..6290b997 --- /dev/null +++ b/test/UnitTests/EventStore/NBB.EventStore.Tests/NBB - Backup.EventStore.Tests.csproj @@ -0,0 +1,32 @@ + + + + SAK + SAK + SAK + SAK + + + + net9.0 + + + + + + + + + + + + + + + + + C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.extensions.logging.abstractions\2.0.0\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll + + + + diff --git a/test/UnitTests/EventStore/NBB.EventStore.Tests/NBB.EventStore.Tests.csproj b/test/UnitTests/EventStore/NBB.EventStore.Tests/NBB.EventStore.Tests.csproj index 5fa38336..6290b997 100644 --- a/test/UnitTests/EventStore/NBB.EventStore.Tests/NBB.EventStore.Tests.csproj +++ b/test/UnitTests/EventStore/NBB.EventStore.Tests/NBB.EventStore.Tests.csproj @@ -8,7 +8,7 @@ - net8.0 + net9.0 diff --git a/test/UnitTests/Http/NBB.Http.Effects.Tests/NBB - Backup.Http.Effects.Tests.csproj b/test/UnitTests/Http/NBB.Http.Effects.Tests/NBB - Backup.Http.Effects.Tests.csproj new file mode 100644 index 00000000..aa4b10bc --- /dev/null +++ b/test/UnitTests/Http/NBB.Http.Effects.Tests/NBB - Backup.Http.Effects.Tests.csproj @@ -0,0 +1,27 @@ + + + + net9.0 + + false + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + diff --git a/test/UnitTests/Http/NBB.Http.Effects.Tests/NBB.Http.Effects.Tests.csproj b/test/UnitTests/Http/NBB.Http.Effects.Tests/NBB.Http.Effects.Tests.csproj index 2bfb2bfc..aa4b10bc 100644 --- a/test/UnitTests/Http/NBB.Http.Effects.Tests/NBB.Http.Effects.Tests.csproj +++ b/test/UnitTests/Http/NBB.Http.Effects.Tests/NBB.Http.Effects.Tests.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false @@ -13,9 +13,9 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/UnitTests/Messaging/NBB.Messaging.Abstractions.Tests/NBB - Backup.Messaging.Abstractions.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.Abstractions.Tests/NBB - Backup.Messaging.Abstractions.Tests.csproj new file mode 100644 index 00000000..d14d7eb8 --- /dev/null +++ b/test/UnitTests/Messaging/NBB.Messaging.Abstractions.Tests/NBB - Backup.Messaging.Abstractions.Tests.csproj @@ -0,0 +1,29 @@ + + + + SAK + SAK + SAK + SAK + + + + Exe + net9.0 + + + + + + + + + + + + + + + + + diff --git a/test/UnitTests/Messaging/NBB.Messaging.Abstractions.Tests/NBB.Messaging.Abstractions.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.Abstractions.Tests/NBB.Messaging.Abstractions.Tests.csproj index fcad1d6f..d14d7eb8 100644 --- a/test/UnitTests/Messaging/NBB.Messaging.Abstractions.Tests/NBB.Messaging.Abstractions.Tests.csproj +++ b/test/UnitTests/Messaging/NBB.Messaging.Abstractions.Tests/NBB.Messaging.Abstractions.Tests.csproj @@ -9,7 +9,7 @@ Exe - net8.0 + net9.0 diff --git a/test/UnitTests/Messaging/NBB.Messaging.DataContracts.Tests/NBB - Backup.Messaging.DataContracts.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.DataContracts.Tests/NBB - Backup.Messaging.DataContracts.Tests.csproj new file mode 100644 index 00000000..7ae693d0 --- /dev/null +++ b/test/UnitTests/Messaging/NBB.Messaging.DataContracts.Tests/NBB - Backup.Messaging.DataContracts.Tests.csproj @@ -0,0 +1,22 @@ + + + + net9.0 + + false + + + + + + + + + + + + + + + + diff --git a/test/UnitTests/Messaging/NBB.Messaging.DataContracts.Tests/NBB.Messaging.DataContracts.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.DataContracts.Tests/NBB.Messaging.DataContracts.Tests.csproj index f95a4d17..7ae693d0 100644 --- a/test/UnitTests/Messaging/NBB.Messaging.DataContracts.Tests/NBB.Messaging.DataContracts.Tests.csproj +++ b/test/UnitTests/Messaging/NBB.Messaging.DataContracts.Tests/NBB.Messaging.DataContracts.Tests.csproj @@ -1,22 +1,22 @@ - - - - net8.0 - - false - - - - - - - - - - - - - - - - + + + + net9.0 + + false + + + + + + + + + + + + + + + + diff --git a/test/UnitTests/Messaging/NBB.Messaging.Effects.Tests/NBB - Backup.Messaging.Effects.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.Effects.Tests/NBB - Backup.Messaging.Effects.Tests.csproj new file mode 100644 index 00000000..39d24338 --- /dev/null +++ b/test/UnitTests/Messaging/NBB.Messaging.Effects.Tests/NBB - Backup.Messaging.Effects.Tests.csproj @@ -0,0 +1,26 @@ + + + + net9.0 + + false + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + diff --git a/test/UnitTests/Messaging/NBB.Messaging.Effects.Tests/NBB.Messaging.Effects.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.Effects.Tests/NBB.Messaging.Effects.Tests.csproj index b7e446bb..39d24338 100644 --- a/test/UnitTests/Messaging/NBB.Messaging.Effects.Tests/NBB.Messaging.Effects.Tests.csproj +++ b/test/UnitTests/Messaging/NBB.Messaging.Effects.Tests/NBB.Messaging.Effects.Tests.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false @@ -13,9 +13,9 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/NBB - Backup.Messaging.Host.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/NBB - Backup.Messaging.Host.Tests.csproj new file mode 100644 index 00000000..60be3475 --- /dev/null +++ b/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/NBB - Backup.Messaging.Host.Tests.csproj @@ -0,0 +1,21 @@ + + + + net9.0 + + false + + + + + + + + + + + + + + + diff --git a/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/NBB.Messaging.Host.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/NBB.Messaging.Host.Tests.csproj index 6e6f802c..60be3475 100644 --- a/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/NBB.Messaging.Host.Tests.csproj +++ b/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/NBB.Messaging.Host.Tests.csproj @@ -1,21 +1,21 @@ - - - - net8.0 - - false - - - - - - - - - - - - - - - + + + + net9.0 + + false + + + + + + + + + + + + + + + diff --git a/test/UnitTests/Messaging/NBB.Messaging.InProcessMessaging.Tests/NBB - Backup.Messaging.InProcessMessaging.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.InProcessMessaging.Tests/NBB - Backup.Messaging.InProcessMessaging.Tests.csproj new file mode 100644 index 00000000..8a52f267 --- /dev/null +++ b/test/UnitTests/Messaging/NBB.Messaging.InProcessMessaging.Tests/NBB - Backup.Messaging.InProcessMessaging.Tests.csproj @@ -0,0 +1,30 @@ + + + + SAK + SAK + SAK + SAK + + + + Exe + net9.0 + + + + + + + + + + + + + + + + + + diff --git a/test/UnitTests/Messaging/NBB.Messaging.InProcessMessaging.Tests/NBB.Messaging.InProcessMessaging.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.InProcessMessaging.Tests/NBB.Messaging.InProcessMessaging.Tests.csproj index 1bedbc33..8a52f267 100644 --- a/test/UnitTests/Messaging/NBB.Messaging.InProcessMessaging.Tests/NBB.Messaging.InProcessMessaging.Tests.csproj +++ b/test/UnitTests/Messaging/NBB.Messaging.InProcessMessaging.Tests/NBB.Messaging.InProcessMessaging.Tests.csproj @@ -9,7 +9,7 @@ Exe - net8.0 + net9.0 diff --git a/test/UnitTests/Messaging/NBB.Messaging.MultiTenancy.Tests/NBB - Backup.Messaging.MultiTenancy.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.MultiTenancy.Tests/NBB - Backup.Messaging.MultiTenancy.Tests.csproj new file mode 100644 index 00000000..02888ba5 --- /dev/null +++ b/test/UnitTests/Messaging/NBB.Messaging.MultiTenancy.Tests/NBB - Backup.Messaging.MultiTenancy.Tests.csproj @@ -0,0 +1,29 @@ + + + + net9.0 + + false + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + diff --git a/test/UnitTests/Messaging/NBB.Messaging.MultiTenancy.Tests/NBB.Messaging.MultiTenancy.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.MultiTenancy.Tests/NBB.Messaging.MultiTenancy.Tests.csproj index 50184f72..02888ba5 100644 --- a/test/UnitTests/Messaging/NBB.Messaging.MultiTenancy.Tests/NBB.Messaging.MultiTenancy.Tests.csproj +++ b/test/UnitTests/Messaging/NBB.Messaging.MultiTenancy.Tests/NBB.Messaging.MultiTenancy.Tests.csproj @@ -1,29 +1,29 @@ - - - - net8.0 - - false - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - + + + + net9.0 + + false + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + diff --git a/test/UnitTests/Messaging/NBB.Messaging.Rusi.Tests/NBB - Backup.Messaging.Rusi.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.Rusi.Tests/NBB - Backup.Messaging.Rusi.Tests.csproj new file mode 100644 index 00000000..d25cb144 --- /dev/null +++ b/test/UnitTests/Messaging/NBB.Messaging.Rusi.Tests/NBB - Backup.Messaging.Rusi.Tests.csproj @@ -0,0 +1,22 @@ + + + + net9.0 + + false + + + + + + + + + + + + + + + + diff --git a/test/UnitTests/Messaging/NBB.Messaging.Rusi.Tests/NBB.Messaging.Rusi.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.Rusi.Tests/NBB.Messaging.Rusi.Tests.csproj index 2c949f30..d25cb144 100644 --- a/test/UnitTests/Messaging/NBB.Messaging.Rusi.Tests/NBB.Messaging.Rusi.Tests.csproj +++ b/test/UnitTests/Messaging/NBB.Messaging.Rusi.Tests/NBB.Messaging.Rusi.Tests.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false diff --git a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Configuration.Tests/NBB - Backup.MultiTenancy.Abstractions.Tests.csproj b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Configuration.Tests/NBB - Backup.MultiTenancy.Abstractions.Tests.csproj new file mode 100644 index 00000000..d68a4d7f --- /dev/null +++ b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Configuration.Tests/NBB - Backup.MultiTenancy.Abstractions.Tests.csproj @@ -0,0 +1,27 @@ + + + + net9.0 + false + + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + diff --git a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Configuration.Tests/NBB.MultiTenancy.Abstractions.Tests.csproj b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Configuration.Tests/NBB.MultiTenancy.Abstractions.Tests.csproj index bdb7d5ca..d68a4d7f 100644 --- a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Configuration.Tests/NBB.MultiTenancy.Abstractions.Tests.csproj +++ b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Configuration.Tests/NBB.MultiTenancy.Abstractions.Tests.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false diff --git a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Http.Tests/NBB - Backup.MultiTenancy.Identification.Http.Tests.csproj b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Http.Tests/NBB - Backup.MultiTenancy.Identification.Http.Tests.csproj new file mode 100644 index 00000000..9c919379 --- /dev/null +++ b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Http.Tests/NBB - Backup.MultiTenancy.Identification.Http.Tests.csproj @@ -0,0 +1,25 @@ + + + + net9.0 + + false + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + diff --git a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Http.Tests/NBB.MultiTenancy.Identification.Http.Tests.csproj b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Http.Tests/NBB.MultiTenancy.Identification.Http.Tests.csproj index 4fbd9cc2..9c919379 100644 --- a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Http.Tests/NBB.MultiTenancy.Identification.Http.Tests.csproj +++ b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Http.Tests/NBB.MultiTenancy.Identification.Http.Tests.csproj @@ -1,25 +1,25 @@ - - - - net8.0 - - false - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - + + + + net9.0 + + false + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + diff --git a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Messaging.Tests/NBB - Backup.MultiTenancy.Identification.Messaging.Tests.csproj b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Messaging.Tests/NBB - Backup.MultiTenancy.Identification.Messaging.Tests.csproj new file mode 100644 index 00000000..5c363c49 --- /dev/null +++ b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Messaging.Tests/NBB - Backup.MultiTenancy.Identification.Messaging.Tests.csproj @@ -0,0 +1,25 @@ + + + + net9.0 + + false + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + diff --git a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Messaging.Tests/NBB.MultiTenancy.Identification.Messaging.Tests.csproj b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Messaging.Tests/NBB.MultiTenancy.Identification.Messaging.Tests.csproj index d8a0408d..5c363c49 100644 --- a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Messaging.Tests/NBB.MultiTenancy.Identification.Messaging.Tests.csproj +++ b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Messaging.Tests/NBB.MultiTenancy.Identification.Messaging.Tests.csproj @@ -1,25 +1,25 @@ - - - - net8.0 - - false - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - + + + + net9.0 + + false + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + diff --git a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/NBB - Backup.MultiTenancy.Identification.Tests.csproj b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/NBB - Backup.MultiTenancy.Identification.Tests.csproj new file mode 100644 index 00000000..2f849580 --- /dev/null +++ b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/NBB - Backup.MultiTenancy.Identification.Tests.csproj @@ -0,0 +1,26 @@ + + + + net9.0 + + false + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + diff --git a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/NBB.MultiTenancy.Identification.Tests.csproj b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/NBB.MultiTenancy.Identification.Tests.csproj index f6a8752d..2f849580 100644 --- a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/NBB.MultiTenancy.Identification.Tests.csproj +++ b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/NBB.MultiTenancy.Identification.Tests.csproj @@ -1,26 +1,26 @@ - - - - net8.0 - - false - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - + + + + net9.0 + + false + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + diff --git a/test/UnitTests/NBB.Core.FSharp.Tests/NBB - Backup.Core.FSharp.Tests.fsproj b/test/UnitTests/NBB.Core.FSharp.Tests/NBB - Backup.Core.FSharp.Tests.fsproj new file mode 100644 index 00000000..e32d2ee0 --- /dev/null +++ b/test/UnitTests/NBB.Core.FSharp.Tests/NBB - Backup.Core.FSharp.Tests.fsproj @@ -0,0 +1,20 @@ + + + + net9.0 + + false + false + + + + + + + + + + + + + diff --git a/test/UnitTests/NBB.Core.FSharp.Tests/NBB.Core.FSharp.Tests.fsproj b/test/UnitTests/NBB.Core.FSharp.Tests/NBB.Core.FSharp.Tests.fsproj index b85493ec..e32d2ee0 100644 --- a/test/UnitTests/NBB.Core.FSharp.Tests/NBB.Core.FSharp.Tests.fsproj +++ b/test/UnitTests/NBB.Core.FSharp.Tests/NBB.Core.FSharp.Tests.fsproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false false diff --git a/test/UnitTests/Orchestration/NBB.ProcessManager.Tests/NBB - Backup.ProcessManager.Tests.csproj b/test/UnitTests/Orchestration/NBB.ProcessManager.Tests/NBB - Backup.ProcessManager.Tests.csproj new file mode 100644 index 00000000..7335ec6e --- /dev/null +++ b/test/UnitTests/Orchestration/NBB.ProcessManager.Tests/NBB - Backup.ProcessManager.Tests.csproj @@ -0,0 +1,23 @@ + + + + net9.0 + false + + + + + + + + + + + + + + + + + + diff --git a/test/UnitTests/Orchestration/NBB.ProcessManager.Tests/NBB.ProcessManager.Tests.csproj b/test/UnitTests/Orchestration/NBB.ProcessManager.Tests/NBB.ProcessManager.Tests.csproj index 7204837f..7335ec6e 100644 --- a/test/UnitTests/Orchestration/NBB.ProcessManager.Tests/NBB.ProcessManager.Tests.csproj +++ b/test/UnitTests/Orchestration/NBB.ProcessManager.Tests/NBB.ProcessManager.Tests.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false diff --git a/test/UnitTests/Projections/NBB.ProjectR.Tests/NBB.ProjectR.Tests.csproj b/test/UnitTests/Projections/NBB.ProjectR.Tests/NBB.ProjectR.Tests.csproj index ac7346c0..90cc8bb1 100644 --- a/test/UnitTests/Projections/NBB.ProjectR.Tests/NBB.ProjectR.Tests.csproj +++ b/test/UnitTests/Projections/NBB.ProjectR.Tests/NBB.ProjectR.Tests.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false diff --git a/test/UnitTests/Tools/NBB.Tools.Serilog.Enrichers.ServiceIdentifier.Tests/NBB.Tools.Serilog.Enrichers.ServiceIdentifier.Tests.csproj b/test/UnitTests/Tools/NBB.Tools.Serilog.Enrichers.ServiceIdentifier.Tests/NBB.Tools.Serilog.Enrichers.ServiceIdentifier.Tests.csproj index ee85917a..60b864f2 100644 --- a/test/UnitTests/Tools/NBB.Tools.Serilog.Enrichers.ServiceIdentifier.Tests/NBB.Tools.Serilog.Enrichers.ServiceIdentifier.Tests.csproj +++ b/test/UnitTests/Tools/NBB.Tools.Serilog.Enrichers.ServiceIdentifier.Tests/NBB.Tools.Serilog.Enrichers.ServiceIdentifier.Tests.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false diff --git a/test/UnitTests/Tools/NBB.Tools.Serilog.Enrichers.TenantId.Tests/NBB - Backup.Tools.Serilog.Enrichers.TenantId.Tests.csproj b/test/UnitTests/Tools/NBB.Tools.Serilog.Enrichers.TenantId.Tests/NBB - Backup.Tools.Serilog.Enrichers.TenantId.Tests.csproj new file mode 100644 index 00000000..9a394a13 --- /dev/null +++ b/test/UnitTests/Tools/NBB.Tools.Serilog.Enrichers.TenantId.Tests/NBB - Backup.Tools.Serilog.Enrichers.TenantId.Tests.csproj @@ -0,0 +1,27 @@ + + + + net9.0 + false + + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + diff --git a/test/UnitTests/Tools/NBB.Tools.Serilog.Enrichers.TenantId.Tests/NBB.Tools.Serilog.Enrichers.TenantId.Tests.csproj b/test/UnitTests/Tools/NBB.Tools.Serilog.Enrichers.TenantId.Tests/NBB.Tools.Serilog.Enrichers.TenantId.Tests.csproj index f94303c3..9a394a13 100644 --- a/test/UnitTests/Tools/NBB.Tools.Serilog.Enrichers.TenantId.Tests/NBB.Tools.Serilog.Enrichers.TenantId.Tests.csproj +++ b/test/UnitTests/Tools/NBB.Tools.Serilog.Enrichers.TenantId.Tests/NBB.Tools.Serilog.Enrichers.TenantId.Tests.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false From 2f887a5c010b331c5eca291dd5ef560823808867 Mon Sep 17 00:00:00 2001 From: fraliv13 <5892139+fraliv13@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:39:43 +0200 Subject: [PATCH 2/6] Update github actions --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1316d75c..32c06959 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Build and Test run: ./Build.ps1 shell: pwsh diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0d87a663..f5a68567 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -62,7 +62,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - run: | dotnet build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 098fbf03..e5aab63d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Build and Test run: ./Build.ps1 shell: pwsh From 8a3609591ad3d60d33306fa01ecbebc6cbe40090 Mon Sep 17 00:00:00 2001 From: fraliv13 <5892139+fraliv13@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:45:48 +0200 Subject: [PATCH 3/6] Removed unused file --- .../NBB - Backup.Http.Effects.csproj | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/Http/NBB.Http.Effects/NBB - Backup.Http.Effects.csproj diff --git a/src/Http/NBB.Http.Effects/NBB - Backup.Http.Effects.csproj b/src/Http/NBB.Http.Effects/NBB - Backup.Http.Effects.csproj deleted file mode 100644 index 205c1038..00000000 --- a/src/Http/NBB.Http.Effects/NBB - Backup.Http.Effects.csproj +++ /dev/null @@ -1,20 +0,0 @@ - - - - net9.0 - - - - - - - - - - - - - - - - From e1d09b0745c77e5c50fa6432fa8c224b6d50aa9d Mon Sep 17 00:00:00 2001 From: fraliv13 <5892139+fraliv13@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:55:04 +0200 Subject: [PATCH 4/6] removed unused files --- .../NBB - Backup.Contracts.Application.csproj | 32 --------- .../NBB - Backup.Contracts.Domain.csproj | 22 ------ ... Backup.Contracts.PublishedLanguage.csproj | 18 ----- ...B - Backup.Contracts.ReadModel.Data.csproj | 28 -------- .../NBB - Backup.Contracts.ReadModel.csproj | 14 ---- .../NBB - Backup.Contracts.Worker.csproj | 70 ------------------- ... - Backup.Contracts.WriteModel.Data.csproj | 27 ------- .../NBB - Backup.Invoices.FSharp.Api.fsproj | 28 -------- ...NBB - Backup.Invoices.FSharp.Worker.fsproj | 41 ----------- .../NBB - Backup.Invoices.FSharp.fsproj | 27 ------- .../NBB - Backup.Invoices.Api.csproj | 41 ----------- .../NBB - Backup.Invoices.Application.csproj | 28 -------- .../NBB - Backup.Invoices.Data.csproj | 29 -------- .../NBB - Backup.Invoices.Domain.csproj | 22 ------ .../NBB - Backup.Invoices.Migrations.csproj | 41 ----------- ...- Backup.Invoices.PublishedLanguage.csproj | 18 ----- ...- Backup.MicroServicesOrchestration.csproj | 43 ------------ .../NBB - Backup.Payments.Api.csproj | 45 ------------ .../NBB - Backup.Payments.Application.csproj | 31 -------- .../NBB - Backup.Payments.Data.csproj | 30 -------- .../NBB - Backup.Payments.Domain.csproj | 26 ------- .../NBB - Backup.Payments.Migrations.csproj | 42 ----------- ...- Backup.Payments.PublishedLanguage.csproj | 21 ------ .../NBB - Backup.Mono.Migrations.csproj | 40 ----------- .../NBB.Mono/NBB - Backup.Mono.csproj | 52 -------------- .../NBB.Todo.Api/NBB - Backup.Todo.Api.csproj | 41 ----------- .../NBB - Backup.Todo.Data.csproj | 17 ----- .../NBB - Backup.Todo.Migrations.csproj | 26 ------- ...NBB - Backup.Todo.PublishedLanguage.csproj | 11 --- .../NBB - Backup.Todo.Worker.csproj | 56 --------------- ...up.Application.DataContracts.Schema.csproj | 28 -------- ... Backup.Application.MediatR.Effects.csproj | 15 ---- .../NBB - Backup.Application.MediatR.csproj | 27 ------- ... Backup.Application.Mediator.FSharp.fsproj | 24 ------- .../NBB - Backup.Core.Abstractions.csproj | 19 ----- .../NBB - Backup.Core.Configuration.csproj | 16 ----- ...B - Backup.Core.DependencyInjection.csproj | 14 ---- .../NBB - Backup.Core.Effects.FSharp.fsproj | 23 ------ .../NBB - Backup.Core.Effects.csproj | 12 ---- .../NBB - Backup.Core.Evented.FSharp.fsproj | 11 --- .../NBB - Backup.Core.FSharp.fsproj | 18 ----- .../NBB - Backup.Core.Pipeline.csproj | 12 ---- .../NBB - Backup.Correlation.AspNet.csproj | 32 --------- ...ackup.Correlation.Serilog.SqlServer.csproj | 24 ------- .../NBB - Backup.Correlation.Serilog.csproj | 27 ------- .../NBB - Backup.Correlation.csproj | 19 ----- .../NBB - Backup.Data.Abstractions.csproj | 12 ---- ...p.Data.EntityFramework.MultiTenancy.csproj | 20 ------ .../NBB - Backup.Data.EntityFramework.csproj | 27 ------- .../NBB - Backup.Data.EventSourcing.csproj | 28 -------- .../NBB - Backup.Domain.Abstractions.csproj | 19 ----- .../NBB.Domain/NBB - Backup.Domain.csproj | 25 ------- ...BB - Backup.EventStore.Abstractions.csproj | 23 ------ ...Backup.EventStore.AdoNet.Migrations.csproj | 31 -------- ...ckup.EventStore.AdoNet.MultiTenancy.csproj | 47 ------------- .../NBB - Backup.EventStore.AdoNet.csproj | 47 ------------- .../NBB - Backup.EventStore.Effects.csproj | 12 ---- .../NBB - Backup.EventStore.InMemory.csproj | 11 --- .../NBB - Backup.EventStore.csproj | 33 --------- ... - Backup.SQLStreamStore.Migrations.csproj | 28 -------- .../NBB - Backup.SQLStreamStore.csproj | 27 ------- ...NBB - Backup.Messaging.Abstractions.csproj | 33 --------- ...kup.Messaging.BackwardCompatibility.csproj | 16 ----- ...BB - Backup.Messaging.DataContracts.csproj | 12 ---- .../NBB - Backup.Messaging.Effects.csproj | 16 ----- ...Backup.Messaging.InProcessMessaging.csproj | 24 ------- ...NBB - Backup.Messaging.MultiTenancy.csproj | 21 ------ .../NBB - Backup.Messaging.Nats.csproj | 34 --------- .../NBB - Backup.Messaging.Noop.csproj | 26 ------- ...BB - Backup.Messaging.OpenTelemetry.csproj | 20 ------ .../NBB - Backup.Messaging.Rusi.csproj | 46 ------------ ... - Backup.MultiTenancy.Abstractions.csproj | 21 ------ .../NBB - Backup.MultiTenancy.AspNet.csproj | 16 ----- ...up.MultiTenancy.Identification.Http.csproj | 19 ----- ...ltiTenancy.Identification.Messaging.csproj | 12 ---- ... Backup.MultiTenancy.Identification.csproj | 15 ---- ... - Backup.ProcessManager.Definition.csproj | 26 ------- ...NBB - Backup.ProcessManager.Runtime.csproj | 20 ------ .../NBB.ProjectR/NBB - Backup.ProjectR.csproj | 21 ------ ...Serilog.Enrichers.ServiceIdentifier.csproj | 11 --- ...up.Tools.Serilog.Enrichers.TenantId.csproj | 14 ---- ...ls.Serilog.OpenTelemetryTracingSink.csproj | 11 --- ... Backup.EventStore.IntegrationTests.csproj | 54 -------------- ...kup.Messaging.Rusi.IntegrationTests.csproj | 48 ------------- ... - Backup.Application.Effects.Tests.csproj | 26 ------- ...p.Application.Mediator.FSharp.Tests.fsproj | 40 ----------- ...B - Backup.Core.Configuration.Tests.csproj | 26 ------- ... - Backup.Core.Effects.FSharp.Tests.fsproj | 34 --------- .../NBB - Backup.Core.Effects.Tests.csproj | 26 ------- ... - Backup.Core.Evented.FSharp.Tests.fsproj | 35 ---------- .../NBB - Backup.Core.Pipeline.Tests.csproj | 22 ------ ....EntityFramework.MultiTenancy.Tests.csproj | 31 -------- ...- Backup.Data.EntityFramework.Tests.csproj | 27 ------- ...B - Backup.Data.EventSourcing.Tests.csproj | 27 ------- .../NBB - Backup.Domain.Tests.csproj | 30 -------- ...BB - Backup.EventStore.AdoNet.Tests.csproj | 30 -------- ... - Backup.EventStore.InMemory.Tests.csproj | 21 ------ .../NBB - Backup.EventStore.Tests.csproj | 32 --------- .../NBB - Backup.Http.Effects.Tests.csproj | 27 ------- ...Backup.Messaging.Abstractions.Tests.csproj | 29 -------- ...ackup.Messaging.DataContracts.Tests.csproj | 22 ------ ...BB - Backup.Messaging.Effects.Tests.csproj | 26 ------- .../NBB - Backup.Messaging.Host.Tests.csproj | 21 ------ ....Messaging.InProcessMessaging.Tests.csproj | 30 -------- ...Backup.Messaging.MultiTenancy.Tests.csproj | 29 -------- .../NBB - Backup.Messaging.Rusi.Tests.csproj | 22 ------ ...kup.MultiTenancy.Abstractions.Tests.csproj | 27 ------- ...tiTenancy.Identification.Http.Tests.csproj | 25 ------- ...ancy.Identification.Messaging.Tests.csproj | 25 ------- ...p.MultiTenancy.Identification.Tests.csproj | 26 ------- .../NBB - Backup.Core.FSharp.Tests.fsproj | 20 ------ .../NBB - Backup.ProcessManager.Tests.csproj | 23 ------ ...ls.Serilog.Enrichers.TenantId.Tests.csproj | 27 ------- 113 files changed, 3000 deletions(-) delete mode 100644 samples/MicroServices/NBB.Contracts/NBB.Contracts.Application/NBB - Backup.Contracts.Application.csproj delete mode 100644 samples/MicroServices/NBB.Contracts/NBB.Contracts.Domain/NBB - Backup.Contracts.Domain.csproj delete mode 100644 samples/MicroServices/NBB.Contracts/NBB.Contracts.PublishedLanguage/NBB - Backup.Contracts.PublishedLanguage.csproj delete mode 100644 samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel.Data/NBB - Backup.Contracts.ReadModel.Data.csproj delete mode 100644 samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel/NBB - Backup.Contracts.ReadModel.csproj delete mode 100644 samples/MicroServices/NBB.Contracts/NBB.Contracts.Worker/NBB - Backup.Contracts.Worker.csproj delete mode 100644 samples/MicroServices/NBB.Contracts/NBB.Contracts.WriteModel.Data/NBB - Backup.Contracts.WriteModel.Data.csproj delete mode 100644 samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Api/NBB - Backup.Invoices.FSharp.Api.fsproj delete mode 100644 samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Worker/NBB - Backup.Invoices.FSharp.Worker.fsproj delete mode 100644 samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp/NBB - Backup.Invoices.FSharp.fsproj delete mode 100644 samples/MicroServices/NBB.Invoices/NBB.Invoices.Api/NBB - Backup.Invoices.Api.csproj delete mode 100644 samples/MicroServices/NBB.Invoices/NBB.Invoices.Application/NBB - Backup.Invoices.Application.csproj delete mode 100644 samples/MicroServices/NBB.Invoices/NBB.Invoices.Data/NBB - Backup.Invoices.Data.csproj delete mode 100644 samples/MicroServices/NBB.Invoices/NBB.Invoices.Domain/NBB - Backup.Invoices.Domain.csproj delete mode 100644 samples/MicroServices/NBB.Invoices/NBB.Invoices.Migrations/NBB - Backup.Invoices.Migrations.csproj delete mode 100644 samples/MicroServices/NBB.Invoices/NBB.Invoices.PublishedLanguage/NBB - Backup.Invoices.PublishedLanguage.csproj delete mode 100644 samples/MicroServices/NBB.MicroServicesOrchestration/NBB - Backup.MicroServicesOrchestration.csproj delete mode 100644 samples/MicroServices/NBB.Payments/NBB.Payments.Api/NBB - Backup.Payments.Api.csproj delete mode 100644 samples/MicroServices/NBB.Payments/NBB.Payments.Application/NBB - Backup.Payments.Application.csproj delete mode 100644 samples/MicroServices/NBB.Payments/NBB.Payments.Data/NBB - Backup.Payments.Data.csproj delete mode 100644 samples/MicroServices/NBB.Payments/NBB.Payments.Domain/NBB - Backup.Payments.Domain.csproj delete mode 100644 samples/MicroServices/NBB.Payments/NBB.Payments.Migrations/NBB - Backup.Payments.Migrations.csproj delete mode 100644 samples/MicroServices/NBB.Payments/NBB.Payments.PublishedLanguage/NBB - Backup.Payments.PublishedLanguage.csproj delete mode 100644 samples/Monolith/NBB.Mono.Migrations/NBB - Backup.Mono.Migrations.csproj delete mode 100644 samples/Monolith/NBB.Mono/NBB - Backup.Mono.csproj delete mode 100644 samples/MultiTenancy/NBB.Todo.Api/NBB - Backup.Todo.Api.csproj delete mode 100644 samples/MultiTenancy/NBB.Todo.Data/NBB - Backup.Todo.Data.csproj delete mode 100644 samples/MultiTenancy/NBB.Todo.Migrations/NBB - Backup.Todo.Migrations.csproj delete mode 100644 samples/MultiTenancy/NBB.Todo.PublishedLanguage/NBB - Backup.Todo.PublishedLanguage.csproj delete mode 100644 samples/MultiTenancy/NBB.Todo.Worker/NBB - Backup.Todo.Worker.csproj delete mode 100644 src/Application/NBB.Application.DataContracts.Schema/NBB - Backup.Application.DataContracts.Schema.csproj delete mode 100644 src/Application/NBB.Application.MediatR.Effects/NBB - Backup.Application.MediatR.Effects.csproj delete mode 100644 src/Application/NBB.Application.MediatR/NBB - Backup.Application.MediatR.csproj delete mode 100644 src/Application/NBB.Application.Mediator.FSharp/NBB - Backup.Application.Mediator.FSharp.fsproj delete mode 100644 src/Core/NBB.Core.Abstractions/NBB - Backup.Core.Abstractions.csproj delete mode 100644 src/Core/NBB.Core.Configuration/NBB - Backup.Core.Configuration.csproj delete mode 100644 src/Core/NBB.Core.DependencyInjection/NBB - Backup.Core.DependencyInjection.csproj delete mode 100644 src/Core/NBB.Core.Effects.FSharp/NBB - Backup.Core.Effects.FSharp.fsproj delete mode 100644 src/Core/NBB.Core.Effects/NBB - Backup.Core.Effects.csproj delete mode 100644 src/Core/NBB.Core.Evented.FSharp/NBB - Backup.Core.Evented.FSharp.fsproj delete mode 100644 src/Core/NBB.Core.FSharp/NBB - Backup.Core.FSharp.fsproj delete mode 100644 src/Core/NBB.Core.Pipeline/NBB - Backup.Core.Pipeline.csproj delete mode 100644 src/Correlation/NBB.Correlation.AspNet/NBB - Backup.Correlation.AspNet.csproj delete mode 100644 src/Correlation/NBB.Correlation.Serilog.SqlServer/NBB - Backup.Correlation.Serilog.SqlServer.csproj delete mode 100644 src/Correlation/NBB.Correlation.Serilog/NBB - Backup.Correlation.Serilog.csproj delete mode 100644 src/Correlation/NBB.Correlation/NBB - Backup.Correlation.csproj delete mode 100644 src/Data/NBB.Data.Abstractions/NBB - Backup.Data.Abstractions.csproj delete mode 100644 src/Data/NBB.Data.EntityFramework.MultiTenancy/NBB - Backup.Data.EntityFramework.MultiTenancy.csproj delete mode 100644 src/Data/NBB.Data.EntityFramework/NBB - Backup.Data.EntityFramework.csproj delete mode 100644 src/Data/NBB.Data.EventSourcing/NBB - Backup.Data.EventSourcing.csproj delete mode 100644 src/Domain/NBB.Domain.Abstractions/NBB - Backup.Domain.Abstractions.csproj delete mode 100644 src/Domain/NBB.Domain/NBB - Backup.Domain.csproj delete mode 100644 src/EventStore/NBB.EventStore.Abstractions/NBB - Backup.EventStore.Abstractions.csproj delete mode 100644 src/EventStore/NBB.EventStore.AdoNet.Migrations/NBB - Backup.EventStore.AdoNet.Migrations.csproj delete mode 100644 src/EventStore/NBB.EventStore.AdoNet.Multitenancy/NBB - Backup.EventStore.AdoNet.MultiTenancy.csproj delete mode 100644 src/EventStore/NBB.EventStore.AdoNet/NBB - Backup.EventStore.AdoNet.csproj delete mode 100644 src/EventStore/NBB.EventStore.Effects/NBB - Backup.EventStore.Effects.csproj delete mode 100644 src/EventStore/NBB.EventStore.InMemory/NBB - Backup.EventStore.InMemory.csproj delete mode 100644 src/EventStore/NBB.EventStore/NBB - Backup.EventStore.csproj delete mode 100644 src/EventStore/NBB.SQLStreamStore.Migrations/NBB - Backup.SQLStreamStore.Migrations.csproj delete mode 100644 src/EventStore/NBB.SQLStreamStore/NBB - Backup.SQLStreamStore.csproj delete mode 100644 src/Messaging/NBB.Messaging.Abstractions/NBB - Backup.Messaging.Abstractions.csproj delete mode 100644 src/Messaging/NBB.Messaging.BackwardCompatibility/NBB - Backup.Messaging.BackwardCompatibility.csproj delete mode 100644 src/Messaging/NBB.Messaging.DataContracts/NBB - Backup.Messaging.DataContracts.csproj delete mode 100644 src/Messaging/NBB.Messaging.Effects/NBB - Backup.Messaging.Effects.csproj delete mode 100644 src/Messaging/NBB.Messaging.InProcessMessaging/NBB - Backup.Messaging.InProcessMessaging.csproj delete mode 100644 src/Messaging/NBB.Messaging.MultiTenancy/NBB - Backup.Messaging.MultiTenancy.csproj delete mode 100644 src/Messaging/NBB.Messaging.Nats/NBB - Backup.Messaging.Nats.csproj delete mode 100644 src/Messaging/NBB.Messaging.Noop/NBB - Backup.Messaging.Noop.csproj delete mode 100644 src/Messaging/NBB.Messaging.OpenTelemetry/NBB - Backup.Messaging.OpenTelemetry.csproj delete mode 100644 src/Messaging/NBB.Messaging.Rusi/NBB - Backup.Messaging.Rusi.csproj delete mode 100644 src/MultiTenancy/NBB.MultiTenancy.Abstractions/NBB - Backup.MultiTenancy.Abstractions.csproj delete mode 100644 src/MultiTenancy/NBB.MultiTenancy.AspNet/NBB - Backup.MultiTenancy.AspNet.csproj delete mode 100644 src/MultiTenancy/NBB.MultiTenancy.Identification.Http/NBB - Backup.MultiTenancy.Identification.Http.csproj delete mode 100644 src/MultiTenancy/NBB.MultiTenancy.Identification.Messaging/NBB - Backup.MultiTenancy.Identification.Messaging.csproj delete mode 100644 src/MultiTenancy/NBB.MultiTenancy.Identification/NBB - Backup.MultiTenancy.Identification.csproj delete mode 100644 src/Orchestration/NBB.ProcessManager.Definition/NBB - Backup.ProcessManager.Definition.csproj delete mode 100644 src/Orchestration/NBB.ProcessManager.Runtime/NBB - Backup.ProcessManager.Runtime.csproj delete mode 100644 src/Projections/NBB.ProjectR/NBB - Backup.ProjectR.csproj delete mode 100644 src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.ServiceIdentifier/NBB - Backup.Tools.Serilog.Enrichers.ServiceIdentifier.csproj delete mode 100644 src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.TenantId/NBB - Backup.Tools.Serilog.Enrichers.TenantId.csproj delete mode 100644 src/Tools/Serilog/NBB.Tools.Serilog.OpenTelemetryTracingSink/NBB - Backup.Tools.Serilog.OpenTelemetryTracingSink.csproj delete mode 100644 test/Integration/NBB.EventStore.IntegrationTests/NBB - Backup.EventStore.IntegrationTests.csproj delete mode 100644 test/Integration/NBB.Messaging.Rusi.IntegrationTests/NBB - Backup.Messaging.Rusi.IntegrationTests.csproj delete mode 100644 test/UnitTests/Application/NBB.Application.Effects.Tests/NBB - Backup.Application.Effects.Tests.csproj delete mode 100644 test/UnitTests/Application/NBB.Application.Mediator.FSharp.Tests/NBB - Backup.Application.Mediator.FSharp.Tests.fsproj delete mode 100644 test/UnitTests/Core/NBB.Core.Configuration.Tests/NBB - Backup.Core.Configuration.Tests.csproj delete mode 100644 test/UnitTests/Core/NBB.Core.Effects.FSharp.Tests/NBB - Backup.Core.Effects.FSharp.Tests.fsproj delete mode 100644 test/UnitTests/Core/NBB.Core.Effects.Tests/NBB - Backup.Core.Effects.Tests.csproj delete mode 100644 test/UnitTests/Core/NBB.Core.Evented.FSharp.Tests/NBB - Backup.Core.Evented.FSharp.Tests.fsproj delete mode 100644 test/UnitTests/Core/NBB.Core.Pipeline.Tests/NBB - Backup.Core.Pipeline.Tests.csproj delete mode 100644 test/UnitTests/Data/NBB.Data.EntityFramework.MultiTenancy.Tests/NBB - Backup.Data.EntityFramework.MultiTenancy.Tests.csproj delete mode 100644 test/UnitTests/Data/NBB.Data.EntityFramework.Tests/NBB - Backup.Data.EntityFramework.Tests.csproj delete mode 100644 test/UnitTests/Data/NBB.Data.EventSourcing.Tests/NBB - Backup.Data.EventSourcing.Tests.csproj delete mode 100644 test/UnitTests/Domain/NBB.Domain.Tests/NBB - Backup.Domain.Tests.csproj delete mode 100644 test/UnitTests/EventStore/NBB.EventStore.AdoNet.Tests/NBB - Backup.EventStore.AdoNet.Tests.csproj delete mode 100644 test/UnitTests/EventStore/NBB.EventStore.InMemory.Tests/NBB - Backup.EventStore.InMemory.Tests.csproj delete mode 100644 test/UnitTests/EventStore/NBB.EventStore.Tests/NBB - Backup.EventStore.Tests.csproj delete mode 100644 test/UnitTests/Http/NBB.Http.Effects.Tests/NBB - Backup.Http.Effects.Tests.csproj delete mode 100644 test/UnitTests/Messaging/NBB.Messaging.Abstractions.Tests/NBB - Backup.Messaging.Abstractions.Tests.csproj delete mode 100644 test/UnitTests/Messaging/NBB.Messaging.DataContracts.Tests/NBB - Backup.Messaging.DataContracts.Tests.csproj delete mode 100644 test/UnitTests/Messaging/NBB.Messaging.Effects.Tests/NBB - Backup.Messaging.Effects.Tests.csproj delete mode 100644 test/UnitTests/Messaging/NBB.Messaging.Host.Tests/NBB - Backup.Messaging.Host.Tests.csproj delete mode 100644 test/UnitTests/Messaging/NBB.Messaging.InProcessMessaging.Tests/NBB - Backup.Messaging.InProcessMessaging.Tests.csproj delete mode 100644 test/UnitTests/Messaging/NBB.Messaging.MultiTenancy.Tests/NBB - Backup.Messaging.MultiTenancy.Tests.csproj delete mode 100644 test/UnitTests/Messaging/NBB.Messaging.Rusi.Tests/NBB - Backup.Messaging.Rusi.Tests.csproj delete mode 100644 test/UnitTests/MultiTenancy/NBB.MultiTenancy.Configuration.Tests/NBB - Backup.MultiTenancy.Abstractions.Tests.csproj delete mode 100644 test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Http.Tests/NBB - Backup.MultiTenancy.Identification.Http.Tests.csproj delete mode 100644 test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Messaging.Tests/NBB - Backup.MultiTenancy.Identification.Messaging.Tests.csproj delete mode 100644 test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/NBB - Backup.MultiTenancy.Identification.Tests.csproj delete mode 100644 test/UnitTests/NBB.Core.FSharp.Tests/NBB - Backup.Core.FSharp.Tests.fsproj delete mode 100644 test/UnitTests/Orchestration/NBB.ProcessManager.Tests/NBB - Backup.ProcessManager.Tests.csproj delete mode 100644 test/UnitTests/Tools/NBB.Tools.Serilog.Enrichers.TenantId.Tests/NBB - Backup.Tools.Serilog.Enrichers.TenantId.Tests.csproj diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Application/NBB - Backup.Contracts.Application.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Application/NBB - Backup.Contracts.Application.csproj deleted file mode 100644 index b595bdda..00000000 --- a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Application/NBB - Backup.Contracts.Application.csproj +++ /dev/null @@ -1,32 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - 1701;1702;1705;NU1701 - - - - - - - - - - - - - - - - - diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Domain/NBB - Backup.Contracts.Domain.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Domain/NBB - Backup.Contracts.Domain.csproj deleted file mode 100644 index 6d7809a0..00000000 --- a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Domain/NBB - Backup.Contracts.Domain.csproj +++ /dev/null @@ -1,22 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - - - - - - - - diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.PublishedLanguage/NBB - Backup.Contracts.PublishedLanguage.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.PublishedLanguage/NBB - Backup.Contracts.PublishedLanguage.csproj deleted file mode 100644 index e53bc46b..00000000 --- a/samples/MicroServices/NBB.Contracts/NBB.Contracts.PublishedLanguage/NBB - Backup.Contracts.PublishedLanguage.csproj +++ /dev/null @@ -1,18 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - - - - diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel.Data/NBB - Backup.Contracts.ReadModel.Data.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel.Data/NBB - Backup.Contracts.ReadModel.Data.csproj deleted file mode 100644 index b8f3101b..00000000 --- a/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel.Data/NBB - Backup.Contracts.ReadModel.Data.csproj +++ /dev/null @@ -1,28 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - - - - - - - - - - - - - - diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel/NBB - Backup.Contracts.ReadModel.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel/NBB - Backup.Contracts.ReadModel.csproj deleted file mode 100644 index f9bf3157..00000000 --- a/samples/MicroServices/NBB.Contracts/NBB.Contracts.ReadModel/NBB - Backup.Contracts.ReadModel.csproj +++ /dev/null @@ -1,14 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Worker/NBB - Backup.Contracts.Worker.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.Worker/NBB - Backup.Contracts.Worker.csproj deleted file mode 100644 index 2510f0cd..00000000 --- a/samples/MicroServices/NBB.Contracts/NBB.Contracts.Worker/NBB - Backup.Contracts.Worker.csproj +++ /dev/null @@ -1,70 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - Exe - net9.0 - NBB_Contracts_6a73f87d-2175-4be0-9a42-31cb73bc8e10 - Linux - ..\..\..\.. - - - - 1701;1702;1705;NU1701 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Always - - - Always - - - - diff --git a/samples/MicroServices/NBB.Contracts/NBB.Contracts.WriteModel.Data/NBB - Backup.Contracts.WriteModel.Data.csproj b/samples/MicroServices/NBB.Contracts/NBB.Contracts.WriteModel.Data/NBB - Backup.Contracts.WriteModel.Data.csproj deleted file mode 100644 index 87f1807a..00000000 --- a/samples/MicroServices/NBB.Contracts/NBB.Contracts.WriteModel.Data/NBB - Backup.Contracts.WriteModel.Data.csproj +++ /dev/null @@ -1,27 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - - - - - - - - - - - - - diff --git a/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Api/NBB - Backup.Invoices.FSharp.Api.fsproj b/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Api/NBB - Backup.Invoices.FSharp.Api.fsproj deleted file mode 100644 index 91085648..00000000 --- a/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Api/NBB - Backup.Invoices.FSharp.Api.fsproj +++ /dev/null @@ -1,28 +0,0 @@ - - - - net9.0 - NBB_Invoices_c9e28d3a-7681-452a-9dbe-a52a9b6a0900 - - - - - - - - - - - - - - - - - - - - - - - diff --git a/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Worker/NBB - Backup.Invoices.FSharp.Worker.fsproj b/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Worker/NBB - Backup.Invoices.FSharp.Worker.fsproj deleted file mode 100644 index 2713e34a..00000000 --- a/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp.Worker/NBB - Backup.Invoices.FSharp.Worker.fsproj +++ /dev/null @@ -1,41 +0,0 @@ - - - - Exe - net9.0 - NBB_Invoices_c9e28d3a-7681-452a-9dbe-a52a9b6a0900 - - - - - - Always - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp/NBB - Backup.Invoices.FSharp.fsproj b/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp/NBB - Backup.Invoices.FSharp.fsproj deleted file mode 100644 index 49fd1f6e..00000000 --- a/samples/MicroServices/NBB.Invoices.FSharp/NBB.Invoices.FSharp/NBB - Backup.Invoices.FSharp.fsproj +++ /dev/null @@ -1,27 +0,0 @@ - - - - net9.0 - - - - - - - - - - - - - - - - - - - - - - - diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Api/NBB - Backup.Invoices.Api.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Api/NBB - Backup.Invoices.Api.csproj deleted file mode 100644 index 1a301788..00000000 --- a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Api/NBB - Backup.Invoices.Api.csproj +++ /dev/null @@ -1,41 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - ..\docker-compose.dcproj - NBB_Invoices_c9e28d3a-7681-452a-9dbe-a52a9b6a0900 - - - - 1701;1702;1705;NU1701 - - - - - - - - - - - - Never - - - - - - - - - - - - diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Application/NBB - Backup.Invoices.Application.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Application/NBB - Backup.Invoices.Application.csproj deleted file mode 100644 index aa6fbffe..00000000 --- a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Application/NBB - Backup.Invoices.Application.csproj +++ /dev/null @@ -1,28 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - 1701;1702;1705;NU1701 - - - - - - - - - - - - - diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Data/NBB - Backup.Invoices.Data.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Data/NBB - Backup.Invoices.Data.csproj deleted file mode 100644 index a1db7dcb..00000000 --- a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Data/NBB - Backup.Invoices.Data.csproj +++ /dev/null @@ -1,29 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - - - - - - - - - - - - - - - diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Domain/NBB - Backup.Invoices.Domain.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Domain/NBB - Backup.Invoices.Domain.csproj deleted file mode 100644 index 85185859..00000000 --- a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Domain/NBB - Backup.Invoices.Domain.csproj +++ /dev/null @@ -1,22 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - - - - - - - - diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Migrations/NBB - Backup.Invoices.Migrations.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.Migrations/NBB - Backup.Invoices.Migrations.csproj deleted file mode 100644 index f145230c..00000000 --- a/samples/MicroServices/NBB.Invoices/NBB.Invoices.Migrations/NBB - Backup.Invoices.Migrations.csproj +++ /dev/null @@ -1,41 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - Exe - net9.0 - NBB_Invoices_c9e28d3a-7681-452a-9dbe-a52a9b6a0900 - - - - - - - - - - - - - - - - - - - - - - - - Always - - - - diff --git a/samples/MicroServices/NBB.Invoices/NBB.Invoices.PublishedLanguage/NBB - Backup.Invoices.PublishedLanguage.csproj b/samples/MicroServices/NBB.Invoices/NBB.Invoices.PublishedLanguage/NBB - Backup.Invoices.PublishedLanguage.csproj deleted file mode 100644 index e53bc46b..00000000 --- a/samples/MicroServices/NBB.Invoices/NBB.Invoices.PublishedLanguage/NBB - Backup.Invoices.PublishedLanguage.csproj +++ /dev/null @@ -1,18 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - - - - diff --git a/samples/MicroServices/NBB.MicroServicesOrchestration/NBB - Backup.MicroServicesOrchestration.csproj b/samples/MicroServices/NBB.MicroServicesOrchestration/NBB - Backup.MicroServicesOrchestration.csproj deleted file mode 100644 index 70806e79..00000000 --- a/samples/MicroServices/NBB.MicroServicesOrchestration/NBB - Backup.MicroServicesOrchestration.csproj +++ /dev/null @@ -1,43 +0,0 @@ - - - - Exe - net9.0 - NBB_Orchestration_a3e28d3a-7681-452a-9dbe-a52a9b6a0854 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Always - - - - diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.Api/NBB - Backup.Payments.Api.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.Api/NBB - Backup.Payments.Api.csproj deleted file mode 100644 index 9e4f840d..00000000 --- a/samples/MicroServices/NBB.Payments/NBB.Payments.Api/NBB - Backup.Payments.Api.csproj +++ /dev/null @@ -1,45 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - ..\..\..\..\docker-compose.dcproj - NBB_Payments_65e4fd90-1fb9-4806-9e38-5d70466ad364 - - - - 1701;1702;1705;NU1701 - - - - - - - - - - - - - - - - - Never - - - - - - - - - - - diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.Application/NBB - Backup.Payments.Application.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.Application/NBB - Backup.Payments.Application.csproj deleted file mode 100644 index da30418e..00000000 --- a/samples/MicroServices/NBB.Payments/NBB.Payments.Application/NBB - Backup.Payments.Application.csproj +++ /dev/null @@ -1,31 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - 1701;1702;1705;NU1701 - - - - - - - - - - - - - - - - diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.Data/NBB - Backup.Payments.Data.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.Data/NBB - Backup.Payments.Data.csproj deleted file mode 100644 index 80889046..00000000 --- a/samples/MicroServices/NBB.Payments/NBB.Payments.Data/NBB - Backup.Payments.Data.csproj +++ /dev/null @@ -1,30 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - - - - - - - - - - - - - - - - diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.Domain/NBB - Backup.Payments.Domain.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.Domain/NBB - Backup.Payments.Domain.csproj deleted file mode 100644 index 9f812e5a..00000000 --- a/samples/MicroServices/NBB.Payments/NBB.Payments.Domain/NBB - Backup.Payments.Domain.csproj +++ /dev/null @@ -1,26 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - - - - - - - - - - - - diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.Migrations/NBB - Backup.Payments.Migrations.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.Migrations/NBB - Backup.Payments.Migrations.csproj deleted file mode 100644 index 8b05053f..00000000 --- a/samples/MicroServices/NBB.Payments/NBB.Payments.Migrations/NBB - Backup.Payments.Migrations.csproj +++ /dev/null @@ -1,42 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - Exe - net9.0 - NBB_Payments_65e4fd90-1fb9-4806-9e38-5d70466ad364 - - - - - - - - - - - - - - - - - - - - - - - - - Always - - - - diff --git a/samples/MicroServices/NBB.Payments/NBB.Payments.PublishedLanguage/NBB - Backup.Payments.PublishedLanguage.csproj b/samples/MicroServices/NBB.Payments/NBB.Payments.PublishedLanguage/NBB - Backup.Payments.PublishedLanguage.csproj deleted file mode 100644 index 74909654..00000000 --- a/samples/MicroServices/NBB.Payments/NBB.Payments.PublishedLanguage/NBB - Backup.Payments.PublishedLanguage.csproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - - - - - - - diff --git a/samples/Monolith/NBB.Mono.Migrations/NBB - Backup.Mono.Migrations.csproj b/samples/Monolith/NBB.Mono.Migrations/NBB - Backup.Mono.Migrations.csproj deleted file mode 100644 index 4d931928..00000000 --- a/samples/Monolith/NBB.Mono.Migrations/NBB - Backup.Mono.Migrations.csproj +++ /dev/null @@ -1,40 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - Exe - net9.0 - NBB_Mono_04f3de64-51a9-466b-a489-ed331aba59c8 - - - - - - - - - - PreserveNewest - Always - - - - - - - - - - - - - - - - diff --git a/samples/Monolith/NBB.Mono/NBB - Backup.Mono.csproj b/samples/Monolith/NBB.Mono/NBB - Backup.Mono.csproj deleted file mode 100644 index 283657c6..00000000 --- a/samples/Monolith/NBB.Mono/NBB - Backup.Mono.csproj +++ /dev/null @@ -1,52 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - ..\..\MicroServices\docker-compose.dcproj - NBB_Mono_04f3de64-51a9-466b-a489-ed331aba59c8 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Always - - - - diff --git a/samples/MultiTenancy/NBB.Todo.Api/NBB - Backup.Todo.Api.csproj b/samples/MultiTenancy/NBB.Todo.Api/NBB - Backup.Todo.Api.csproj deleted file mode 100644 index 057678eb..00000000 --- a/samples/MultiTenancy/NBB.Todo.Api/NBB - Backup.Todo.Api.csproj +++ /dev/null @@ -1,41 +0,0 @@ - - - - net9.0 - NBB_Todo_a9328d3a-7681-452a-9dbe-a52a9b6a0593 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/samples/MultiTenancy/NBB.Todo.Data/NBB - Backup.Todo.Data.csproj b/samples/MultiTenancy/NBB.Todo.Data/NBB - Backup.Todo.Data.csproj deleted file mode 100644 index cecc8571..00000000 --- a/samples/MultiTenancy/NBB.Todo.Data/NBB - Backup.Todo.Data.csproj +++ /dev/null @@ -1,17 +0,0 @@ - - - - net9.0 - - - - - - - - - - - - - diff --git a/samples/MultiTenancy/NBB.Todo.Migrations/NBB - Backup.Todo.Migrations.csproj b/samples/MultiTenancy/NBB.Todo.Migrations/NBB - Backup.Todo.Migrations.csproj deleted file mode 100644 index 57100e95..00000000 --- a/samples/MultiTenancy/NBB.Todo.Migrations/NBB - Backup.Todo.Migrations.csproj +++ /dev/null @@ -1,26 +0,0 @@ - - - - Exe - net9.0 - NBB_Todo_a9328d3a-7681-452a-9dbe-a52a9b6a0593 - - - - - - - - - - - - - - - - - Always - - - \ No newline at end of file diff --git a/samples/MultiTenancy/NBB.Todo.PublishedLanguage/NBB - Backup.Todo.PublishedLanguage.csproj b/samples/MultiTenancy/NBB.Todo.PublishedLanguage/NBB - Backup.Todo.PublishedLanguage.csproj deleted file mode 100644 index d2954974..00000000 --- a/samples/MultiTenancy/NBB.Todo.PublishedLanguage/NBB - Backup.Todo.PublishedLanguage.csproj +++ /dev/null @@ -1,11 +0,0 @@ - - - - net9.0 - - - - - - - diff --git a/samples/MultiTenancy/NBB.Todo.Worker/NBB - Backup.Todo.Worker.csproj b/samples/MultiTenancy/NBB.Todo.Worker/NBB - Backup.Todo.Worker.csproj deleted file mode 100644 index 0dfd7d27..00000000 --- a/samples/MultiTenancy/NBB.Todo.Worker/NBB - Backup.Todo.Worker.csproj +++ /dev/null @@ -1,56 +0,0 @@ - - - - - net9.0 - Linux - NBB_Todo_a9328d3a-7681-452a-9dbe-a52a9b6a0593 - Exe - - - - - PreserveNewest - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Application/NBB.Application.DataContracts.Schema/NBB - Backup.Application.DataContracts.Schema.csproj b/src/Application/NBB.Application.DataContracts.Schema/NBB - Backup.Application.DataContracts.Schema.csproj deleted file mode 100644 index 4bd5e590..00000000 --- a/src/Application/NBB.Application.DataContracts.Schema/NBB - Backup.Application.DataContracts.Schema.csproj +++ /dev/null @@ -1,28 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - Data contracts for CQ(R)S applications. - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Application/NBB.Application.MediatR.Effects/NBB - Backup.Application.MediatR.Effects.csproj b/src/Application/NBB.Application.MediatR.Effects/NBB - Backup.Application.MediatR.Effects.csproj deleted file mode 100644 index 0c0689a1..00000000 --- a/src/Application/NBB.Application.MediatR.Effects/NBB - Backup.Application.MediatR.Effects.csproj +++ /dev/null @@ -1,15 +0,0 @@ - - - - net9.0 - - - - - - - - - - - diff --git a/src/Application/NBB.Application.MediatR/NBB - Backup.Application.MediatR.csproj b/src/Application/NBB.Application.MediatR/NBB - Backup.Application.MediatR.csproj deleted file mode 100644 index 3dcde724..00000000 --- a/src/Application/NBB.Application.MediatR/NBB - Backup.Application.MediatR.csproj +++ /dev/null @@ -1,27 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - Data contracts for CQ(R)S applications. - - - - - - - - - - - - - - - diff --git a/src/Application/NBB.Application.Mediator.FSharp/NBB - Backup.Application.Mediator.FSharp.fsproj b/src/Application/NBB.Application.Mediator.FSharp/NBB - Backup.Application.Mediator.FSharp.fsproj deleted file mode 100644 index d15052ab..00000000 --- a/src/Application/NBB.Application.Mediator.FSharp/NBB - Backup.Application.Mediator.FSharp.fsproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - net9.0 - - - - - - - - - - - - - - - - - - - - diff --git a/src/Core/NBB.Core.Abstractions/NBB - Backup.Core.Abstractions.csproj b/src/Core/NBB.Core.Abstractions/NBB - Backup.Core.Abstractions.csproj deleted file mode 100644 index 9b70f29a..00000000 --- a/src/Core/NBB.Core.Abstractions/NBB - Backup.Core.Abstractions.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - This package provides cross-cutting abstractions and type extensions that other packages rely upon. The interfaces of this package are not intended to be directly referenced by the end-consumer. - - - - - - - diff --git a/src/Core/NBB.Core.Configuration/NBB - Backup.Core.Configuration.csproj b/src/Core/NBB.Core.Configuration/NBB - Backup.Core.Configuration.csproj deleted file mode 100644 index 96d1d007..00000000 --- a/src/Core/NBB.Core.Configuration/NBB - Backup.Core.Configuration.csproj +++ /dev/null @@ -1,16 +0,0 @@ - - - - net9.0 - enable - enable - - - - - - - - - - diff --git a/src/Core/NBB.Core.DependencyInjection/NBB - Backup.Core.DependencyInjection.csproj b/src/Core/NBB.Core.DependencyInjection/NBB - Backup.Core.DependencyInjection.csproj deleted file mode 100644 index 06e4ae51..00000000 --- a/src/Core/NBB.Core.DependencyInjection/NBB - Backup.Core.DependencyInjection.csproj +++ /dev/null @@ -1,14 +0,0 @@ - - - - net9.0 - Asp.Net DI and Scrutor missing features - - - - - - - - - diff --git a/src/Core/NBB.Core.Effects.FSharp/NBB - Backup.Core.Effects.FSharp.fsproj b/src/Core/NBB.Core.Effects.FSharp/NBB - Backup.Core.Effects.FSharp.fsproj deleted file mode 100644 index ae2501f5..00000000 --- a/src/Core/NBB.Core.Effects.FSharp/NBB - Backup.Core.Effects.FSharp.fsproj +++ /dev/null @@ -1,23 +0,0 @@ - - - - net9.0 - - - - - - - - - - - - - - - - - - - diff --git a/src/Core/NBB.Core.Effects/NBB - Backup.Core.Effects.csproj b/src/Core/NBB.Core.Effects/NBB - Backup.Core.Effects.csproj deleted file mode 100644 index 2147bde8..00000000 --- a/src/Core/NBB.Core.Effects/NBB - Backup.Core.Effects.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - - net9.0 - - - - - - - - diff --git a/src/Core/NBB.Core.Evented.FSharp/NBB - Backup.Core.Evented.FSharp.fsproj b/src/Core/NBB.Core.Evented.FSharp/NBB - Backup.Core.Evented.FSharp.fsproj deleted file mode 100644 index 33e3b8ea..00000000 --- a/src/Core/NBB.Core.Evented.FSharp/NBB - Backup.Core.Evented.FSharp.fsproj +++ /dev/null @@ -1,11 +0,0 @@ - - - - net9.0 - - - - - - - diff --git a/src/Core/NBB.Core.FSharp/NBB - Backup.Core.FSharp.fsproj b/src/Core/NBB.Core.FSharp/NBB - Backup.Core.FSharp.fsproj deleted file mode 100644 index 6e8cccc0..00000000 --- a/src/Core/NBB.Core.FSharp/NBB - Backup.Core.FSharp.fsproj +++ /dev/null @@ -1,18 +0,0 @@ - - - - net9.0 - - - - - - - - - - - - - - diff --git a/src/Core/NBB.Core.Pipeline/NBB - Backup.Core.Pipeline.csproj b/src/Core/NBB.Core.Pipeline/NBB - Backup.Core.Pipeline.csproj deleted file mode 100644 index 8abb5de5..00000000 --- a/src/Core/NBB.Core.Pipeline/NBB - Backup.Core.Pipeline.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - - net9.0 - Generic pipeline - - - - - - - diff --git a/src/Correlation/NBB.Correlation.AspNet/NBB - Backup.Correlation.AspNet.csproj b/src/Correlation/NBB.Correlation.AspNet/NBB - Backup.Correlation.AspNet.csproj deleted file mode 100644 index b6e0da83..00000000 --- a/src/Correlation/NBB.Correlation.AspNet/NBB - Backup.Correlation.AspNet.csproj +++ /dev/null @@ -1,32 +0,0 @@ - - - SAK - SAK - SAK - SAK - - - - net9.0 - Correlation middleware for Asp.Net Core - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Correlation/NBB.Correlation.Serilog.SqlServer/NBB - Backup.Correlation.Serilog.SqlServer.csproj b/src/Correlation/NBB.Correlation.Serilog.SqlServer/NBB - Backup.Correlation.Serilog.SqlServer.csproj deleted file mode 100644 index c8dc119b..00000000 --- a/src/Correlation/NBB.Correlation.Serilog.SqlServer/NBB - Backup.Correlation.Serilog.SqlServer.csproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - Extensions for creating new columns in sql Server for Serilog Table - - - - - - - - - - - - diff --git a/src/Correlation/NBB.Correlation.Serilog/NBB - Backup.Correlation.Serilog.csproj b/src/Correlation/NBB.Correlation.Serilog/NBB - Backup.Correlation.Serilog.csproj deleted file mode 100644 index a62d072a..00000000 --- a/src/Correlation/NBB.Correlation.Serilog/NBB - Backup.Correlation.Serilog.csproj +++ /dev/null @@ -1,27 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - Serilog enrichers for Correlation package - - - - - - - - - - - - - - - diff --git a/src/Correlation/NBB.Correlation/NBB - Backup.Correlation.csproj b/src/Correlation/NBB.Correlation/NBB - Backup.Correlation.csproj deleted file mode 100644 index 8321ae21..00000000 --- a/src/Correlation/NBB.Correlation/NBB - Backup.Correlation.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - Correlation infrastructure for distributed systems - - - - - - - diff --git a/src/Data/NBB.Data.Abstractions/NBB - Backup.Data.Abstractions.csproj b/src/Data/NBB.Data.Abstractions/NBB - Backup.Data.Abstractions.csproj deleted file mode 100644 index e5653b68..00000000 --- a/src/Data/NBB.Data.Abstractions/NBB - Backup.Data.Abstractions.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - - net9.0 - This package contains some lightweight data access abstractions - - - - - - - diff --git a/src/Data/NBB.Data.EntityFramework.MultiTenancy/NBB - Backup.Data.EntityFramework.MultiTenancy.csproj b/src/Data/NBB.Data.EntityFramework.MultiTenancy/NBB - Backup.Data.EntityFramework.MultiTenancy.csproj deleted file mode 100644 index 82d7a7aa..00000000 --- a/src/Data/NBB.Data.EntityFramework.MultiTenancy/NBB - Backup.Data.EntityFramework.MultiTenancy.csproj +++ /dev/null @@ -1,20 +0,0 @@ - - - - net9.0 - - - - - - - - - - - - - - - - diff --git a/src/Data/NBB.Data.EntityFramework/NBB - Backup.Data.EntityFramework.csproj b/src/Data/NBB.Data.EntityFramework/NBB - Backup.Data.EntityFramework.csproj deleted file mode 100644 index cab7a444..00000000 --- a/src/Data/NBB.Data.EntityFramework/NBB - Backup.Data.EntityFramework.csproj +++ /dev/null @@ -1,27 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - An Entity Framework data access for general use. - - - - - - - - - - - - - - - diff --git a/src/Data/NBB.Data.EventSourcing/NBB - Backup.Data.EventSourcing.csproj b/src/Data/NBB.Data.EventSourcing/NBB - Backup.Data.EventSourcing.csproj deleted file mode 100644 index 6e605fb6..00000000 --- a/src/Data/NBB.Data.EventSourcing/NBB - Backup.Data.EventSourcing.csproj +++ /dev/null @@ -1,28 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - Contains data access building blocks for event-sourced aggregates. - - - - - - - - - - - - - - - - diff --git a/src/Domain/NBB.Domain.Abstractions/NBB - Backup.Domain.Abstractions.csproj b/src/Domain/NBB.Domain.Abstractions/NBB - Backup.Domain.Abstractions.csproj deleted file mode 100644 index 378ca83b..00000000 --- a/src/Domain/NBB.Domain.Abstractions/NBB - Backup.Domain.Abstractions.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - Some DDD domain buiding blocks abstractions - - - - - - - diff --git a/src/Domain/NBB.Domain/NBB - Backup.Domain.csproj b/src/Domain/NBB.Domain/NBB - Backup.Domain.csproj deleted file mode 100644 index 27d51e7c..00000000 --- a/src/Domain/NBB.Domain/NBB - Backup.Domain.csproj +++ /dev/null @@ -1,25 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - A collection of DDD domain building blocks - - - - - - - - - - - - - diff --git a/src/EventStore/NBB.EventStore.Abstractions/NBB - Backup.EventStore.Abstractions.csproj b/src/EventStore/NBB.EventStore.Abstractions/NBB - Backup.EventStore.Abstractions.csproj deleted file mode 100644 index 694126c8..00000000 --- a/src/EventStore/NBB.EventStore.Abstractions/NBB - Backup.EventStore.Abstractions.csproj +++ /dev/null @@ -1,23 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - This package should contain common event store abstractions and should be references by event store dependent building blocks. - - - - - - - - - - - diff --git a/src/EventStore/NBB.EventStore.AdoNet.Migrations/NBB - Backup.EventStore.AdoNet.Migrations.csproj b/src/EventStore/NBB.EventStore.AdoNet.Migrations/NBB - Backup.EventStore.AdoNet.Migrations.csproj deleted file mode 100644 index e3211642..00000000 --- a/src/EventStore/NBB.EventStore.AdoNet.Migrations/NBB - Backup.EventStore.AdoNet.Migrations.csproj +++ /dev/null @@ -1,31 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - Exe - net9.0 - NBB_EventStoreAdoNetMigrations_f43f7048-9bff-4649-881c-97774e23e9f8 - - - - - - - - - - - - - - - - - - diff --git a/src/EventStore/NBB.EventStore.AdoNet.Multitenancy/NBB - Backup.EventStore.AdoNet.MultiTenancy.csproj b/src/EventStore/NBB.EventStore.AdoNet.Multitenancy/NBB - Backup.EventStore.AdoNet.MultiTenancy.csproj deleted file mode 100644 index 1d0fc2c8..00000000 --- a/src/EventStore/NBB.EventStore.AdoNet.Multitenancy/NBB - Backup.EventStore.AdoNet.MultiTenancy.csproj +++ /dev/null @@ -1,47 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - This package contains an event repository built with plain old Ado.Net - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/EventStore/NBB.EventStore.AdoNet/NBB - Backup.EventStore.AdoNet.csproj b/src/EventStore/NBB.EventStore.AdoNet/NBB - Backup.EventStore.AdoNet.csproj deleted file mode 100644 index a38f6cc8..00000000 --- a/src/EventStore/NBB.EventStore.AdoNet/NBB - Backup.EventStore.AdoNet.csproj +++ /dev/null @@ -1,47 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - This package contains an event repository built with plain old Ado.Net - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/EventStore/NBB.EventStore.Effects/NBB - Backup.EventStore.Effects.csproj b/src/EventStore/NBB.EventStore.Effects/NBB - Backup.EventStore.Effects.csproj deleted file mode 100644 index a422d845..00000000 --- a/src/EventStore/NBB.EventStore.Effects/NBB - Backup.EventStore.Effects.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - - net9.0 - - - - - - - - diff --git a/src/EventStore/NBB.EventStore.InMemory/NBB - Backup.EventStore.InMemory.csproj b/src/EventStore/NBB.EventStore.InMemory/NBB - Backup.EventStore.InMemory.csproj deleted file mode 100644 index 1fc46b31..00000000 --- a/src/EventStore/NBB.EventStore.InMemory/NBB - Backup.EventStore.InMemory.csproj +++ /dev/null @@ -1,11 +0,0 @@ - - - - net9.0 - - - - - - - diff --git a/src/EventStore/NBB.EventStore/NBB - Backup.EventStore.csproj b/src/EventStore/NBB.EventStore/NBB - Backup.EventStore.csproj deleted file mode 100644 index 0cf6b6fb..00000000 --- a/src/EventStore/NBB.EventStore/NBB - Backup.EventStore.csproj +++ /dev/null @@ -1,33 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - This package contains a modest implementation of an event store. - - - - - - - - - - - - - - - - - - - - - diff --git a/src/EventStore/NBB.SQLStreamStore.Migrations/NBB - Backup.SQLStreamStore.Migrations.csproj b/src/EventStore/NBB.SQLStreamStore.Migrations/NBB - Backup.SQLStreamStore.Migrations.csproj deleted file mode 100644 index c0b8dad0..00000000 --- a/src/EventStore/NBB.SQLStreamStore.Migrations/NBB - Backup.SQLStreamStore.Migrations.csproj +++ /dev/null @@ -1,28 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - Exe - net9.0 - NBB_SqlStreamStore_Migrations_cc6382af-cd19-4d46-8084-9dca6c4ab82b - - - - - - - - - - - PreserveNewest - - - - diff --git a/src/EventStore/NBB.SQLStreamStore/NBB - Backup.SQLStreamStore.csproj b/src/EventStore/NBB.SQLStreamStore/NBB - Backup.SQLStreamStore.csproj deleted file mode 100644 index f4a4a106..00000000 --- a/src/EventStore/NBB.SQLStreamStore/NBB - Backup.SQLStreamStore.csproj +++ /dev/null @@ -1,27 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - - - - - - - - - - - - - diff --git a/src/Messaging/NBB.Messaging.Abstractions/NBB - Backup.Messaging.Abstractions.csproj b/src/Messaging/NBB.Messaging.Abstractions/NBB - Backup.Messaging.Abstractions.csproj deleted file mode 100644 index a489c247..00000000 --- a/src/Messaging/NBB.Messaging.Abstractions/NBB - Backup.Messaging.Abstractions.csproj +++ /dev/null @@ -1,33 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - A few lightweight messaging abstractions - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Messaging/NBB.Messaging.BackwardCompatibility/NBB - Backup.Messaging.BackwardCompatibility.csproj b/src/Messaging/NBB.Messaging.BackwardCompatibility/NBB - Backup.Messaging.BackwardCompatibility.csproj deleted file mode 100644 index 1b39a0d8..00000000 --- a/src/Messaging/NBB.Messaging.BackwardCompatibility/NBB - Backup.Messaging.BackwardCompatibility.csproj +++ /dev/null @@ -1,16 +0,0 @@ - - - - net9.0 - - - - - - - - - - - - diff --git a/src/Messaging/NBB.Messaging.DataContracts/NBB - Backup.Messaging.DataContracts.csproj b/src/Messaging/NBB.Messaging.DataContracts/NBB - Backup.Messaging.DataContracts.csproj deleted file mode 100644 index 2d01594e..00000000 --- a/src/Messaging/NBB.Messaging.DataContracts/NBB - Backup.Messaging.DataContracts.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - - net9.0 - This package helps us formalize and instrument messaging data contracts. - - - - - - - diff --git a/src/Messaging/NBB.Messaging.Effects/NBB - Backup.Messaging.Effects.csproj b/src/Messaging/NBB.Messaging.Effects/NBB - Backup.Messaging.Effects.csproj deleted file mode 100644 index 2fee3dec..00000000 --- a/src/Messaging/NBB.Messaging.Effects/NBB - Backup.Messaging.Effects.csproj +++ /dev/null @@ -1,16 +0,0 @@ - - - - net9.0 - - - - - - - - - - - - diff --git a/src/Messaging/NBB.Messaging.InProcessMessaging/NBB - Backup.Messaging.InProcessMessaging.csproj b/src/Messaging/NBB.Messaging.InProcessMessaging/NBB - Backup.Messaging.InProcessMessaging.csproj deleted file mode 100644 index f4472b45..00000000 --- a/src/Messaging/NBB.Messaging.InProcessMessaging/NBB - Backup.Messaging.InProcessMessaging.csproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - InProcessMessaging provides in process comunication for Monolithic applications composed from decoupled bounded contexts - - - - - - - - - - - - diff --git a/src/Messaging/NBB.Messaging.MultiTenancy/NBB - Backup.Messaging.MultiTenancy.csproj b/src/Messaging/NBB.Messaging.MultiTenancy/NBB - Backup.Messaging.MultiTenancy.csproj deleted file mode 100644 index 42c51989..00000000 --- a/src/Messaging/NBB.Messaging.MultiTenancy/NBB - Backup.Messaging.MultiTenancy.csproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - net9.0 - - - - - - - - - - - - - - - - - diff --git a/src/Messaging/NBB.Messaging.Nats/NBB - Backup.Messaging.Nats.csproj b/src/Messaging/NBB.Messaging.Nats/NBB - Backup.Messaging.Nats.csproj deleted file mode 100644 index 2aba84c8..00000000 --- a/src/Messaging/NBB.Messaging.Nats/NBB - Backup.Messaging.Nats.csproj +++ /dev/null @@ -1,34 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - Nats messaging - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Messaging/NBB.Messaging.Noop/NBB - Backup.Messaging.Noop.csproj b/src/Messaging/NBB.Messaging.Noop/NBB - Backup.Messaging.Noop.csproj deleted file mode 100644 index 678ce149..00000000 --- a/src/Messaging/NBB.Messaging.Noop/NBB - Backup.Messaging.Noop.csproj +++ /dev/null @@ -1,26 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - Noop messaging - - - - - - - - - - - - - - diff --git a/src/Messaging/NBB.Messaging.OpenTelemetry/NBB - Backup.Messaging.OpenTelemetry.csproj b/src/Messaging/NBB.Messaging.OpenTelemetry/NBB - Backup.Messaging.OpenTelemetry.csproj deleted file mode 100644 index 17f76f93..00000000 --- a/src/Messaging/NBB.Messaging.OpenTelemetry/NBB - Backup.Messaging.OpenTelemetry.csproj +++ /dev/null @@ -1,20 +0,0 @@ - - - - net9.0 - - - - - - - - - - - - - - - - diff --git a/src/Messaging/NBB.Messaging.Rusi/NBB - Backup.Messaging.Rusi.csproj b/src/Messaging/NBB.Messaging.Rusi/NBB - Backup.Messaging.Rusi.csproj deleted file mode 100644 index d557cfca..00000000 --- a/src/Messaging/NBB.Messaging.Rusi/NBB - Backup.Messaging.Rusi.csproj +++ /dev/null @@ -1,46 +0,0 @@ - - - SAK - SAK - SAK - SAK - - - - net9.0 - Rusi client transport - - - - - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - <_Parameter1>$(AssemblyName).Tests - - - - diff --git a/src/MultiTenancy/NBB.MultiTenancy.Abstractions/NBB - Backup.MultiTenancy.Abstractions.csproj b/src/MultiTenancy/NBB.MultiTenancy.Abstractions/NBB - Backup.MultiTenancy.Abstractions.csproj deleted file mode 100644 index 9bac5197..00000000 --- a/src/MultiTenancy/NBB.MultiTenancy.Abstractions/NBB - Backup.MultiTenancy.Abstractions.csproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - net9.0 - - - - - - - - - - - - - - - - - diff --git a/src/MultiTenancy/NBB.MultiTenancy.AspNet/NBB - Backup.MultiTenancy.AspNet.csproj b/src/MultiTenancy/NBB.MultiTenancy.AspNet/NBB - Backup.MultiTenancy.AspNet.csproj deleted file mode 100644 index fa11ca25..00000000 --- a/src/MultiTenancy/NBB.MultiTenancy.AspNet/NBB - Backup.MultiTenancy.AspNet.csproj +++ /dev/null @@ -1,16 +0,0 @@ - - - - net9.0 - - - - - - - - - - - - diff --git a/src/MultiTenancy/NBB.MultiTenancy.Identification.Http/NBB - Backup.MultiTenancy.Identification.Http.csproj b/src/MultiTenancy/NBB.MultiTenancy.Identification.Http/NBB - Backup.MultiTenancy.Identification.Http.csproj deleted file mode 100644 index 951633a2..00000000 --- a/src/MultiTenancy/NBB.MultiTenancy.Identification.Http/NBB - Backup.MultiTenancy.Identification.Http.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - net9.0 - - - - - - - - - - - - - - - diff --git a/src/MultiTenancy/NBB.MultiTenancy.Identification.Messaging/NBB - Backup.MultiTenancy.Identification.Messaging.csproj b/src/MultiTenancy/NBB.MultiTenancy.Identification.Messaging/NBB - Backup.MultiTenancy.Identification.Messaging.csproj deleted file mode 100644 index a0112606..00000000 --- a/src/MultiTenancy/NBB.MultiTenancy.Identification.Messaging/NBB - Backup.MultiTenancy.Identification.Messaging.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - - net9.0 - - - - - - - - diff --git a/src/MultiTenancy/NBB.MultiTenancy.Identification/NBB - Backup.MultiTenancy.Identification.csproj b/src/MultiTenancy/NBB.MultiTenancy.Identification/NBB - Backup.MultiTenancy.Identification.csproj deleted file mode 100644 index 2789e77f..00000000 --- a/src/MultiTenancy/NBB.MultiTenancy.Identification/NBB - Backup.MultiTenancy.Identification.csproj +++ /dev/null @@ -1,15 +0,0 @@ - - - - net9.0 - - - - - - - - - - - diff --git a/src/Orchestration/NBB.ProcessManager.Definition/NBB - Backup.ProcessManager.Definition.csproj b/src/Orchestration/NBB.ProcessManager.Definition/NBB - Backup.ProcessManager.Definition.csproj deleted file mode 100644 index fe29cde9..00000000 --- a/src/Orchestration/NBB.ProcessManager.Definition/NBB - Backup.ProcessManager.Definition.csproj +++ /dev/null @@ -1,26 +0,0 @@ - - - - net9.0 - Process manager definition builder. - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Orchestration/NBB.ProcessManager.Runtime/NBB - Backup.ProcessManager.Runtime.csproj b/src/Orchestration/NBB.ProcessManager.Runtime/NBB - Backup.ProcessManager.Runtime.csproj deleted file mode 100644 index 892bf042..00000000 --- a/src/Orchestration/NBB.ProcessManager.Runtime/NBB - Backup.ProcessManager.Runtime.csproj +++ /dev/null @@ -1,20 +0,0 @@ - - - - net9.0 - - - - - - - - - - - - - - - - diff --git a/src/Projections/NBB.ProjectR/NBB - Backup.ProjectR.csproj b/src/Projections/NBB.ProjectR/NBB - Backup.ProjectR.csproj deleted file mode 100644 index ff0dbede..00000000 --- a/src/Projections/NBB.ProjectR/NBB - Backup.ProjectR.csproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - net9.0 - - - - - - - - - - - - - - - - - diff --git a/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.ServiceIdentifier/NBB - Backup.Tools.Serilog.Enrichers.ServiceIdentifier.csproj b/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.ServiceIdentifier/NBB - Backup.Tools.Serilog.Enrichers.ServiceIdentifier.csproj deleted file mode 100644 index 021174ef..00000000 --- a/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.ServiceIdentifier/NBB - Backup.Tools.Serilog.Enrichers.ServiceIdentifier.csproj +++ /dev/null @@ -1,11 +0,0 @@ - - - - net9.0 - - - - - - - diff --git a/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.TenantId/NBB - Backup.Tools.Serilog.Enrichers.TenantId.csproj b/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.TenantId/NBB - Backup.Tools.Serilog.Enrichers.TenantId.csproj deleted file mode 100644 index a185366b..00000000 --- a/src/Tools/Serilog/NBB.Tools.Serilog.Enrichers.TenantId/NBB - Backup.Tools.Serilog.Enrichers.TenantId.csproj +++ /dev/null @@ -1,14 +0,0 @@ - - - - net9.0 - - - - - - - - - - diff --git a/src/Tools/Serilog/NBB.Tools.Serilog.OpenTelemetryTracingSink/NBB - Backup.Tools.Serilog.OpenTelemetryTracingSink.csproj b/src/Tools/Serilog/NBB.Tools.Serilog.OpenTelemetryTracingSink/NBB - Backup.Tools.Serilog.OpenTelemetryTracingSink.csproj deleted file mode 100644 index a71f3057..00000000 --- a/src/Tools/Serilog/NBB.Tools.Serilog.OpenTelemetryTracingSink/NBB - Backup.Tools.Serilog.OpenTelemetryTracingSink.csproj +++ /dev/null @@ -1,11 +0,0 @@ - - - - net9.0 - - - - - - - diff --git a/test/Integration/NBB.EventStore.IntegrationTests/NBB - Backup.EventStore.IntegrationTests.csproj b/test/Integration/NBB.EventStore.IntegrationTests/NBB - Backup.EventStore.IntegrationTests.csproj deleted file mode 100644 index f3c46826..00000000 --- a/test/Integration/NBB.EventStore.IntegrationTests/NBB - Backup.EventStore.IntegrationTests.csproj +++ /dev/null @@ -1,54 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - Library - net9.0 - NBB_EventStoreIntegrationTests_1b7f48bb-0e9a-4219-b794-1788abaf788e - - - - - - - - - - PreserveNewest - - - - - - - - - - - - - - - - - - - - - - - - - - - Never - - - - diff --git a/test/Integration/NBB.Messaging.Rusi.IntegrationTests/NBB - Backup.Messaging.Rusi.IntegrationTests.csproj b/test/Integration/NBB.Messaging.Rusi.IntegrationTests/NBB - Backup.Messaging.Rusi.IntegrationTests.csproj deleted file mode 100644 index 613300fb..00000000 --- a/test/Integration/NBB.Messaging.Rusi.IntegrationTests/NBB - Backup.Messaging.Rusi.IntegrationTests.csproj +++ /dev/null @@ -1,48 +0,0 @@ - - - - net9.0 - enable - enable - - false - - - - - - - - - PreserveNewest - true - PreserveNewest - - - - - - - - - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - diff --git a/test/UnitTests/Application/NBB.Application.Effects.Tests/NBB - Backup.Application.Effects.Tests.csproj b/test/UnitTests/Application/NBB.Application.Effects.Tests/NBB - Backup.Application.Effects.Tests.csproj deleted file mode 100644 index 14e75550..00000000 --- a/test/UnitTests/Application/NBB.Application.Effects.Tests/NBB - Backup.Application.Effects.Tests.csproj +++ /dev/null @@ -1,26 +0,0 @@ - - - - net9.0 - - false - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - diff --git a/test/UnitTests/Application/NBB.Application.Mediator.FSharp.Tests/NBB - Backup.Application.Mediator.FSharp.Tests.fsproj b/test/UnitTests/Application/NBB.Application.Mediator.FSharp.Tests/NBB - Backup.Application.Mediator.FSharp.Tests.fsproj deleted file mode 100644 index 3c525648..00000000 --- a/test/UnitTests/Application/NBB.Application.Mediator.FSharp.Tests/NBB - Backup.Application.Mediator.FSharp.Tests.fsproj +++ /dev/null @@ -1,40 +0,0 @@ - - - - net9.0 - - false - false - - - - - - - - - - - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - diff --git a/test/UnitTests/Core/NBB.Core.Configuration.Tests/NBB - Backup.Core.Configuration.Tests.csproj b/test/UnitTests/Core/NBB.Core.Configuration.Tests/NBB - Backup.Core.Configuration.Tests.csproj deleted file mode 100644 index 22ed7174..00000000 --- a/test/UnitTests/Core/NBB.Core.Configuration.Tests/NBB - Backup.Core.Configuration.Tests.csproj +++ /dev/null @@ -1,26 +0,0 @@ - - - - net9.0 - enable - - false - - - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - diff --git a/test/UnitTests/Core/NBB.Core.Effects.FSharp.Tests/NBB - Backup.Core.Effects.FSharp.Tests.fsproj b/test/UnitTests/Core/NBB.Core.Effects.FSharp.Tests/NBB - Backup.Core.Effects.FSharp.Tests.fsproj deleted file mode 100644 index affd2851..00000000 --- a/test/UnitTests/Core/NBB.Core.Effects.FSharp.Tests/NBB - Backup.Core.Effects.FSharp.Tests.fsproj +++ /dev/null @@ -1,34 +0,0 @@ - - - - net9.0 - - false - false - - - - - - - - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - diff --git a/test/UnitTests/Core/NBB.Core.Effects.Tests/NBB - Backup.Core.Effects.Tests.csproj b/test/UnitTests/Core/NBB.Core.Effects.Tests/NBB - Backup.Core.Effects.Tests.csproj deleted file mode 100644 index 2dadcad7..00000000 --- a/test/UnitTests/Core/NBB.Core.Effects.Tests/NBB - Backup.Core.Effects.Tests.csproj +++ /dev/null @@ -1,26 +0,0 @@ - - - - net9.0 - - false - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - diff --git a/test/UnitTests/Core/NBB.Core.Evented.FSharp.Tests/NBB - Backup.Core.Evented.FSharp.Tests.fsproj b/test/UnitTests/Core/NBB.Core.Evented.FSharp.Tests/NBB - Backup.Core.Evented.FSharp.Tests.fsproj deleted file mode 100644 index 80735eeb..00000000 --- a/test/UnitTests/Core/NBB.Core.Evented.FSharp.Tests/NBB - Backup.Core.Evented.FSharp.Tests.fsproj +++ /dev/null @@ -1,35 +0,0 @@ - - - - net9.0 - - false - false - - - - - - - - - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - diff --git a/test/UnitTests/Core/NBB.Core.Pipeline.Tests/NBB - Backup.Core.Pipeline.Tests.csproj b/test/UnitTests/Core/NBB.Core.Pipeline.Tests/NBB - Backup.Core.Pipeline.Tests.csproj deleted file mode 100644 index 10a10e8c..00000000 --- a/test/UnitTests/Core/NBB.Core.Pipeline.Tests/NBB - Backup.Core.Pipeline.Tests.csproj +++ /dev/null @@ -1,22 +0,0 @@ - - - - net9.0 - - false - - - - - - - - - - - - - - - - diff --git a/test/UnitTests/Data/NBB.Data.EntityFramework.MultiTenancy.Tests/NBB - Backup.Data.EntityFramework.MultiTenancy.Tests.csproj b/test/UnitTests/Data/NBB.Data.EntityFramework.MultiTenancy.Tests/NBB - Backup.Data.EntityFramework.MultiTenancy.Tests.csproj deleted file mode 100644 index 41013703..00000000 --- a/test/UnitTests/Data/NBB.Data.EntityFramework.MultiTenancy.Tests/NBB - Backup.Data.EntityFramework.MultiTenancy.Tests.csproj +++ /dev/null @@ -1,31 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - - - - - - - - - - - - - - - - - diff --git a/test/UnitTests/Data/NBB.Data.EntityFramework.Tests/NBB - Backup.Data.EntityFramework.Tests.csproj b/test/UnitTests/Data/NBB.Data.EntityFramework.Tests/NBB - Backup.Data.EntityFramework.Tests.csproj deleted file mode 100644 index df25ec7b..00000000 --- a/test/UnitTests/Data/NBB.Data.EntityFramework.Tests/NBB - Backup.Data.EntityFramework.Tests.csproj +++ /dev/null @@ -1,27 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - - - - - - - - - - - - - diff --git a/test/UnitTests/Data/NBB.Data.EventSourcing.Tests/NBB - Backup.Data.EventSourcing.Tests.csproj b/test/UnitTests/Data/NBB.Data.EventSourcing.Tests/NBB - Backup.Data.EventSourcing.Tests.csproj deleted file mode 100644 index 4f7a105c..00000000 --- a/test/UnitTests/Data/NBB.Data.EventSourcing.Tests/NBB - Backup.Data.EventSourcing.Tests.csproj +++ /dev/null @@ -1,27 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - - - - - - - - - - - - - diff --git a/test/UnitTests/Domain/NBB.Domain.Tests/NBB - Backup.Domain.Tests.csproj b/test/UnitTests/Domain/NBB.Domain.Tests/NBB - Backup.Domain.Tests.csproj deleted file mode 100644 index f21ef03e..00000000 --- a/test/UnitTests/Domain/NBB.Domain.Tests/NBB - Backup.Domain.Tests.csproj +++ /dev/null @@ -1,30 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - - - - - - - - - - - - - - - - diff --git a/test/UnitTests/EventStore/NBB.EventStore.AdoNet.Tests/NBB - Backup.EventStore.AdoNet.Tests.csproj b/test/UnitTests/EventStore/NBB.EventStore.AdoNet.Tests/NBB - Backup.EventStore.AdoNet.Tests.csproj deleted file mode 100644 index e88b58f8..00000000 --- a/test/UnitTests/EventStore/NBB.EventStore.AdoNet.Tests/NBB - Backup.EventStore.AdoNet.Tests.csproj +++ /dev/null @@ -1,30 +0,0 @@ - - - - net9.0 - false - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - - - - - - diff --git a/test/UnitTests/EventStore/NBB.EventStore.InMemory.Tests/NBB - Backup.EventStore.InMemory.Tests.csproj b/test/UnitTests/EventStore/NBB.EventStore.InMemory.Tests/NBB - Backup.EventStore.InMemory.Tests.csproj deleted file mode 100644 index 21fb057d..00000000 --- a/test/UnitTests/EventStore/NBB.EventStore.InMemory.Tests/NBB - Backup.EventStore.InMemory.Tests.csproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - net9.0 - - false - - - - - - - - - - - - - - - diff --git a/test/UnitTests/EventStore/NBB.EventStore.Tests/NBB - Backup.EventStore.Tests.csproj b/test/UnitTests/EventStore/NBB.EventStore.Tests/NBB - Backup.EventStore.Tests.csproj deleted file mode 100644 index 6290b997..00000000 --- a/test/UnitTests/EventStore/NBB.EventStore.Tests/NBB - Backup.EventStore.Tests.csproj +++ /dev/null @@ -1,32 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - net9.0 - - - - - - - - - - - - - - - - - C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.extensions.logging.abstractions\2.0.0\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll - - - - diff --git a/test/UnitTests/Http/NBB.Http.Effects.Tests/NBB - Backup.Http.Effects.Tests.csproj b/test/UnitTests/Http/NBB.Http.Effects.Tests/NBB - Backup.Http.Effects.Tests.csproj deleted file mode 100644 index aa4b10bc..00000000 --- a/test/UnitTests/Http/NBB.Http.Effects.Tests/NBB - Backup.Http.Effects.Tests.csproj +++ /dev/null @@ -1,27 +0,0 @@ - - - - net9.0 - - false - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - diff --git a/test/UnitTests/Messaging/NBB.Messaging.Abstractions.Tests/NBB - Backup.Messaging.Abstractions.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.Abstractions.Tests/NBB - Backup.Messaging.Abstractions.Tests.csproj deleted file mode 100644 index d14d7eb8..00000000 --- a/test/UnitTests/Messaging/NBB.Messaging.Abstractions.Tests/NBB - Backup.Messaging.Abstractions.Tests.csproj +++ /dev/null @@ -1,29 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - Exe - net9.0 - - - - - - - - - - - - - - - - - diff --git a/test/UnitTests/Messaging/NBB.Messaging.DataContracts.Tests/NBB - Backup.Messaging.DataContracts.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.DataContracts.Tests/NBB - Backup.Messaging.DataContracts.Tests.csproj deleted file mode 100644 index 7ae693d0..00000000 --- a/test/UnitTests/Messaging/NBB.Messaging.DataContracts.Tests/NBB - Backup.Messaging.DataContracts.Tests.csproj +++ /dev/null @@ -1,22 +0,0 @@ - - - - net9.0 - - false - - - - - - - - - - - - - - - - diff --git a/test/UnitTests/Messaging/NBB.Messaging.Effects.Tests/NBB - Backup.Messaging.Effects.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.Effects.Tests/NBB - Backup.Messaging.Effects.Tests.csproj deleted file mode 100644 index 39d24338..00000000 --- a/test/UnitTests/Messaging/NBB.Messaging.Effects.Tests/NBB - Backup.Messaging.Effects.Tests.csproj +++ /dev/null @@ -1,26 +0,0 @@ - - - - net9.0 - - false - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - diff --git a/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/NBB - Backup.Messaging.Host.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/NBB - Backup.Messaging.Host.Tests.csproj deleted file mode 100644 index 60be3475..00000000 --- a/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/NBB - Backup.Messaging.Host.Tests.csproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - net9.0 - - false - - - - - - - - - - - - - - - diff --git a/test/UnitTests/Messaging/NBB.Messaging.InProcessMessaging.Tests/NBB - Backup.Messaging.InProcessMessaging.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.InProcessMessaging.Tests/NBB - Backup.Messaging.InProcessMessaging.Tests.csproj deleted file mode 100644 index 8a52f267..00000000 --- a/test/UnitTests/Messaging/NBB.Messaging.InProcessMessaging.Tests/NBB - Backup.Messaging.InProcessMessaging.Tests.csproj +++ /dev/null @@ -1,30 +0,0 @@ - - - - SAK - SAK - SAK - SAK - - - - Exe - net9.0 - - - - - - - - - - - - - - - - - - diff --git a/test/UnitTests/Messaging/NBB.Messaging.MultiTenancy.Tests/NBB - Backup.Messaging.MultiTenancy.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.MultiTenancy.Tests/NBB - Backup.Messaging.MultiTenancy.Tests.csproj deleted file mode 100644 index 02888ba5..00000000 --- a/test/UnitTests/Messaging/NBB.Messaging.MultiTenancy.Tests/NBB - Backup.Messaging.MultiTenancy.Tests.csproj +++ /dev/null @@ -1,29 +0,0 @@ - - - - net9.0 - - false - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - diff --git a/test/UnitTests/Messaging/NBB.Messaging.Rusi.Tests/NBB - Backup.Messaging.Rusi.Tests.csproj b/test/UnitTests/Messaging/NBB.Messaging.Rusi.Tests/NBB - Backup.Messaging.Rusi.Tests.csproj deleted file mode 100644 index d25cb144..00000000 --- a/test/UnitTests/Messaging/NBB.Messaging.Rusi.Tests/NBB - Backup.Messaging.Rusi.Tests.csproj +++ /dev/null @@ -1,22 +0,0 @@ - - - - net9.0 - - false - - - - - - - - - - - - - - - - diff --git a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Configuration.Tests/NBB - Backup.MultiTenancy.Abstractions.Tests.csproj b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Configuration.Tests/NBB - Backup.MultiTenancy.Abstractions.Tests.csproj deleted file mode 100644 index d68a4d7f..00000000 --- a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Configuration.Tests/NBB - Backup.MultiTenancy.Abstractions.Tests.csproj +++ /dev/null @@ -1,27 +0,0 @@ - - - - net9.0 - false - - - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - diff --git a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Http.Tests/NBB - Backup.MultiTenancy.Identification.Http.Tests.csproj b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Http.Tests/NBB - Backup.MultiTenancy.Identification.Http.Tests.csproj deleted file mode 100644 index 9c919379..00000000 --- a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Http.Tests/NBB - Backup.MultiTenancy.Identification.Http.Tests.csproj +++ /dev/null @@ -1,25 +0,0 @@ - - - - net9.0 - - false - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - diff --git a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Messaging.Tests/NBB - Backup.MultiTenancy.Identification.Messaging.Tests.csproj b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Messaging.Tests/NBB - Backup.MultiTenancy.Identification.Messaging.Tests.csproj deleted file mode 100644 index 5c363c49..00000000 --- a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Messaging.Tests/NBB - Backup.MultiTenancy.Identification.Messaging.Tests.csproj +++ /dev/null @@ -1,25 +0,0 @@ - - - - net9.0 - - false - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - diff --git a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/NBB - Backup.MultiTenancy.Identification.Tests.csproj b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/NBB - Backup.MultiTenancy.Identification.Tests.csproj deleted file mode 100644 index 2f849580..00000000 --- a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/NBB - Backup.MultiTenancy.Identification.Tests.csproj +++ /dev/null @@ -1,26 +0,0 @@ - - - - net9.0 - - false - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - diff --git a/test/UnitTests/NBB.Core.FSharp.Tests/NBB - Backup.Core.FSharp.Tests.fsproj b/test/UnitTests/NBB.Core.FSharp.Tests/NBB - Backup.Core.FSharp.Tests.fsproj deleted file mode 100644 index e32d2ee0..00000000 --- a/test/UnitTests/NBB.Core.FSharp.Tests/NBB - Backup.Core.FSharp.Tests.fsproj +++ /dev/null @@ -1,20 +0,0 @@ - - - - net9.0 - - false - false - - - - - - - - - - - - - diff --git a/test/UnitTests/Orchestration/NBB.ProcessManager.Tests/NBB - Backup.ProcessManager.Tests.csproj b/test/UnitTests/Orchestration/NBB.ProcessManager.Tests/NBB - Backup.ProcessManager.Tests.csproj deleted file mode 100644 index 7335ec6e..00000000 --- a/test/UnitTests/Orchestration/NBB.ProcessManager.Tests/NBB - Backup.ProcessManager.Tests.csproj +++ /dev/null @@ -1,23 +0,0 @@ - - - - net9.0 - false - - - - - - - - - - - - - - - - - - diff --git a/test/UnitTests/Tools/NBB.Tools.Serilog.Enrichers.TenantId.Tests/NBB - Backup.Tools.Serilog.Enrichers.TenantId.Tests.csproj b/test/UnitTests/Tools/NBB.Tools.Serilog.Enrichers.TenantId.Tests/NBB - Backup.Tools.Serilog.Enrichers.TenantId.Tests.csproj deleted file mode 100644 index 9a394a13..00000000 --- a/test/UnitTests/Tools/NBB.Tools.Serilog.Enrichers.TenantId.Tests/NBB - Backup.Tools.Serilog.Enrichers.TenantId.Tests.csproj +++ /dev/null @@ -1,27 +0,0 @@ - - - - net9.0 - false - - - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - From 2b55b52ac79b23ccdea7cbc8444bcd1eee5c7a3e Mon Sep 17 00:00:00 2001 From: fraliv13 <5892139+fraliv13@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:28:26 +0200 Subject: [PATCH 5/6] Fix warnings --- .../Publisher/OpenTelemetryPublisherDecorator.cs | 2 +- .../Subscriber/OpenTelemetrySubscriberDecorator.cs | 2 +- .../Internal/OpenTelemetryTracingSink.cs | 4 ++-- .../Core/NBB.Core.Pipeline.Tests/PipelineTests.cs | 12 ++++++------ .../MessagingPipeline/CorrelationMiddlewareTests.cs | 8 ++++---- .../DefaultResiliencyMiddlewareTests.cs | 2 +- .../ExceptionHandlingMiddlewareTests.cs | 6 +++--- .../MessagingPipeline/MediatRMiddlewareTests.cs | 8 ++++---- .../SchemaMessageValidatorMiddlewareTests.cs | 4 ++-- .../MessageBusPublisherDecoratorTests.cs | 4 ++-- .../TenantIdHeaderMessagingTokenResolverTests.cs | 9 +++++---- .../Identifiers/IdTenantIdentifierTests.cs | 5 +++-- .../Services/TenantServiceTests.cs | 12 ++++++------ 13 files changed, 40 insertions(+), 38 deletions(-) diff --git a/src/Messaging/NBB.Messaging.OpenTelemetry/Publisher/OpenTelemetryPublisherDecorator.cs b/src/Messaging/NBB.Messaging.OpenTelemetry/Publisher/OpenTelemetryPublisherDecorator.cs index d7093c7c..6ac2598e 100644 --- a/src/Messaging/NBB.Messaging.OpenTelemetry/Publisher/OpenTelemetryPublisherDecorator.cs +++ b/src/Messaging/NBB.Messaging.OpenTelemetry/Publisher/OpenTelemetryPublisherDecorator.cs @@ -63,7 +63,7 @@ await _inner.PublishAsync(message, options with { EnvelopeCustomizer = NewCustom catch (Exception exception) { activity?.SetStatus(ActivityStatusCode.Error, exception.Message); - activity?.RecordException(exception); + activity?.AddException(exception); throw; } } diff --git a/src/Messaging/NBB.Messaging.OpenTelemetry/Subscriber/OpenTelemetrySubscriberDecorator.cs b/src/Messaging/NBB.Messaging.OpenTelemetry/Subscriber/OpenTelemetrySubscriberDecorator.cs index f3fafaa0..4e0110cd 100644 --- a/src/Messaging/NBB.Messaging.OpenTelemetry/Subscriber/OpenTelemetrySubscriberDecorator.cs +++ b/src/Messaging/NBB.Messaging.OpenTelemetry/Subscriber/OpenTelemetrySubscriberDecorator.cs @@ -57,7 +57,7 @@ async Task NewHandler(MessagingEnvelope incommingEnvelope) catch (Exception exception) { activity?.SetStatus(ActivityStatusCode.Error, exception.Message); - activity?.RecordException(exception); + activity?.AddException(exception); throw; } } diff --git a/src/Tools/Serilog/NBB.Tools.Serilog.OpenTelemetryTracingSink/Internal/OpenTelemetryTracingSink.cs b/src/Tools/Serilog/NBB.Tools.Serilog.OpenTelemetryTracingSink/Internal/OpenTelemetryTracingSink.cs index c66dda5a..9187eccb 100644 --- a/src/Tools/Serilog/NBB.Tools.Serilog.OpenTelemetryTracingSink/Internal/OpenTelemetryTracingSink.cs +++ b/src/Tools/Serilog/NBB.Tools.Serilog.OpenTelemetryTracingSink/Internal/OpenTelemetryTracingSink.cs @@ -52,12 +52,12 @@ public void Emit(LogEvent logEvent) if (logEvent.Exception != null) { - activity.RecordException(logEvent.Exception); + activity.AddException(logEvent.Exception); } } catch (Exception logException) { - activity.RecordException(logException); + activity.AddException(logException); } } } diff --git a/test/UnitTests/Core/NBB.Core.Pipeline.Tests/PipelineTests.cs b/test/UnitTests/Core/NBB.Core.Pipeline.Tests/PipelineTests.cs index b8c1ebcd..a8a79867 100644 --- a/test/UnitTests/Core/NBB.Core.Pipeline.Tests/PipelineTests.cs +++ b/test/UnitTests/Core/NBB.Core.Pipeline.Tests/PipelineTests.cs @@ -16,7 +16,7 @@ namespace NBB.Core.Pipeline.Tests public class PipelineTests { [Fact] - public async void Should_execute_nesting_in_order_class_middleware() + public async Task Should_execute_nesting_in_order_class_middleware() { //Arrange var mockedServiceProvider = Mock.Of(); @@ -35,7 +35,7 @@ public async void Should_execute_nesting_in_order_class_middleware() } [Fact] - public async void Should_execute_nesting_in_order_inline() + public async Task Should_execute_nesting_in_order_inline() { //Arrange var mockedServiceProvider = Mock.Of(); @@ -67,7 +67,7 @@ public async void Should_execute_nesting_in_order_inline() [Fact] - public async void Should_support_constructor_injection_in_middleware() + public async Task Should_support_constructor_injection_in_middleware() { //Arrange var mockedServiceProvider = Mock.Of(sp => @@ -87,7 +87,7 @@ public async void Should_support_constructor_injection_in_middleware() } [Fact] - public async void Should_pass_execution_parameters_to_middleware() + public async Task Should_pass_execution_parameters_to_middleware() { //Arrange var mockedServiceProvider = Mock.Of(); @@ -125,7 +125,7 @@ public async void Should_pass_execution_parameters_to_middleware() } [Fact] - public async void Should_not_swallow_exception_async() + public async Task Should_not_swallow_exception_async() { //Arrange var mockedServiceProvider = Mock.Of(); @@ -185,7 +185,7 @@ public void Should_not_burry_exception_sync() } [Fact] - public async void Should_build_pipeline_in_container_scope() + public async Task Should_build_pipeline_in_container_scope() { //Arrange var services = new ServiceCollection(); diff --git a/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/CorrelationMiddlewareTests.cs b/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/CorrelationMiddlewareTests.cs index 9a37d3a4..240130d9 100644 --- a/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/CorrelationMiddlewareTests.cs +++ b/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/CorrelationMiddlewareTests.cs @@ -14,7 +14,7 @@ public class CorrelationMiddlewareTests { // IntegrationTest (integrates with CorrelationManager) [Fact] - public async void Should_setNewCorrelationId() + public async Task Should_setNewCorrelationId() { //Arrange var correlationMiddleWare = new CorrelationMiddleware(); @@ -34,7 +34,7 @@ public async void Should_setNewCorrelationId() // IntegrationTest (integrates with CorrelationManager) [Fact] - public async void Should_takeCorrelationIdFromMessage() + public async Task Should_takeCorrelationIdFromMessage() { //Arrange var correlationMiddleWare = new CorrelationMiddleware(); @@ -53,7 +53,7 @@ public async void Should_takeCorrelationIdFromMessage() } [Fact] - public async void Should_callNextPipelineMiddleware() + public async Task Should_callNextPipelineMiddleware() { //Arrange var correlationMiddleWare = new CorrelationMiddleware(); @@ -71,4 +71,4 @@ public async void Should_callNextPipelineMiddleware() isNextMiddlewareCalled.Should().BeTrue(); } } -} \ No newline at end of file +} diff --git a/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/DefaultResiliencyMiddlewareTests.cs b/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/DefaultResiliencyMiddlewareTests.cs index 0509fc21..a29ac20a 100644 --- a/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/DefaultResiliencyMiddlewareTests.cs +++ b/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/DefaultResiliencyMiddlewareTests.cs @@ -14,7 +14,7 @@ namespace NBB.Messaging.Host.Tests.MessagingPipeline public class DefaultResiliencyMiddlewareTests { [Fact] - public async void Should_callNextPipelineMiddleware() + public async Task Should_callNextPipelineMiddleware() { //Arrange var resiliencyMiddleware = new DefaultResiliencyMiddleware( diff --git a/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/ExceptionHandlingMiddlewareTests.cs b/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/ExceptionHandlingMiddlewareTests.cs index 3ba344c2..3d434a56 100644 --- a/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/ExceptionHandlingMiddlewareTests.cs +++ b/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/ExceptionHandlingMiddlewareTests.cs @@ -14,7 +14,7 @@ namespace NBB.Messaging.Host.Tests.MessagingPipeline public class ExceptionHandlingMiddlewareTests { [Fact] - public async void Should_logSuccessMessage() + public async Task Should_logSuccessMessage() { //Arrange var mockedLogger = Mock.Of>(); @@ -34,7 +34,7 @@ public async void Should_logSuccessMessage() } [Fact] - public async void Should_logErrorMessageWhenExceptionIsThrown() + public async Task Should_logErrorMessageWhenExceptionIsThrown() { //Arrange var mockedLogger = Mock.Of>(); @@ -61,7 +61,7 @@ public async void Should_logErrorMessageWhenExceptionIsThrown() } [Fact] - public async void Should_callNextPipelineMiddleware() + public async Task Should_callNextPipelineMiddleware() { //Arrange diff --git a/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/MediatRMiddlewareTests.cs b/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/MediatRMiddlewareTests.cs index 06dde174..2a272328 100644 --- a/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/MediatRMiddlewareTests.cs +++ b/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/MediatRMiddlewareTests.cs @@ -14,7 +14,7 @@ namespace NBB.Messaging.Host.Tests.MessagingPipeline public class MediatRMiddlewareTests { [Fact] - public async void Should_publishEventsToMediatR() + public async Task Should_publishEventsToMediatR() { //Arrange var mockedMediator = Mock.Of(); @@ -34,7 +34,7 @@ public async void Should_publishEventsToMediatR() } [Fact] - public async void Should_sendCommandsToMediatR() + public async Task Should_sendCommandsToMediatR() { //Arrange var mockedMediator = Mock.Of(); @@ -54,7 +54,7 @@ public async void Should_sendCommandsToMediatR() } [Fact] - public async void Should_throwExceptionForUnhandledMessageType() + public async Task Should_throwExceptionForUnhandledMessageType() { //Arrange var mediatRMiddleware = new MediatRMiddleware(Mock.Of()); @@ -75,7 +75,7 @@ public async void Should_throwExceptionForUnhandledMessageType() } [Fact] - public async void Should_callNextPipelineMiddleware() + public async Task Should_callNextPipelineMiddleware() { //Arrange var mediatRMiddleware = new MediatRMiddleware(Mock.Of()); diff --git a/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/SchemaMessageValidatorMiddlewareTests.cs b/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/SchemaMessageValidatorMiddlewareTests.cs index fb0a854e..29800e09 100644 --- a/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/SchemaMessageValidatorMiddlewareTests.cs +++ b/test/UnitTests/Messaging/NBB.Messaging.Host.Tests/MessagingPipeline/SchemaMessageValidatorMiddlewareTests.cs @@ -12,7 +12,7 @@ namespace NBB.Messaging.Host.Tests.MessagingPipeline public class SchemaMessageValidatorMiddlewareTests { [Fact] - public async void Should_throwExceptionWhenAHeaderFieldIsNotProvided() + public async Task Should_throwExceptionWhenAHeaderFieldIsNotProvided() { //Arrange var schemaMessageValidationMiddleware = new SchemaMessageValidatorMiddleware(); @@ -34,7 +34,7 @@ public async void Should_throwExceptionWhenAHeaderFieldIsNotProvided() } [Fact] - public async void Should_callNextPipelineMiddlewareWhenAllHeaderFieldsAreProvided() + public async Task Should_callNextPipelineMiddlewareWhenAllHeaderFieldsAreProvided() { //Arrange bool isNextMiddlewareCalled = false; diff --git a/test/UnitTests/Messaging/NBB.Messaging.MultiTenancy.Tests/MessageBusPublisherDecoratorTests.cs b/test/UnitTests/Messaging/NBB.Messaging.MultiTenancy.Tests/MessageBusPublisherDecoratorTests.cs index 6d6a29d8..314ebddb 100644 --- a/test/UnitTests/Messaging/NBB.Messaging.MultiTenancy.Tests/MessageBusPublisherDecoratorTests.cs +++ b/test/UnitTests/Messaging/NBB.Messaging.MultiTenancy.Tests/MessageBusPublisherDecoratorTests.cs @@ -19,7 +19,7 @@ namespace NBB.Messaging.MultiTenancy.Tests public class MessageBusPublisherDecoratorTests { [Fact] - public async void ShouldCallInnerPublisher() + public async Task ShouldCallInnerPublisher() { // Arrange var publisherMock = new Mock(); @@ -39,7 +39,7 @@ public async void ShouldCallInnerPublisher() } [Fact] - public async void ShouldSetTenantIdInEnvelopeHeader() + public async Task ShouldSetTenantIdInEnvelopeHeader() { // Arrange var tenantId = Guid.NewGuid(); diff --git a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Messaging.Tests/TenantIdHeaderMessagingTokenResolverTests.cs b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Messaging.Tests/TenantIdHeaderMessagingTokenResolverTests.cs index 9a49fdfb..df812d98 100644 --- a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Messaging.Tests/TenantIdHeaderMessagingTokenResolverTests.cs +++ b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Messaging.Tests/TenantIdHeaderMessagingTokenResolverTests.cs @@ -2,6 +2,7 @@ // This source code is licensed under the MIT license. using System.Collections.Generic; +using System.Threading.Tasks; using FluentAssertions; using NBB.Messaging.Abstractions; using Xunit; @@ -24,7 +25,7 @@ public TenantIdHeaderMessagingTokenResolverTests() } [Fact] - public void Should_Resolve_Token_FromHeader() + public async Task Should_Resolve_Token_FromHeader() { // Arrange const string key = "test token key"; @@ -33,21 +34,21 @@ public void Should_Resolve_Token_FromHeader() var sut = new TenantIdHeaderMessagingTokenResolver(_mockMessagingContextAccessor, key); // Act - var result = sut.GetTenantToken().Result; + var result = await sut.GetTenantToken(); // Assert result.Should().Be(value); } [Fact] - public void Should_Return_Null_For_Bad_Keys() + public async Task Should_Return_Null_For_Bad_Keys() { // Arrange const string key = "bad token key"; var sut = new TenantIdHeaderMessagingTokenResolver(_mockMessagingContextAccessor, key); // Act - var result= sut.GetTenantToken().Result; + var result = await sut.GetTenantToken(); // Assert result.Should().BeNull(); diff --git a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/Identifiers/IdTenantIdentifierTests.cs b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/Identifiers/IdTenantIdentifierTests.cs index 9ac92a5d..03438fba 100644 --- a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/Identifiers/IdTenantIdentifierTests.cs +++ b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/Identifiers/IdTenantIdentifierTests.cs @@ -4,6 +4,7 @@ using FluentAssertions; using NBB.MultiTenancy.Identification.Identifiers; using System; +using System.Threading.Tasks; using Xunit; namespace NBB.MultiTenancy.Identification.Tests.Identifiers @@ -11,14 +12,14 @@ namespace NBB.MultiTenancy.Identification.Tests.Identifiers public class IdTenantIdentifierTests { [Fact] - public void Should_Return_Given_Guid() + public async Task Should_Return_Given_Guid() { // Arrange var sut = new IdTenantIdentifier(); var testGuid = Guid.NewGuid(); // Act - var tenantId = sut.GetTenantIdAsync(testGuid.ToString()).Result; + var tenantId = await sut.GetTenantIdAsync(testGuid.ToString()); // Assert tenantId.Should().Be(testGuid); diff --git a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/Services/TenantServiceTests.cs b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/Services/TenantServiceTests.cs index 5707c1e8..a4630d09 100644 --- a/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/Services/TenantServiceTests.cs +++ b/test/UnitTests/MultiTenancy/NBB.MultiTenancy.Identification.Tests/Services/TenantServiceTests.cs @@ -47,7 +47,7 @@ public void Should_Throw_TenantNotFoundException_If_All_Resolvers_Return_Null() } [Fact] - public void Should_Pass_Token_And_Stop() + public async Task Should_Pass_Token_And_Stop() { // Arrange const string tenantToken = "mock token"; @@ -60,14 +60,14 @@ public void Should_Pass_Token_And_Stop() var sut = new DefaultTenantIdentificationService(new List() { firstPair, secondPair, thirdPair }); // Act - _ = sut.GetTenantIdAsync().Result; + _ = await sut.GetTenantIdAsync(); // Assert _identifier.Verify(i => i.GetTenantIdAsync(It.Is(s => string.Equals(s, tenantToken))), Times.Once()); } [Fact] - public void Try_Method_Should_Return_Null_If_All_Resolvers_Return_Null() + public async Task Try_Method_Should_Return_Null_If_All_Resolvers_Return_Null() { // Arrange _firstResolver.Setup(r => r.GetTenantToken()).Returns(Task.FromResult(null)); @@ -77,14 +77,14 @@ public void Try_Method_Should_Return_Null_If_All_Resolvers_Return_Null() var sut = new DefaultTenantIdentificationService(new List() { identifierPair }); // Act - var result = sut.TryGetTenantIdAsync().Result; + var result = await sut.TryGetTenantIdAsync(); // Assert result.Should().BeNull(); } [Fact] - public void Try_Method_Should_Pass_Token_And_Stop() + public async Task Try_Method_Should_Pass_Token_And_Stop() { // Arrange const string tenantToken = "mock token"; @@ -97,7 +97,7 @@ public void Try_Method_Should_Pass_Token_And_Stop() var sut = new DefaultTenantIdentificationService(new List() { firstPair, secondPair, thirdPair }); // Act - _ = sut.TryGetTenantIdAsync().Result; + _ = await sut.TryGetTenantIdAsync(); // Assert _identifier.Verify(i => i.GetTenantIdAsync(It.Is(s => string.Equals(s, tenantToken))), Times.Once()); From 3df64f44bbd5b75d69e58c419026f254de541167 Mon Sep 17 00:00:00 2001 From: fraliv13 <5892139+fraliv13@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:35:43 +0200 Subject: [PATCH 6/6] removed unused file --- .../ProcessManagerSample - Backup.csproj | 46 ------------------- 1 file changed, 46 deletions(-) delete mode 100644 samples/Orchestration/ProcessManagerSample/ProcessManagerSample - Backup.csproj diff --git a/samples/Orchestration/ProcessManagerSample/ProcessManagerSample - Backup.csproj b/samples/Orchestration/ProcessManagerSample/ProcessManagerSample - Backup.csproj deleted file mode 100644 index 73dc64fc..00000000 --- a/samples/Orchestration/ProcessManagerSample/ProcessManagerSample - Backup.csproj +++ /dev/null @@ -1,46 +0,0 @@ - - - - Exe - net9.0 - NBB_ProcessManager_6573f87d-2175-4be0-9a42-31cb73bc8e19 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Always - - - Always - - - -