Skip to content

Added time provider extensions and added simple update method to Repo… #13

Added time provider extensions and added simple update method to Repo…

Added time provider extensions and added simple update method to Repo… #13

Triggered via push February 24, 2024 12:34
Status Failure
Total duration 38s
Artifacts
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
build-and-test-ubuntu-latest: test/DotNetElements.Core.Test/RespositoryTest.cs#L82
Using the generic method 'Repository<TestDbContext, Tag, Guid>.UpdateAsync<TFrom>(Guid, TFrom)' requires 1 type arguments
build-and-test-ubuntu-latest: test/DotNetElements.Core.Test/RespositoryTest.cs#L134
Using the generic method 'Repository<TestDbContext, Tag, Guid>.UpdateAsync<TFrom>(Guid, TFrom)' requires 1 type arguments
build-and-test-ubuntu-latest: test/DotNetElements.Core.Test/RespositoryTest.cs#L146
Using the generic method 'Repository<TestDbContext, Tag, Guid>.UpdateAsync<TFrom>(Guid, TFrom)' requires 1 type arguments
build-and-test-ubuntu-latest: samples/DotNetElements.CrudExample/Modules/TagModule/TagModule.cs#L29
Using the generic method 'Repository<AppDbContext, Tag, Guid>.UpdateAsync<TFrom>(Guid, TFrom)' requires 1 type arguments
build-and-test-ubuntu-latest: samples/DotNetElements.CrudExample/Modules/BlogPostModule/BlogPostModule.cs#L29
Using the generic method 'Repository<AppDbContext, BlogPost, Guid>.UpdateAsync<TFrom>(Guid, TFrom)' requires 1 type arguments
build-and-test-ubuntu-latest: samples/DotNetElements.CrudExample/Components/Pages/Crud.razor#L241
Using the generic method 'ManagedRepository<TagRepository, Tag, Guid>.UpdateAsync<TFrom>(Guid, TFrom)' requires 1 type arguments
build-and-test-ubuntu-latest: samples/DotNetElements.CrudExample/Components/Pages/Crud.razor#L349
Using the generic method 'ManagedRepository<BlogPostRepository, BlogPost, Guid>.UpdateAsync<TFrom>(Guid, TFrom)' requires 1 type arguments
build-and-test-ubuntu-latest: test/DotNetElements.Core.Test/RespositoryTest.cs#L82
Using the generic method 'Repository<TestDbContext, Tag, Guid>.UpdateAsync<TFrom>(Guid, TFrom)' requires 1 type arguments
build-and-test-ubuntu-latest: test/DotNetElements.Core.Test/RespositoryTest.cs#L134
Using the generic method 'Repository<TestDbContext, Tag, Guid>.UpdateAsync<TFrom>(Guid, TFrom)' requires 1 type arguments
build-and-test-ubuntu-latest: test/DotNetElements.Core.Test/RespositoryTest.cs#L146
Using the generic method 'Repository<TestDbContext, Tag, Guid>.UpdateAsync<TFrom>(Guid, TFrom)' requires 1 type arguments
build-and-test-ubuntu-latest: src/DotNetElements.Web.MudBlazor/CrudService.cs#L92
Possible null reference argument for parameter 'id' in 'string CrudOptions<TModel>.GetDetailsEndpoint(string id)'.
build-and-test-ubuntu-latest: src/DotNetElements.Web.MudBlazor/CrudTable.cs#L135
Possible null reference argument for parameter 'id' in 'string CrudOptions<TModel>.GetDetailsEndpoint(string id)'.
build-and-test-ubuntu-latest: src/DotNetElements.Web.MudBlazor/CrudService.cs#L92
Possible null reference argument for parameter 'id' in 'string CrudOptions<TModel>.GetDetailsEndpoint(string id)'.
build-and-test-ubuntu-latest: src/DotNetElements.Web.MudBlazor/CrudTable.cs#L135
Possible null reference argument for parameter 'id' in 'string CrudOptions<TModel>.GetDetailsEndpoint(string id)'.