Add extension methods to ITypeSymbol #118
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
12 warnings
windows
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
windows:
src/NetFabric.CodeAnalysis/AsyncEnumeratorSymbols.cs#L36
XML comment has syntactically incorrect cref attribute 'System.Collections.Generic.IAsyncEnumerator<>'
|
windows:
src/NetFabric.CodeAnalysis/AsyncEnumeratorSymbols.cs#L36
Identifier expected. See also error CS1001.
|
windows:
src/NetFabric.CodeAnalysis/EnumeratorSymbols.cs#L46
XML comment has syntactically incorrect cref attribute 'System.Collections.Generic.IEnumerator<>'
|
windows:
src/NetFabric.CodeAnalysis/EnumeratorSymbols.cs#L46
Identifier expected. See also error CS1001.
|
windows:
src/NetFabric.CodeAnalysis/ITypeSymbolExtensions.IsIndexable.cs#L103
Possible null reference argument for parameter 'indexer' in 'IndexableSymbols.IndexableSymbols(IPropertySymbol indexer, IPropertySymbol countOrLength)'.
|
windows:
src/NetFabric.CodeAnalysis/AsyncEnumeratorSymbols.cs#L24
XML comment has cref attribute 'IAsyncDisposable' that could not be resolved
|
windows:
src/NetFabric.CodeAnalysis/CompilationExtensions.cs#L8
Missing XML comment for publicly visible type or member 'CompilationExtensions'
|
windows:
src/NetFabric.CodeAnalysis/ITypeSymbolExtensions.cs#L8
Missing XML comment for publicly visible type or member 'ITypeSymbolExtensions'
|
windows:
src/NetFabric.CodeAnalysis/ITypeSymbolExtensions.cs#L316
XML comment has cref attribute 'IBinaryInteger{T}' that could not be resolved
|
windows
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
windows
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|