-
Notifications
You must be signed in to change notification settings - Fork 10
chore: introduce Directory.Build.props, Directory.Packages.props and SLNX files #1569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,72 @@ | ||
| <Project> | ||
| <PropertyGroup> | ||
| <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
| </PropertyGroup> | ||
|
|
||
| <ItemGroup> | ||
| <PackageVersion Include="AWSSDK.Extensions.NETCore.Setup" Version="4.0.3.33" /> | ||
| <PackageVersion Include="AWSSDK.SQS" Version="4.0.2.25" /> | ||
| <PackageVersion Include="CloudNative.CloudEvents" Version="2.8.0" /> | ||
| <PackageVersion Include="CloudNative.CloudEvents.Kafka" Version="2.8.0" /> | ||
| <PackageVersion Include="CloudNative.CloudEvents.SystemTextJson" Version="2.8.0" /> | ||
| <PackageVersion Include="Confluent.Kafka" Version="2.14.0" /> | ||
| <PackageVersion Include="coverlet.collector" Version="6.0.4" /> | ||
| <PackageVersion Include="Divergic.Logging.Xunit" Version="4.3.1" /> | ||
| <PackageVersion Include="Google.Protobuf" Version="3.34.1" /> | ||
| <PackageVersion Include="Grpc.Tools" Version="2.80.0" /> | ||
| <PackageVersion | ||
| Include="Microsoft.AspNetCore.Mvc.Testing" | ||
| Version="8.0.25" | ||
| Condition="'$(TargetFramework)' == 'net8.0'" | ||
| /> | ||
| <PackageVersion | ||
| Include="Microsoft.AspNetCore.Mvc.Testing" | ||
| Version="9.0.10" | ||
| Condition="'$(TargetFramework)' == 'net9.0'" | ||
| /> | ||
| <PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Http" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Http.Polly" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Options" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.0" /> | ||
| <PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" /> | ||
| <PackageVersion Include="Moq" Version="4.20.72" /> | ||
| <PackageVersion Include="NATS.Client" Version="1.1.8" /> | ||
| <PackageVersion Include="Newtonsoft.Json" Version="13.0.4" /> | ||
| <PackageVersion Include="NSubstitute" Version="5.3.0" /> | ||
| <PackageVersion Include="OpenTelemetry.Exporter.Console" Version="1.13.1" /> | ||
| <PackageVersion Include="OpenTelemetry.Exporter.Jaeger" Version="1.5.1" /> | ||
| <PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.13.1" /> | ||
| <PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.13.1" /> | ||
| <PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.13.0" /> | ||
| <PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.13.0" /> | ||
| <PackageVersion Include="Polly" Version="8.6.4" /> | ||
| <PackageVersion Include="Prometheus.Client" Version="6.1.0" /> | ||
| <PackageVersion Include="Prometheus.Client.AspNetCore" Version="6.0.0" /> | ||
| <PackageVersion Include="Prometheus.Client.HttpRequestDurations" Version="4.0.0" /> | ||
| <PackageVersion Include="Quartz" Version="3.15.1" /> | ||
| <PackageVersion Include="RabbitMQ.Client" Version="7.2.0" /> | ||
| <PackageVersion Include="RandomDataGenerator.Net" Version="1.0.19.1" /> | ||
| <PackageVersion Include="Scalar.AspNetCore" Version="2.10.3" /> | ||
| <PackageVersion Include="Sentry.Serilog" Version="5.16.2" /> | ||
| <PackageVersion Include="Serilog.Extensions.Hosting" Version="9.0.0" /> | ||
| <PackageVersion Include="Serilog.Settings.Configuration" Version="9.0.0" /> | ||
| <PackageVersion Include="Serilog.Sinks.Console" Version="6.0.0" /> | ||
| <PackageVersion Include="System.Text.Json" Version="9.0.10" /> | ||
| <PackageVersion Include="TestContainers" Version="4.8.1" /> | ||
| <PackageVersion Include="TestContainers.Kafka" Version="4.8.1" /> | ||
| <PackageVersion Include="TestContainers.RabbitMq" Version="4.8.1" /> | ||
| <PackageVersion Include="xunit" Version="2.9.3" /> | ||
| <PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" /> | ||
| </ItemGroup> | ||
| </Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,87 @@ | ||
| <Solution> | ||
| <Configurations> | ||
| <Platform Name="Any CPU" /> | ||
| <Platform Name="x64" /> | ||
| <Platform Name="x86" /> | ||
| </Configurations> | ||
| <Folder Name="/examples/"> | ||
| <Project Path="examples/AspNetExample/AspNetExample.csproj" /> | ||
| <Project Path="examples/AspNetExample_IntegrationTest/AspNetExample_IntegrationTest.csproj" /> | ||
| <Project Path="examples/ConsumeAndMultiOutputPublisherWithRabbitMQ/ConsumeAndMultiOutputPublisherWithRabbitMQ.csproj" /> | ||
| <Project Path="examples/ConsumeAndPublishNATS/ConsumeAndPublishNATS.csproj" /> | ||
| <Project Path="examples/ConsumeAndPublishWithKafka/ConsumeAndPublishWithKafka.csproj" /> | ||
| <Project Path="examples/ConsumeAndPublishWithKafka_IntegrationTest/ConsumeAndPublishWithKafka_IntegrationTest.csproj" /> | ||
| <Project Path="examples/ConsumeAndPublishWithRabbitMQ/ConsumeAndPublishWithRabbitMQ.csproj" /> | ||
| <Project Path="examples/ConsumeSQS/ConsumeSQS.csproj" /> | ||
| <Project Path="examples/ConsumeWithRabbitMQAndDeadLetterExchange/ConsumeWithRabbitMQAndDeadLetterExchange.csproj" /> | ||
| <Project Path="examples/MetricsExample/MetricsExample.csproj" /> | ||
| <Project Path="examples/OpenTelemetryExample/OpenTelemetryExample.csproj" /> | ||
| </Folder> | ||
| <Folder Name="/Solution Items/"> | ||
| <File Path=".editorconfig" /> | ||
| <File Path=".gitignore" /> | ||
| <File Path=".pre-commit-config.yaml" /> | ||
| <File Path="Directory.Packages.props" /> | ||
| <File Path="Readme.md" /> | ||
| </Folder> | ||
| <Folder Name="/src/"> | ||
| <File Path="src/Directory.Build.props" /> | ||
| <Project Path="src/Motor.Extensions.ContentEncoding.Abstractions/Motor.Extensions.ContentEncoding.Abstractions.csproj" /> | ||
| <Project Path="src/Motor.Extensions.ContentEncoding.Gzip/Motor.Extensions.ContentEncoding.Gzip.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Conversion.Abstractions/Motor.Extensions.Conversion.Abstractions.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Conversion.JsonNet/Motor.Extensions.Conversion.JsonNet.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Conversion.Protobuf/Motor.Extensions.Conversion.Protobuf.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Conversion.SystemJson/Motor.Extensions.Conversion.SystemJson.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Diagnostics.HealthChecks/Motor.Extensions.Diagnostics.HealthChecks.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Diagnostics.Logging/Motor.Extensions.Diagnostics.Logging.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Diagnostics.Metrics.Abstractions/Motor.Extensions.Diagnostics.Metrics.Abstractions.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Diagnostics.Metrics/Motor.Extensions.Diagnostics.Metrics.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Diagnostics.Queue.Abstractions/Motor.Extensions.Diagnostics.Queue.Abstractions.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Diagnostics.Queue.Metrics/Motor.Extensions.Diagnostics.Queue.Metrics.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Diagnostics.Sentry/Motor.Extensions.Diagnostics.Sentry.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Diagnostics.Telemetry/Motor.Extensions.Diagnostics.Telemetry.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Diagnostics.Tracing/Motor.Extensions.Diagnostics.Tracing.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Hosting.Abstractions/Motor.Extensions.Hosting.Abstractions.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Hosting.BackgroundService/Motor.Extensions.Hosting.BackgroundService.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Hosting.Bridge/Motor.Extensions.Hosting.Bridge.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Hosting.CloudEvents/Motor.Extensions.Hosting.CloudEvents.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Hosting.Consumer/Motor.Extensions.Hosting.Consumer.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Hosting.Kafka/Motor.Extensions.Hosting.Kafka.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Hosting.NATS/Motor.Extensions.Hosting.NATS.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Hosting.Publisher/Motor.Extensions.Hosting.Publisher.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Hosting.RabbitMQ/Motor.Extensions.Hosting.RabbitMQ.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Hosting.SQS/Motor.Extensions.Hosting.SQS.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Hosting.Timer/Motor.Extensions.Hosting.Timer.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Hosting/Motor.Extensions.Hosting.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Http/Motor.Extensions.Http.csproj" /> | ||
| <Project Path="src/Motor.Extensions.TestUtilities/Motor.Extensions.TestUtilities.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Utilities.Abstractions/Motor.Extensions.Utilities.Abstractions.csproj" /> | ||
| <Project Path="src/Motor.Extensions.Utilities/Motor.Extensions.Utilities.csproj" /> | ||
| </Folder> | ||
| <Folder Name="/test/"> | ||
| <File Path="test/Directory.Build.props" /> | ||
| <Project Path="test/Motor.Extensions.ContentEncoding.Abstractions_UnitTest/Motor.Extensions.ContentEncoding.Abstractions_UnitTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.ContentEncoding.Gzip_UnitTest/Motor.Extensions.ContentEncoding.Gzip_UnitTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Conversion.JsonNet_UnitTest/Motor.Extensions.Conversion.JsonNet_UnitTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Conversion.Protobuf_UnitTest/Motor.Extensions.Conversion.Protobuf_UnitTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Conversion.SystemJson_UnitTest/Motor.Extensions.Conversion.SystemJson_UnitTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Diagnostics.Metrics_UnitTest/Motor.Extensions.Diagnostics.Metrics_UnitTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Diagnostics.Telemetry_IntegrationTest/Motor.Extensions.Diagnostics.Telemetry_IntegrationTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Hosting.AspNet_IntegrationTest/Motor.Extensions.Hosting.AspNet_IntegrationTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Hosting.BackgroundService_IntegrationTest/Motor.Extensions.Hosting.BackgroundService_IntegrationTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Hosting.CloudEvents_UnitTest/Motor.Extensions.Hosting.CloudEvents_UnitTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Hosting.Consumer_UnitTest/Motor.Extensions.Hosting.Consumer_UnitTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Hosting.Kafka_IntegrationTest/Motor.Extensions.Hosting.Kafka_IntegrationTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Hosting.Kafka_UnitTest/Motor.Extensions.Hosting.Kafka_UnitTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Hosting.NATS_IntegrationTest/Motor.Extensions.Hosting.NATS_IntegrationTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Hosting.Publisher_UnitTest/Motor.Extensions.Hosting.Publisher_UnitTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Hosting.RabbitMQ_IntegrationTest/Motor.Extensions.Hosting.RabbitMQ_IntegrationTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Hosting.RabbitMQ_UnitTest/Motor.Extensions.Hosting.RabbitMQ_UnitTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Hosting.SQS_IntegrationTest/Motor.Extensions.Hosting.SQS_IntegrationTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Hosting.Timer_IntegrationTest/Motor.Extensions.Hosting.Timer_IntegrationTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Hosting_IntegrationTest/Motor.Extensions.Hosting_IntegrationTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Hosting_UnitTest/Motor.Extensions.Hosting_UnitTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Http_UnitTest/Motor.Extensions.Http_UnitTest.csproj" /> | ||
| <Project Path="test/Motor.Extensions.Utilities_IntegrationTest/Motor.Extensions.Utilities_IntegrationTest.csproj" /> | ||
| </Folder> | ||
| </Solution> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 1 addition & 5 deletions
6
...ensions.ContentEncoding.Abstractions/Motor.Extensions.ContentEncoding.Abstractions.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,8 @@ | ||
| <Project Sdk="Microsoft.NET.Sdk"> | ||
| <PropertyGroup> | ||
| <TargetFrameworks>net8.0;net9.0</TargetFrameworks> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <PackageReference Include="CloudNative.CloudEvents" Version="2.8.0" /> | ||
| <PackageReference Include="CloudNative.CloudEvents" /> | ||
| </ItemGroup> | ||
| <ItemGroup> | ||
| <ProjectReference Include="..\Motor.Extensions.Hosting.CloudEvents\Motor.Extensions.Hosting.CloudEvents.csproj" /> | ||
| </ItemGroup> | ||
| <Import Project="$(MSBuildThisFileDirectory)../../shared.csproj" /> | ||
| </Project> |
4 changes: 0 additions & 4 deletions
4
src/Motor.Extensions.ContentEncoding.Gzip/Motor.Extensions.ContentEncoding.Gzip.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,6 @@ | ||
| <Project Sdk="Microsoft.NET.Sdk"> | ||
| <PropertyGroup> | ||
| <TargetFrameworks>net8.0;net9.0</TargetFrameworks> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <ProjectReference Include="..\Motor.Extensions.ContentEncoding.Abstractions\Motor.Extensions.ContentEncoding.Abstractions.csproj" /> | ||
| <ProjectReference Include="..\Motor.Extensions.Hosting.Abstractions\Motor.Extensions.Hosting.Abstractions.csproj" /> | ||
| </ItemGroup> | ||
| <Import Project="$(MSBuildThisFileDirectory)../../shared.csproj" /> | ||
| </Project> |
7 changes: 1 addition & 6 deletions
7
src/Motor.Extensions.Conversion.Abstractions/Motor.Extensions.Conversion.Abstractions.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1 @@ | ||
| <Project Sdk="Microsoft.NET.Sdk"> | ||
| <PropertyGroup> | ||
| <TargetFrameworks>net8.0;net9.0</TargetFrameworks> | ||
| </PropertyGroup> | ||
| <Import Project="$(MSBuildThisFileDirectory)../../shared.csproj" /> | ||
| </Project> | ||
| <Project Sdk="Microsoft.NET.Sdk"></Project> |
10 changes: 3 additions & 7 deletions
10
src/Motor.Extensions.Conversion.JsonNet/Motor.Extensions.Conversion.JsonNet.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,11 @@ | ||
| <Project Sdk="Microsoft.NET.Sdk"> | ||
| <PropertyGroup> | ||
| <TargetFrameworks>net8.0;net9.0</TargetFrameworks> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <ProjectReference Include="..\Motor.Extensions.Conversion.Abstractions\Motor.Extensions.Conversion.Abstractions.csproj" /> | ||
| <ProjectReference Include="..\Motor.Extensions.Hosting.Abstractions\Motor.Extensions.Hosting.Abstractions.csproj" /> | ||
| </ItemGroup> | ||
| <ItemGroup> | ||
| <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.10" /> | ||
| <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.10" /> | ||
| <PackageReference Include="Newtonsoft.Json" Version="13.0.4" /> | ||
| <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" /> | ||
| <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" /> | ||
| <PackageReference Include="Newtonsoft.Json" /> | ||
| </ItemGroup> | ||
| <Import Project="$(MSBuildThisFileDirectory)../../shared.csproj" /> | ||
| </Project> |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will the
Motor.NET.slnandMotor.NET.slnxhave to co-exist?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
long-term no, but if I delete the
.slnsome tests are failing because of a broken project-root detection or something 😅 I figured, as they can co-exist, I'll keep both for this PR and create another one where I delete the.slnand update the tests accordingly