Lot's of improvements for MudBlazor components. #8
Annotations
10 errors and 2 warnings
Build:
test/DotNetElements.Core.Test/RespositoryTest.cs#L82
Using the generic method 'Repository<TestDbContext, Tag, Guid>.UpdateAsync<TFrom>(Guid, TFrom)' requires 1 type arguments
|
Build:
test/DotNetElements.Core.Test/RespositoryTest.cs#L134
Using the generic method 'Repository<TestDbContext, Tag, Guid>.UpdateAsync<TFrom>(Guid, TFrom)' requires 1 type arguments
|
Build:
test/DotNetElements.Core.Test/RespositoryTest.cs#L146
Using the generic method 'Repository<TestDbContext, Tag, Guid>.UpdateAsync<TFrom>(Guid, TFrom)' requires 1 type arguments
|
Build:
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:
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:
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:
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:
test/DotNetElements.Core.Test/RespositoryTest.cs#L82
Using the generic method 'Repository<TestDbContext, Tag, Guid>.UpdateAsync<TFrom>(Guid, TFrom)' requires 1 type arguments
|
Build:
test/DotNetElements.Core.Test/RespositoryTest.cs#L134
Using the generic method 'Repository<TestDbContext, Tag, Guid>.UpdateAsync<TFrom>(Guid, TFrom)' requires 1 type arguments
|
Build:
test/DotNetElements.Core.Test/RespositoryTest.cs#L146
Using the generic method 'Repository<TestDbContext, Tag, Guid>.UpdateAsync<TFrom>(Guid, TFrom)' requires 1 type arguments
|
Build:
src/DotNetElements.Web.MudBlazor/CrudTable.cs#L134
Possible null reference argument for parameter 'id' in 'string CrudTableOptions<TModel>.GetDetailsEndpoint(string id)'.
|
Build:
src/DotNetElements.Web.MudBlazor/CrudTable.cs#L134
Possible null reference argument for parameter 'id' in 'string CrudTableOptions<TModel>.GetDetailsEndpoint(string id)'.
|
The logs for this run have expired and are no longer available.
Loading