-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup and acceptance test for incompatible metrics use (#534)
* Significant cleanup * Small refactoring * Previous feature had a public default constructor which was public. Bring it back * Add an acceptance test for the throwing scenario * Don't use $(SolutionDir) in key path * Update NServiceBus * Move Recoverability wire up back to EnableMetrics * Replace Guards with built-in helpers * Configure serializer * Clean up workflow files * Use primary constructors * Make struct readonly --------- Co-authored-by: Brandon Ording <[email protected]>
- Loading branch information
1 parent
b98931d
commit 88690a0
Showing
34 changed files
with
115 additions
and
501 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -29,7 +29,6 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 8.0.x | ||
dotnet-quality: 'preview' | ||
- name: Build | ||
run: dotnet build src --configuration Release | ||
- name: Upload packages | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,6 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 8.0.x | ||
dotnet-quality: 'preview' | ||
- name: Build | ||
run: dotnet build src --configuration Release | ||
- name: Sign NuGet packages | ||
|
21 changes: 0 additions & 21 deletions
21
src/NServiceBus.Metrics.AcceptanceTests/DeterministicGuid.cs
This file was deleted.
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
53 changes: 0 additions & 53 deletions
53
...Metrics.AcceptanceTests/EndpointTemplates/EndpointCustomizationConfigurationExtensions.cs
This file was deleted.
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
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
src/NServiceBus.Metrics.AcceptanceTests/ScenarioDescriptors/TypeScanner.cs
This file was deleted.
Oops, something went wrong.
70 changes: 0 additions & 70 deletions
70
src/NServiceBus.Metrics.AcceptanceTests/Tests/SubscriptionBehaviorExtensions.cs
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
src/NServiceBus.Metrics.AcceptanceTests/Tests/TagExtensions.cs
This file was deleted.
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
Oops, something went wrong.