Update dependency Polyfill to 7.9.0 #3116
Triggered via pull request
December 27, 2024 11:25
renovate[bot]
reopened
#2434
Status
Cancelled
Total duration
4m 10s
Artifacts
–
Annotations
1 error and 6 warnings
lint
Canceling since a higher priority waiting request for 'lint-2434' exists
|
lint:
.build/Build.CI.cs#L48
Possible null reference return.
|
lint:
.build/Configuration.cs#L6
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
lint
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:
|
lint
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
lint
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:
|
lint
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|