-
Notifications
You must be signed in to change notification settings - Fork 5
Update to NServiceBus 9 #866
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
Show all changes
30 commits
Select commit
Hold shift + click to select a range
8908726
Bump major version
bording 79a06dd
Add Fody reference
bording dfa5e21
Bump TFM to net8.0
bording 41ab1e3
Update to NServiceBus 9 packages
bording 141e64f
Separate public and private packages
bording 036a7f3
Use latest Particular.Analyzers
bording 0d3d312
Remove ifdef
bording b37cc51
Use collection expressions
bording 6bbbc86
Remove unused Guard
bording f827b75
Add setting for .NET8 inproc host
bording 83b236a
Remove props file that is no longer needed
bording 7184f87
Rename Analyzer project
bording d77c4e4
Clean up trailing whitespace
bording 9d16f4a
Move source generator into Analyzer project
bording 4dd48c7
Move source generator diagnostic descriptors
bording a6b7cf0
Sort descriptors by id number
bording 47b3aa8
Update Microsoft.CodeAnalysis.CSharp.Workspaces
bording 96d98ef
Update Particular.Approvals
bording a9575a9
Update path for permissions fix
bording 50ef595
Update APIApprovals
bording 2f3ec61
Remove unneeded editorconfig settings
bording 2989b4a
Update testing packages
bording 22ac05c
Update PublicApiGenerator
bording 67ff689
Update NServiceBus packages
bording 55ec231
Update Obsolete.Fody
bording 4ff33fc
Update Particular.Packaging
bording c7e908e
Update Particular.Approvals
bording a0d919c
Update workflow
bording a694b5d
Exclude system.clientmodel from scanning
andreasohlund 42bec1f
Apply workaround to https://github.com/Azure/azure-functions-host/iss…
andreasohlund 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,9 +35,7 @@ jobs: | |
- name: Setup .NET SDK | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: | | ||
8.0.x | ||
6.0.x | ||
dotnet-version: 8.0.x | ||
- name: Setup Azure Functions Core Tools - Windows | ||
if: runner.os == 'Windows' | ||
run: | | ||
|
@@ -51,7 +49,7 @@ jobs: | |
shell: bash | ||
- name: Fix Azure Functions Core Tools permissions - Linux | ||
if: runner.os == 'Linux' | ||
run: sudo chmod +x /usr/lib/azure-functions-core-tools/in-proc6/func | ||
run: sudo chmod +x /usr/lib/azure-functions-core-tools/in-proc8/func | ||
- name: Build | ||
run: dotnet build src --configuration Release | ||
- name: Upload packages | ||
|
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
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
13 changes: 0 additions & 13 deletions
13
src/NServiceBus.AzureFunctions.Analyzer.Tests/.editorconfig
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...ServiceBus.AzureFunctions.Analyzer.Tests/NServiceBus.AzureFunctions.Analyzer.Tests.csproj
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
src/NServiceBus.AzureFunctions.InProcess.Analyzer.Tests/.editorconfig
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,4 @@ | ||
[*.cs] | ||
|
||
# ConfigureAwait(false) | ||
dotnet_diagnostic.CA2007.severity = none |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
2 changes: 1 addition & 1 deletion
2
...er.Tests/Extensions/DocumentExtensions.cs → ...er.Tests/Extensions/DocumentExtensions.cs
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
25 changes: 25 additions & 0 deletions
25
...tions.InProcess.Analyzer.Tests/NServiceBus.AzureFunctions.InProcess.Analyzer.Tests.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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\NServiceBus.AzureFunctions.InProcess.Analyzer\NServiceBus.AzureFunctions.InProcess.Analyzer.csproj" /> | ||
<ProjectReference Include="..\NServiceBus.AzureFunctions.InProcess.ServiceBus\NServiceBus.AzureFunctions.InProcess.ServiceBus.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" /> | ||
<PackageReference Include="NUnit" Version="4.3.2" /> | ||
<PackageReference Include="NUnit.Analyzers" Version="4.6.0" /> | ||
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" /> | ||
<PackageReference Include="Particular.Approvals" Version="2.0.1" /> | ||
</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
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
2 changes: 1 addition & 1 deletion
2
...ts/TransportConfigurationAnalyzerTests.cs → ...ts/TransportConfigurationAnalyzerTests.cs
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
File renamed without changes.
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.
Uh oh!
There was an error while loading. Please reload this page.