ardalis / Result

A result abstraction that can be mapped to HTTP response codes if needed.
MIT License
866 stars 107 forks source link

Moved nuget version back into csproj to fix package publishing issues #129

Closed thomas-mullaly closed 1 year ago

thomas-mullaly commented 1 year ago

I broke the build with my last change because the CI process for publishing nuget packages expects the tag to be in the csproj file. This change moves it back to the right spot.

I also noticed the publish action that's being used is no longer maintained by the author and that it's using set-output which is deprecated and will start failing bulids in June (when Github officially gets rid of it).

github-actions[bot] commented 1 year ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
Ardalis.Result 0% 0% 64
Ardalis.Result.AspNetCore 47% 55% 126
Summary 28% (112 / 401) 49% (53 / 108) 190