cognitedata / oryx

.NET Cross platform and highly composable middleware for building web request handlers in F#
Apache License 2.0
202 stars 10 forks source link

Enable strong name signing #142

Closed ozangoktan closed 8 months ago

ozangoktan commented 8 months ago

Checking the signature with Sn.exe (Strong Name Tool), looks like we need this property added to the csproj file for the strong name signing to take place

codecov[bot] commented 8 months ago

Codecov Report

Merging #142 (a607d58) into master (e019ab8) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #142 +/- ## ======================================= Coverage 77.74% 77.74% ======================================= Files 9 9 Lines 692 692 Branches 41 41 ======================================= Hits 538 538 Misses 127 127 Partials 27 27 ```