Added basic end2end tests #244
Annotations
10 warnings
Analyze (csharp):
lib/ShortDev.Android/UI/AdapterDescriptor.cs#L3
Convert to block scoped namespace (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0160)
|
Analyze (csharp):
lib/ShortDev.Android/UI/ListAdapter.cs#L3
Convert to block scoped namespace (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0160)
|
Analyze (csharp):
lib/ShortDev.Android/UI/RecyclerAdapter.cs#L5
Convert to block scoped namespace (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0160)
|
Analyze (csharp):
lib/ShortDev.Android/UI/AdapterDescriptor.cs#L12
Use block body for method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0022)
|
Analyze (csharp):
lib/ShortDev.Android/UI/RecyclerAdapter.cs#L15
Exception type System.NullReferenceException is reserved by the runtime (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
Analyze (csharp):
lib/ShortDev.Android/UI/RecyclerAdapter.cs#L12
Accessibility modifiers required (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0040)
|
Analyze (csharp):
lib/ShortDev.Android/UI/RecyclerAdapter.cs#L69
Accessibility modifiers required (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0040)
|
Analyze (csharp):
lib/ShortDev.Android/UI/AdapterDescriptor.cs#L15
Use block body for method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0022)
|
Analyze (csharp):
lib/ShortDev.Android/UI/RecyclerAdapter.cs#L15
get_ItemsSource creates an exception of type NullReferenceException, an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1065)
|
Analyze (csharp):
lib/ShortDev.Android/UI/ListAdapter.cs#L18
Use block body for method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0022)
|