Nuget update/upgrade #33
Annotations
13 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
|
build
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
build
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
|
build
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
build:
SlnEditor/Models/GlobalSections/ProjectConfigurationPlatformsSection.cs#L25
Non-nullable property 'ProjectConfigurationPlatforms' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
SlnEditor/Parsers/EnrichSolutionWithSolutionProperties.cs#L46
Unreachable code detected
|
build:
SlnEditor/Mappings/ProjectTypeMap.cs#L78
Missing XML comment for publicly visible type or member 'ProjectTypeMap.ProjectTypeMap()'
|
build:
SlnEditor/Models/ConfigurationPlatform.cs#L12
Missing XML comment for publicly visible type or member 'ConfigurationPlatform.SourceLine'
|
build:
SlnEditor/Models/ConfigurationPlatform.cs#L54
Missing XML comment for publicly visible type or member 'ConfigurationPlatform.Render()'
|
build:
SlnEditor/Models/ConfigurationPlatform.cs#L55
Missing XML comment for publicly visible type or member 'ConfigurationPlatform.Render(Guid)'
|
build:
SlnEditor/Models/Extensions.cs#L7
Missing XML comment for publicly visible type or member 'Extensions'
|
build:
SlnEditor/Models/GlobalSections/ConfigurationPlatformsSection.cs#L7
Missing XML comment for publicly visible type or member 'ConfigurationPlatformsSection'
|