Update the AG0042 rule to be more generic #87
Annotations
15 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, glennawatson/coverlet-msbuild@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/setup-msbuild@v1, glennawatson/coverlet-msbuild@v1, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Pack Preview
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
|
Pack Preview
- Add lib or ref assemblies for the net472 target framework
|
Pack Preview
- Add lib or ref assemblies for the netstandard2.0 target framework
|
Build:
src/Agoda.Analyzers/AgodaCustom/AG0043NoBuildServiceProvider.cs#L31
The diagnostic title should not contain a period, nor any line return character, nor any leading or trailing whitespaces
|
Build:
src/Agoda.Analyzers/AgodaCustom/AG0042ElementHandlerShouldNotBeUsed.cs#L28
The diagnostic title should not contain a period, nor any line return character, nor any leading or trailing whitespaces
|
Build:
src/Agoda.Analyzers/AgodaCustom/AG0021PreferAsyncMethods.cs#L130
Use 'SymbolEqualityComparer' when comparing symbols
|
Build:
src/Agoda.Analyzers/AgodaCustom/AG0021PreferAsyncMethods.cs#L162
Use 'SymbolEqualityComparer' when comparing symbols
|
Build:
src/Agoda.Analyzers/AgodaCustom/AG0019PreventUseOfInternalsVisibleToAttributeFixProvider.cs#L15
'AG0019PreventUseOfInternalsVisibleToAttributeFixProvider' registers one or more code fixes, but does not override the method 'CodeFixProvider.GetFixAllProvider'. Override this method and provide a non-null FixAllProvider for FixAll support, potentially 'WellKnownFixAllProviders.BatchFixer', or 'null' to explicitly disable FixAll support.
|
Build:
src/Agoda.Analyzers/AgodaCustom/AG0020AvoidReturningNullEnumerablesFixProvider.cs#L17
'AG0020AvoidReturningNullEnumerablesFixProvider' registers one or more code fixes, but does not override the method 'CodeFixProvider.GetFixAllProvider'. Override this method and provide a non-null FixAllProvider for FixAll support, potentially 'WellKnownFixAllProviders.BatchFixer', or 'null' to explicitly disable FixAll support.
|
Build:
src/Agoda.Analyzers/AgodaCustom/AG0022RemoveSyncMethodFixProvider.cs#L13
'AG0022RemoveSyncMethodFixProvider' registers one or more code fixes, but does not override the method 'CodeFixProvider.GetFixAllProvider'. Override this method and provide a non-null FixAllProvider for FixAll support, potentially 'WellKnownFixAllProviders.BatchFixer', or 'null' to explicitly disable FixAll support.
|
Build:
src/Agoda.Analyzers/AgodaCustom/AG0043NoBuildServiceProvider.cs#L31
The diagnostic title should not contain a period, nor any line return character, nor any leading or trailing whitespaces
|
Build:
src/Agoda.Analyzers/AgodaCustom/AG0042ElementHandlerShouldNotBeUsed.cs#L28
The diagnostic title should not contain a period, nor any line return character, nor any leading or trailing whitespaces
|
Build:
src/Agoda.Analyzers/AgodaCustom/AG0021PreferAsyncMethods.cs#L130
Use 'SymbolEqualityComparer' when comparing symbols
|
Loading