-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* code reformat where possible for better readability
- Loading branch information
1 parent
33512f3
commit e39d52d
Showing
197 changed files
with
5,261 additions
and
4,677 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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,20 +1,22 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<TargetFrameworks>net6.0;net7.0;net8.0;</TargetFrameworks> | ||
<Platform>x64</Platform> | ||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo> | ||
<Nullable>enable</Nullable> | ||
<NullableContextOptions>enable</NullableContextOptions> | ||
<PropertyGroup> | ||
<TargetFrameworks>net6.0;net7.0;</TargetFrameworks> | ||
<Platform>x64</Platform> | ||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo> | ||
<Nullable>enable</Nullable> | ||
<NullableContextOptions>enable</NullableContextOptions> | ||
<ImplicitUsings>true</ImplicitUsings> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
<LangVersion>11</LangVersion> | ||
<!-- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>--> | ||
<!-- <DebugType Condition=" '$(Configuration)' == 'Debug' ">full</DebugType>--> | ||
<!-- <DebugType Condition=" '$(Configuration)' == 'Release' ">pdbonly</DebugType>--> | ||
<!-- <OutputPath>$(MSBuildThisFileDirectory)\bin\$(Configuration)\$(MSBuildProjectName)\</OutputPath>--> | ||
|
||
<UseLinkBase>true</UseLinkBase> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
<LangVersion>11</LangVersion> | ||
|
||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<DebugType Condition=" '$(Configuration)' == 'Debug' ">full</DebugType> | ||
<DebugType Condition=" '$(Configuration)' == 'Release' ">pdbonly</DebugType> | ||
|
||
<!--<OutputPath>$(MSBuildThisFileDirectory)\bin\$(Configuration)\$(MSBuildProjectName)\</OutputPath>--> | ||
|
||
<UseLinkBase>true</UseLinkBase> | ||
<GrpcPackageVersion>2.49.0</GrpcPackageVersion> | ||
<GrpcToolsPackageVersion>2.50.0</GrpcToolsPackageVersion> | ||
</PropertyGroup> | ||
</PropertyGroup> | ||
</Project> |
This file contains 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,5 +1,5 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
</PropertyGroup> | ||
</Project> |
This file contains 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 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 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,8 +1,9 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<Nullable>enable</Nullable> | ||
<NullableContextOptions>enable</NullableContextOptions> | ||
<OutputType>Exe</OutputType> | ||
<TargetFrameworks>net6.0;net7.0</TargetFrameworks> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFrameworks>net6.0;net7.0</TargetFrameworks> | ||
<Nullable>enable</Nullable> | ||
<NullableContextOptions>enable</NullableContextOptions> | ||
<ImplicitUsings>true</ImplicitUsings> | ||
<OutputType>Exe</OutputType> | ||
</PropertyGroup> | ||
</Project> |
This file contains 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 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 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,50 +1,41 @@ | ||
<Project> | ||
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" /> | ||
<PropertyGroup> | ||
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="AutoFixture.Idioms" Version="4.18.0" /> | ||
<PackageReference Include="AutoFixture.Xunit2" Version="4.18.0" /> | ||
<PackageReference Include="Ductus.FluentDocker" Version="2.10.*" /> | ||
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.*"/> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2"/> | ||
<PackageReference Include="Polly" Version="8.0.0" /> | ||
<PackageReference Include="Serilog" Version="3.0.1"/> | ||
<PackageReference Include="Serilog.AspNetCore" Version="7.0.0"/> | ||
<PackageReference Include="Serilog.Sinks.Observable" Version="2.0.2"/> | ||
<PackageReference Include="Serilog.Sinks.Seq" Version="5.2.3"/> | ||
<PackageReference Include="System.Net.Http" Version="4.3.4"/> | ||
<PackageReference Include="System.Reactive" Version="6.0.0"/> | ||
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1"/> | ||
<PackageReference Include="xunit" Version="2.4.2"/> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
</PackageReference> | ||
<!-- https://github.com/advisories/GHSA-5crp-9r3c-p9vr --> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> | ||
<PackageReference Include="Shouldly" Version="4.2.*"/> | ||
<PackageReference Include="Bogus" Version="34.0.*"/> | ||
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0"/> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<CompilerVisibleProperty Include="RootNamespace"/> | ||
<ProjectReference Include="..\..\generators\EventStore.Tests.SourceGenerators\EventStore.Tests.SourceGenerators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/> | ||
</ItemGroup> | ||
|
||
<!-- <ItemGroup>--> | ||
<!-- <Content Include="..\..\certs\**\*">--> | ||
<!-- <Link>certs\%(RecursiveDir)/%(FileName)%(Extension)</Link>--> | ||
<!-- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>--> | ||
<!-- </Content>--> | ||
<!-- </ItemGroup>--> | ||
|
||
<ItemGroup> | ||
<Using Include="Bogus"/> | ||
<Using Include="Shouldly"/> | ||
<Using Include="Xunit"/> | ||
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))"/> | ||
|
||
<PropertyGroup> | ||
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Bogus" Version="34.0.2"/> | ||
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.3"/> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2"/> | ||
<!-- https://github.com/advisories/GHSA-5crp-9r3c-p9vr --> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.2"/> | ||
<PackageReference Include="Shouldly" Version="4.2.1"/> | ||
<PackageReference Include="xunit" Version="2.4.2"/> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<CompilerVisibleProperty Include="RootNamespace"/> | ||
<ProjectReference Include="..\..\generators\EventStore.Tests.SourceGenerators\EventStore.Tests.SourceGenerators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Content Include="..\..\certs\**\*"> | ||
<Link>certs\%(RecursiveDir)/%(FileName)%(Extension)</Link> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</Content> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Using Include="Bogus"/> | ||
<Using Include="Shouldly"/> | ||
<Using Include="Xunit"/> | ||
<Using Include="Xunit.Abstractions"/> | ||
<Using Include="EventStore.Client.Tests"/> | ||
</ItemGroup> | ||
</ItemGroup> | ||
</Project> |
This file contains 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
5 changes: 1 addition & 4 deletions
5
test/EventStore.Client.Operations.Tests/EventStore.Client.Operations.Tests.csproj
This file contains 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,9 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<ItemGroup> | ||
<!-- <ProjectReference Include="..\..\src\EventStore.Client.Operations\EventStore.Client.Operations.csproj" />--> | ||
<!-- <ProjectReference Include="..\..\src\EventStore.Client.Streams\EventStore.Client.Streams.csproj" />--> | ||
<!-- <ProjectReference Include="..\..\src\EventStore.Client.UserManagement\EventStore.Client.UserManagement.csproj" />--> | ||
<ProjectReference Include="..\EventStore.Client.Tests.Common\EventStore.Client.Tests.Common.csproj"/> | ||
<ProjectReference Include="..\EventStore.Client.Tests.Common\EventStore.Client.Tests.Common.csproj"/> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.