Skip to content
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

Prepare repo for .NET 8 #292

Merged
merged 31 commits into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e001a26
Bump major version
kentdr Aug 21, 2023
10714df
Update TFMs for net8.0 and remove if defs
kentdr Aug 21, 2023
3f4858d
Update workflows
kentdr Aug 21, 2023
fa9114a
Update Test SDK and GitHubActionsLogger
kentdr Aug 25, 2023
dd2276b
Bump NServiceBus.AmazonSQS
kentdr Aug 25, 2023
0d175b4
Adjust FodyWeavers.xml
kentdr Aug 25, 2023
eefdffc
Update TFM on Analyzer project
kentdr Sep 25, 2023
7d8976d
Fix collection intialization error
kentdr Sep 25, 2023
428c209
Tweaks
andreasohlund Feb 29, 2024
f8c242c
Update refs
andreasohlund Feb 29, 2024
e65019e
Fixes after rebase
andreasohlund Feb 29, 2024
3f549a9
Set serializer
andreasohlund Feb 29, 2024
c6b35fa
Use xml serializer
andreasohlund Feb 29, 2024
10bd513
Approve api
andreasohlund Feb 29, 2024
01a2e73
Set serializer
andreasohlund Feb 29, 2024
8e1419b
Use xml where needed
andreasohlund Feb 29, 2024
2305c13
Tweaks
andreasohlund Mar 1, 2024
db3832e
Remove uneeded calls to set error queue
andreasohlund Mar 4, 2024
105970e
Do not disable delayed delivery since currently the FIFO queue is any…
danielmarbach Feb 22, 2024
db83beb
Adjust tests to handle that delayed retried now are enabled by default
andreasohlund Mar 4, 2024
b464573
Fix test
andreasohlund Mar 4, 2024
c2a75f9
Update refs
andreasohlund Mar 4, 2024
64001e7
Remove weavers file
andreasohlund Mar 4, 2024
9ba1a3e
Revert "Remove weavers file"
bording Mar 4, 2024
e77826a
Tweaks
bording Mar 4, 2024
c9df1a4
Address TODO
bording Mar 4, 2024
a828331
Don't set analyzer version
bording Mar 5, 2024
2a77f1e
Remove need for Fody entirely
bording Mar 5, 2024
c718da2
Fix analyzer project build ordering
bording Mar 5, 2024
efa959e
Adjust test
bording Mar 5, 2024
8933c0c
Move code to avoid throw from nested catch
bording Mar 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/NServiceBus.AwsLambda.SQS/FodyWeavers.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
<PackageReference Include="Amazon.Lambda.Core" Version="[2.2.0, 3.0.0)" />
<PackageReference Include="Amazon.Lambda.SQSEvents" Version="[2.2.0, 3.0.0)" />
<PackageReference Include="NServiceBus.AmazonSQS" Version="[7.0.0, 8.0.0)" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="All" />
<PackageReference Include="Obsolete.Fody" Version="5.3.0" PrivateAssets="All" />
<PackageReference Include="Particular.Packaging" Version="4.1.0" PrivateAssets="All" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using NServiceBus;
using Transport;

sealed partial class ServerlessTransport : TransportDefinition
sealed class ServerlessTransport : TransportDefinition
{
ServerlessTransportInfrastructure serverlessTransportInfrastructure;

Expand Down
17 changes: 0 additions & 17 deletions src/NServiceBus.AwsLambda.SQS/obsoletes-v2.cs

This file was deleted.