Skip to content

Merge branch 'dev-container' into main #34

Merge branch 'dev-container' into main

Merge branch 'dev-container' into main #34

Triggered via push November 27, 2024 11:19
Status Success
Total duration 30s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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/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'