invio / Invio.Immutable

C# Library used to ease immutable class creation and data management
MIT License
2 stars 0 forks source link

Update CI to use Solutions & Portable DebugTypes #26

Closed carusology closed 6 years ago

carusology commented 7 years ago

Background When I created this library with a 1.01 version of the SDK I set the DebugType to full and updated the CI scripts to explicitly reference XML-based *.csproj files due to the removal of global.json and project.json. The DebugType really should be portable for .NET Core when we pack the code (though it needs to be full for when we run opencover on it), and we should add a *.sln to manage our *.csproj files.

Task

carusology commented 6 years ago

This was resolved in #27