AArnott / CodeGeneration.Roslyn

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

Use .NET Core SDK 3.1 #178

Closed amis92 closed 4 years ago

amis92 commented 4 years ago

closes #177 closes #153

edit: I don't think I've documented the RollForward=Major change in dotnet-codegen.

It's mostly talked about in #174, and design docs for this feature are at https://github.com/dotnet/designs/blob/master/accepted/runtime-binding.md#rollforward

AArnott commented 4 years ago

/azp run

azure-pipelines[bot] commented 4 years ago
Azure Pipelines failed to run 1 pipeline(s).
amis92 commented 4 years ago

So it turns out, out of windows, macos and ubuntu, only Ubuntu is path-case-sensitive.

Rulesets had wrong casing when they referenced another one in elements. And only on Ubuntu, things that were reported as Info or Hidden elsewhere, surfaced as Warnings.

Fixed by correcting reference casing.

amis92 commented 4 years ago

Who'd have thought. xD