Skip to content

Nuget update/upgrade #7

Nuget update/upgrade

Nuget update/upgrade #7

Triggered via push November 19, 2024 23:11
Status Success
Total duration 25s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
publish
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:
publish
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
publish
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:
publish
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
publish: 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.
publish: SlnEditor/Mappings/ProjectTypeMap.cs#L78
Missing XML comment for publicly visible type or member 'ProjectTypeMap.ProjectTypeMap()'
publish: SlnEditor/Models/ConfigurationPlatform.cs#L12
Missing XML comment for publicly visible type or member 'ConfigurationPlatform.SourceLine'
publish: SlnEditor/Models/ConfigurationPlatform.cs#L54
Missing XML comment for publicly visible type or member 'ConfigurationPlatform.Render()'
publish: SlnEditor/Models/ConfigurationPlatform.cs#L55
Missing XML comment for publicly visible type or member 'ConfigurationPlatform.Render(Guid)'