Skip to content

Disable restore in dotnet outdated #22

Disable restore in dotnet outdated

Disable restore in dotnet outdated #22

Triggered via push April 24, 2024 17:45
Status Success
Total duration 22s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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 declaring the property as nullable.
build: SlnEditor/Mappings/ProjectTypeMap.cs#L77
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'