Inspectopedia 2025.2 Help

Compiler Warnings

Access of shared member through an instance   New in this release

Access of shared member through an instance.

Async method lacks 'Await' operators   New in this release

Async method lacks 'Await' operators.

Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'Await' operator to the result of the call.   New in this release

Because this call is not awaited, execution of the current method continues before the call is completed.

Function doesn't return a reference type value on all code paths   New in this release

Function doesn't return a reference type value on all code paths.

Function doesn't return a struct value on all code paths   New in this release

Function doesn't return a struct value on all code paths.

Member shadows an overriable member   New in this release

Member shadows an overriable member.

Namespace or type specified in the Imports 'name' doesn't contain any public member or cannot be found   New in this release

Namespace or type specified in the Imports 'name' doesn't contain any public member or cannot be found.

Namespace should be default namespace of this project  

Namespace should be default namespace of this project.

Redundant DirectCast to the equals value type   New in this release

Redundant DirectCast to the equals value type.

Runtime errors are likely to occur when converting X to Y   New in this release

Runtime errors are likely to occur when converting X to Y.

Runtime errors might occur when converting X to Y   New in this release

Runtime errors might occur when converting X to Y.

Syntax error in XML comment   New in this release

Syntax error in XML comment.

The CallerArgumentExpressionAttribute applied to parameter will have no effect because it's self-referential   New in this release

The CallerArgumentExpressionAttribute applied to parameter will have no effect because it's self-referential.

The CallerArgumentExpressionAttribute applied to parameter will have no effect. It is applied with an invalid parameter name.   New in this release

The CallerArgumentExpressionAttribute applied to parameter will have no effect.

Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.   New in this release

Type is for evaluation purposes only and is subject to change or removal in future updates.

Use obsolete member   New in this release

Use obsolete member.

Use obsolete member (without message)   New in this release

Use obsolete member (without message).

Variable is used before it has been assigned a value   New in this release

Variable is used before it has been assigned a value.

XML comment has a tag with a 'cref' attribute that could not be resolved   New in this release

XML comment has a tag with a 'cref' attribute that could not be resolved.

Last modified: 29 July 2025