Skip to content

Fix Mock DbContext Async methods and SqlLite methods (#29) #49

Fix Mock DbContext Async methods and SqlLite methods (#29)

Fix Mock DbContext Async methods and SqlLite methods (#29) #49

Triggered via push November 7, 2023 14:21
Status Success
Total duration 44s
Artifacts
build, pack & publish
32s
build, pack & publish
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build, pack & publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build, pack & publish: FastMoq.Core/Models/MockDbContextOptions.cs#L12
XML comment has syntactically incorrect cref attribute 'Mock{DbContextOptions{T}}'
build, pack & publish: FastMoq.Core/Models/MockDbContextOptions.cs#L12
XML comment has syntactically incorrect cref attribute 'Mock{DbContextOptions{T}}'
build, pack & publish: FastMoq.Core/Models/MockDbContextOptions.cs#L12
Type parameter declaration must be an identifier not a type. See also error CS0081.
build, pack & publish: FastMoq.Core/Models/MockAsyncQueryProvider.cs#L27
Possible null reference return.
build, pack & publish: FastMoq.Core/Models/MockAsyncQueryProvider.cs#L38
Dereference of a possibly null reference.
build, pack & publish: FastMoq.Core/Models/MockAsyncQueryProvider.cs#L43
Converting null literal or possible null value to non-nullable type.
build, pack & publish: FastMoq.Core/Models/MockAsyncQueryProvider.cs#L43
Possible null reference return.
build, pack & publish: FastMoq.Core/Models/FastMoqNonVoidSetupPhrase.cs#L38
Dereference of a possibly null reference.
build, pack & publish: FastMoq.Core/Models/FastMoqNonVoidSetupPhrase.cs#L39
Possible null reference return.
build, pack & publish: FastMoq.Core/Extensions/TestClassExtensions.cs#L241
Possible null reference return.