OctopusDeploy / Halibut

| Public | A secure communication stack for .NET using JSON-RPC over SSL.
Other
12 stars 44 forks source link

Thread-safety and nullability for some tests #548

Closed borland closed 10 months ago

borland commented 10 months ago

Background

While looking into future .NET 8 support, I encountered some small issues in the tests. I've extracted these out of the .NET 8 work as they aren't connected to .NET 8 versioning

Results

How to review this PR

Quality :heavy_check_mark:

These changes are all in the tests. By that definition, if the tests pass we should be good to merge. I ran them all locally on my windows PC and they are all passing

Pre-requisites