Skip to content

build(deps): bump xunit from 2.7.1 to 2.8.0 #26

build(deps): bump xunit from 2.7.1 to 2.8.0

build(deps): bump xunit from 2.7.1 to 2.8.0 #26

Triggered via pull request April 29, 2024 18:55
Status Success
Total duration 37s
Artifacts

build-and-test.yml

on: pull_request
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'