SwedbankPay / swedbank-pay-sdk-dotnet

Swedbank Pay SDK for .NET (Beta)
https://www.nuget.org/packages/SwedbankPay.Sdk
Apache License 2.0
7 stars 18 forks source link

.NET 7 and filescoped name spaces #546

Closed NullableInt closed 8 months ago

NullableInt commented 2 years ago

Experimental support for .NET 7. Also use file scoped namespaces because I like it.

The plan is also to convert a lot of the models to records in the next pull request, also because I like it. But also because it gives us really nice syntax for working with models where all properties can be { get; init; } and I look forward to adding it. ❤️ 💘 ❤️

NullableInt commented 2 years ago

@xillians I also wanna bug you with this knowledge.

NullableInt commented 1 year ago

I hopefully will have time to fix this soon.

zunkas commented 8 months ago

A new version supporting version 3.1 with .net 8 and filescoped namespaces have been merged to develop.