79184597

Date: 2024-11-13 11:07:34
Score: 0.5
Natty:
Report link

Project Type: ASP.NET Core Web API.
This issue is caused by a duplicate attribute, as AssemblyInfo is automatically generated.
To resolve this issue, simply edit [ProjectName].csproj and add the following tag:

<PropertyGroup>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kelvin Castro