Aw/mvc patterns web #77
Annotations
10 warnings
build:
Dfe.Data.SearchPrototype/Web/Tests/Integration/PageObjectModel/PageComponents/SearchComponent.cs#L27
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.
|
build:
Dfe.Data.SearchPrototype/Web/Tests/Integration/PageObjectModel/PageComponents/SearchComponent.cs#L26
Converting null literal or possible null value to non-nullable type.
|
build:
Dfe.Data.SearchPrototype/Web/Tests/Integration/PageObjectModel/PageComponents/SearchComponent.cs#L27
Dereference of a possibly null reference.
|
build:
Dfe.Data.SearchPrototype/Web/Tests/Integration/PageObjectModel/PageComponents/SearchComponent.cs#L24
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
Dfe.Data.SearchPrototype/Web/Tests/Integration/HomePageTests.cs#L54
Possible null reference argument for parameter 'parent' in 'IHtmlFormElement? ParentNodeExtensions.QuerySelector<IHtmlFormElement>(IParentNode parent, string selectors)'.
|
build:
Dfe.Data.SearchPrototype/Web/Tests/Integration/HomePageTests.cs#L54
Dereference of a possibly null reference.
|
build:
Dfe.Data.SearchPrototype/Web/Tests/Integration/HomePageTests.cs#L56
Dereference of a possibly null reference.
|
build:
Dfe.Data.SearchPrototype/Web/Tests/Integration/PageObjectModel/PageComponents/SearchComponent.cs#L27
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.
|
build:
Dfe.Data.SearchPrototype/Web/Tests/Integration/PageObjectModel/PageComponents/SearchComponent.cs#L26
Converting null literal or possible null value to non-nullable type.
|
build:
Dfe.Data.SearchPrototype/Web/Tests/Integration/PageObjectModel/PageComponents/SearchComponent.cs#L27
Dereference of a possibly null reference.
|