Merge pull request #12 from GeneralLibrary/dev #424
Annotations
10 errors and 10 warnings
build
System.MissingMethodException: Method not found: 'SkiaSharp.SKTextBlob SkiaSharp.SKTextBlob.CreatePositioned(System.String, SkiaSharp.SKFont, System.ReadOnlySpan`1<SkiaSharp.SKPoint>)'.
|
build
at Svg.Skia.SkiaModelExtensions.Draw(CanvasCommand canvasCommand, SKCanvas skCanvas)
|
build
at Svg.Skia.SkiaModelExtensions.Draw(SKPicture picture, SKCanvas skCanvas) in /_/src/Svg.Skia/SkiaModelExtensions.cs:line 1054
|
build
at Svg.Skia.SkiaModelExtensions.ToSKPicture(SKPicture picture) in /_/src/Svg.Skia/SkiaModelExtensions.cs:line 933
|
build
at Svg.Skia.SKSvg.Load(String path) in /_/src/Svg.Skia/SKSvg.cs:line 70
|
build
at Microsoft.Maui.Resizetizer.SkiaSharpSvgTools..ctor(String filename, Nullable`1 baseSize, Nullable`1 backgroundColor, Nullable`1 tintColor, ILogger logger) in D:\a\_work\1\s\src\SingleProject\Resizetizer\src\SkiaSharpSvgTools.cs:line 24
|
build
at Microsoft.Maui.Resizetizer.SkiaSharpTools.Create(Boolean isVector, String filename, Nullable`1 baseSize, Nullable`1 backgroundColor, Nullable`1 tintColor, ILogger logger) in D:\a\_work\1\s\src\SingleProject\Resizetizer\src\SkiaSharpTools.cs:line 21
|
build
at Microsoft.Maui.Resizetizer.SkiaSharpAppIconTools..ctor(ResizeImageInfo info, ILogger logger) in D:\a\_work\1\s\src\SingleProject\Resizetizer\src\SkiaSharpAppIconTools.cs:line 24
|
build
at Microsoft.Maui.Resizetizer.ResizetizeImages.ProcessAppIcon(ResizeImageInfo img, ConcurrentBag`1 resizedImages) in D:\a\_work\1\s\src\SingleProject\Resizetizer\src\ResizetizeImages.cs:line 163
|
build
at Microsoft.Maui.Resizetizer.ResizetizeImages.<>c__DisplayClass26_0.<ExecuteAsync>b__0(ResizeImageInfo img) in D:\a\_work\1\s\src\SingleProject\Resizetizer\src\ResizetizeImages.cs:line 56
|
build:
src/c#/TestZIP/UnitTest1.cs#L55
The variable 'ex' is declared but never used
|
build:
src/c#/GeneralUpdate.Core/Utils/FileUtil.cs#L162
Nullability of reference types in type of parameter 'f1' of 'bool FileCompare.Equals(FileInfo f1, FileInfo f2)' doesn't match implicitly implemented member 'bool IEqualityComparer<FileInfo>.Equals(FileInfo? x, FileInfo? y)' (possibly because of nullability attributes).
|
build:
src/c#/GeneralUpdate.Core/Utils/FileUtil.cs#L162
Nullability of reference types in type of parameter 'f2' of 'bool FileCompare.Equals(FileInfo f1, FileInfo f2)' doesn't match implicitly implemented member 'bool IEqualityComparer<FileInfo>.Equals(FileInfo? x, FileInfo? y)' (possibly because of nullability attributes).
|
build:
src/c#/TestMD5/UnitTest1.cs#L19
The variable 'ex' is declared but never used
|
build:
src/c#/GeneralUpdate.Core/Utils/FileUtil.cs#L18
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
build:
src/c#/GeneralUpdate.Core/Utils/FileUtil.cs#L126
Possible null reference return.
|
build:
src/c#/GeneralUpdate.Core/Utils/FileUtil.cs#L148
Possible null reference return.
|
build
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build:
src/c#/GeneralUpdate.Core/Utils/FileUtil.cs#L18
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|