Skip to content

feat: add support for remaining args #66

feat: add support for remaining args

feat: add support for remaining args #66

Triggered via pull request November 25, 2024 17:07
Status Success
Total duration 1m 22s
Artifacts

Run tests for PR.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 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>