dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.13k stars 4.04k forks source link

Update BuildBoss to validate nuspec target frameworks #22072

Open tannergooding opened 7 years ago

tannergooding commented 7 years ago

BuildBoss should go through each NuSpec, its dependencies, and its included files, and ensure that it is targeting the correct framework (not higher, and not lower).

tannergooding commented 7 years ago

This will ensure we aren't doing late stage fixups of the nuspec: https://github.com/dotnet/roslyn/pull/21991

jasonmalinowski commented 7 years ago

@tannergooding Would you be willing to do such updating?

tannergooding commented 7 years ago

Its on a backlog of things to do when/if I have time, but I don't think I have it to do right now (have bugs in project-system to fix).