nunit / NUnit.System.Linq

Partial implementation of System.Linq for use with NUnit's .NET 2.0 builds
MIT License
1 stars 4 forks source link

Mark assembly as CLS compliant #1

Closed ChrisMaddock closed 8 years ago

ChrisMaddock commented 8 years ago

This assembly should be marked CLS compliant - not being so has introduced build warnings in the main NUnit solution.

This is a step towards nunit/nunit#995

ChrisMaddock commented 8 years ago

The second commit: the nuspec was linked to in the solution, but not in the expected location, I guess it was moved at some point.

rprouse commented 8 years ago

Thanks, those warnings were annoying me. I will leave for @charliepoole to merge because this will require new NuGet packages. I am not sure what he set up for this repo.

CharliePoole commented 8 years ago

The change looks good to me. I'm merging so that it will go to MyGet. You should then continue by upgrading the nunit project to use it and we can review and merge that.