chore(deps): update dependency xunit.runner.visualstudio to v3 #659
Annotations
1 error and 10 warnings
Run Tests
Process completed with exit code 1.
|
Dotnet Build:
src/BlazorApplicationInsights/Models/Config.cs#L190
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
Dotnet Build:
src/BlazorApplicationInsights/Models/Config.cs#L220
XML comment has badly formed XML -- 'An identifier was expected.'
|
Dotnet Build:
src/BlazorApplicationInsights/Models/Config.cs#L220
XML comment has badly formed XML -- '9'
|
Dotnet Build:
src/BlazorApplicationInsights/Logging/ApplicationInsightsLogger.cs#L95
Nullability in constraints for type parameter 'TState' of method 'ApplicationInsightsLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
Dotnet Build:
src/BlazorApplicationInsights/Models/TraceTelemetry.cs#L14
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dotnet Build:
src/BlazorApplicationInsights/Logging/ApplicationInsightsLoggerProvider.cs#L40
Possible null reference assignment.
|
Dotnet Build:
src/BlazorApplicationInsights/Logging/ApplicationInsightsLoggerProvider.cs#L37
Non-nullable field '_optionsReloadToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Dotnet Build:
src/BlazorApplicationInsights/Models/Context/Web.cs#L19
Non-nullable property 'Browser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dotnet Build:
src/BlazorApplicationInsights/Models/Context/Web.cs#L25
Non-nullable property 'BrowserVer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dotnet Build:
src/BlazorApplicationInsights/Models/Context/Web.cs#L31
Non-nullable property 'BrowserLang' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading