RestClient.Net icon indicating copy to clipboard operation
RestClient.Net copied to clipboard

Typo on Workflows File

Open BlueWings98 opened this issue 1 year ago • 0 comments

There is a Typo on the workflows file that may suggest that those tests are not being run. - name: Test on .NET Core 3.1 run: dotnet test src/RestClient.Net.UnitTests --no-build --verbosity normal --framework nercoreapp3.1 Instead of "nercoreapp3.1" it should say "netcoreapp3.1" This is of great importance as it ensures compatibility with that legacy code.

BlueWings98 avatar Apr 15 '24 15:04 BlueWings98