Skip to content

Commit

Permalink
Merge pull request #1134 from Particular/GitHubSync-20240515-200810
Browse files Browse the repository at this point in the history
GitHubSync update - release-9.0
  • Loading branch information
DavidBoike authored May 16, 2024
2 parents 664e08b + 3d5f7c8 commit 4a711ad
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ dotnet_diagnostic.IDE0079.severity = error
dotnet_remove_unnecessary_suppression_exclusions = none

dotnet_diagnostic.IDE0080.severity = error
dotnet_diagnostic.IDE0100.severity = error
# Change IDE0100 to suggestion until 8.0.300 SDK works in VS and we can decide how to fix the errors
dotnet_diagnostic.IDE0100.severity = suggestion
dotnet_diagnostic.IDE0110.severity = error


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.3" />
</ItemGroup>

<ItemGroup>
<ItemGroup Condition="'$(PkgNServiceBus_AcceptanceTests_Sources)' != ''">
<Compile Remove="$(PkgNServiceBus_AcceptanceTests_Sources)/**/When_handling_concurrent_messages.cs" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.3" />
</ItemGroup>

<ItemGroup>
<ItemGroup Condition="'$(PkgNServiceBus_AcceptanceTests_Sources)' != ''">
<Compile Remove="$(PkgNServiceBus_AcceptanceTests_Sources)/**/When_handling_concurrent_messages.cs" />
<!--Excluded because depends on the AcceptanceTestTransport-->
<Compile Remove="$(PkgNServiceBus_AcceptanceTests_Sources)/**/When_nested_send_with_outer_replyTo_routing.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<EmbeddedResource Include="TestSagaData.hbm.xml" />
</ItemGroup>

<ItemGroup>
<ItemGroup Condition="'$(PkgNServiceBus_AcceptanceTests_Sources)' != ''">
<Compile Remove="$(PkgNServiceBus_AcceptanceTests_Sources)/**/When_handling_concurrent_messages.cs" />
<Compile Remove="$(PkgNServiceBus_AcceptanceTests_Sources)/**/When_deferring_a_message.cs" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.3" />
</ItemGroup>

<ItemGroup>
<ItemGroup Condition="'$(PkgNServiceBus_PersistenceTests_Sources)' != ''">
<!--Because it causes undeterministic test hangs-->
<Compile Remove="$(PkgNServiceBus_PersistenceTests_Sources)\**\When_concurrent_update_exceed_lock_request_timeout_pessimistic.cs" />
<!--Because NHibernate does not support lists of primitive types-->
Expand Down

0 comments on commit 4a711ad

Please sign in to comment.