Update Dotnet.MonoTouch.Dialog.csproj #18
Annotations
10 warnings
Build and Package (macos-latest, Release):
MonoTouch.Dialog/Utilities/ImageLoader.cs#L90
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
Build and Package (macos-latest, Release):
MonoTouch.Dialog/Utilities/ImageLoader.cs#L90
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
Build and Package (macos-latest, Release):
MonoTouch.Dialog/DialogViewController.cs#L23
Type 'DialogViewController' directly or indirectly inherits 'IEnumerable' without implementing 'IEnumerable<T>'. Publicly-visible types should implement the generic version to broaden usability. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1010)
|
Build and Package (macos-latest, Release):
MonoTouch.Dialog/DialogViewController.cs#L25
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Build and Package (macos-latest, Release):
MonoTouch.Dialog/Elements.cs#L2647
Rename MonoTouch.Dialog.RootElement to end in either 'Collection' or 'Dictionary', 'Set', 'Stack', 'Queue' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1710)
|
Build and Package (macos-latest, Release):
MonoTouch.Dialog/Elements.cs#L1184
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Build and Package (macos-latest, Release):
MonoTouch.Dialog/DialogViewController.cs#L26
Change the event 'OnSelection' to replace the type 'System.Action<Foundation.NSIndexPath>' with a generic EventHandler, for example EventHandler<T>, where T is a valid EventArgs (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1003)
|
Build and Package (macos-latest, Release):
MonoTouch.Dialog/Elements.cs#L2652
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Build and Package (macos-latest, Release):
MonoTouch.Dialog/Elements.cs#L2653
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Build and Package (macos-latest, Release):
MonoTouch.Dialog/Elements.cs#L2654
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|