AArnott / CodeGeneration.Roslyn

Assists in performing Roslyn-based code generation during a build.
Microsoft Public License
408 stars 59 forks source link

Warning NU5125: The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead. #116

Closed amis92 closed 5 years ago

amis92 commented 5 years ago

@AArnott There's a licensing dissonance - the LICENSE.txt is a MS-PL license, and yet the stylecop.json sets the license name as MIT. This results in all source files also having the MIT license in the header (and yet refer to LICENSE.txt which is MS-PL).

Which is the actual license you want to use in this repo?

AArnott commented 5 years ago

Oh, good catch. MS-PL is what I intended.