Add extension methods to ITypeSymbol #117
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.Reflection/Reflection/AsyncEnumeratorInfo.cs#L38
XML comment has syntactically incorrect cref attribute 'System.Collections.Generic.IAsyncEnumerator<>'
|
windows:
src/NetFabric.Reflection/Reflection/AsyncEnumeratorInfo.cs#L38
Identifier expected. See also error CS1001.
|
windows:
src/NetFabric.Reflection/Reflection/EnumeratorInfo.cs#L47
XML comment has syntactically incorrect cref attribute 'System.Collections.Generic.IEnumerator<>'
|
windows:
src/NetFabric.Reflection/Reflection/EnumeratorInfo.cs#L47
Identifier expected. See also error CS1001.
|
windows:
src/NetFabric.Reflection/Reflection/TypeExtensions.IsIndexable.cs#L40
Possible null reference argument for parameter 'indexer' in 'IndexableInfo.IndexableInfo(PropertyInfo indexer, PropertyInfo countOrLength)'.
|
windows:
src/NetFabric.Reflection/Reflection/IndexableInfo.cs#L38
Dereference of a possibly null reference.
|
windows:
src/NetFabric.Reflection/Expressions/ExpressionEx.For.cs#L54
XML comment has cref attribute 'IsIndexable(Type, out IndexableInfo?)' that could not be resolved
|
windows:
src/NetFabric.Reflection/Expressions/ExpressionEx.Using.cs#L21
XML comment has cref attribute 'Using(Expression,Expression)' that could not be resolved
|
windows:
src/NetFabric.Reflection/Reflection/AsyncEnumerableInfo.cs#L28
Missing XML comment for publicly visible type or member 'AsyncEnumerableInfo.InvokeGetAsyncEnumerator(object, CancellationToken)'
|
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.
|