WinUI3Utilities Build Pipeline #4
Annotations
7 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, microsoft/setup-msbuild@v1, NuGet/[email protected], actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
WinUI3Utilities.Analyzer/DependencyPropertyAttributeAnalyzer.cs#L8
Missing 'Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzerAttribute' attribute
|
WinUI3Utilities.Analyzer/DependencyPropertyAttributeAnalyzer.cs#L13
Rule 'Utilities001R' is not part of any analyzer release (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
WinUI3Utilities/WindowHelper.cs#L167
Using member 'System.Runtime.InteropServices.Marshal.SizeOf(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Marshalling code for the object might not be available. Use the SizeOf<T> overload instead.
|
WinUI3Utilities.Samples/CodeFixTest.xaml.cs#L10
依赖属性字段 'AProperty' 和属性 'A' 可以转化为Attribute
|
WinUI3Utilities.Samples/CodeFixTest.xaml.cs#L14
依赖属性字段 'B' 应为Property结尾
|
WinUI3Utilities.Samples/CodeFixTest.xaml.cs#L14
依赖属性字段 'B' 没有对应的属性
|
This job succeeded
Loading