AArnott / CodeGeneration.Roslyn

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

Unknown warnings in solution explorer #101

Closed Pzixel closed 5 years ago

Pzixel commented 5 years ago

I'm not sure how I could include some log or what's actually wrong, but it shows yellow exclamation marks saying something is.

image

It doesn't work if I remove all other deps either:

image

I have following csproj:

<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netstandard2.0</TargetFramework>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="CodeGeneration.Roslyn.BuildTime" Version="0.4.74" />

    <DotNetCliToolReference Include="dotnet-codegen" Version="0.4.74" />
  </ItemGroup>
</Project>

I'd appreciate any help or explanation.

Pzixel commented 5 years ago

Fixed by removing the entire project and re-cloning from the remote.