run-aspnetcore-blazor icon indicating copy to clipboard operation
run-aspnetcore-blazor copied to clipboard

Not Compiling

Open punkouter2021 opened this issue 4 years ago • 0 comments

1>------ Build started: Project: AspnetRun.Core, Configuration: Debug Any CPU ------ 1>AspnetRun.Core -> C:\Users\punko\Downloads\run-aspnetcore-blazor\src\AspnetRun.Core\bin\Debug\netcoreapp3.0\AspnetRun.Core.dll 2>------ Build started: Project: AspnetRun.Application, Configuration: Debug Any CPU ------ 3>------ Build started: Project: AspnetRun.Infrastructure, Configuration: Debug Any CPU ------ 4>------ Build started: Project: AspnetRun.Core.Tests, Configuration: Debug Any CPU ------ 3>AspnetRun.Infrastructure -> C:\Users\punko\Downloads\run-aspnetcore-blazor\src\AspnetRun.Infrastructure\bin\Debug\netcoreapp3.0\AspnetRun.Infrastructure.dll 5>------ Build started: Project: AspnetRun.Infrastructure.Tests, Configuration: Debug Any CPU ------ 4>Entities\CategoryAddProduct.cs(16,23,16,36): warning CS0414: The field 'CategoryAddProduct._testQuantity' is assigned but its value is never used 4>Entities\CategoryAddProduct.cs(15,25,15,39): warning CS0414: The field 'CategoryAddProduct._testUnitPrice' is assigned but its value is never used 5>AspnetRun.Infrastructure.Tests -> C:\Users\punko\Downloads\run-aspnetcore-blazor\test\AspnetRun.Infrastructure.Tests\bin\Debug\netcoreapp3.0\AspnetRun.Infrastructure.Tests.dll 2>AspnetRun.Application -> C:\Users\punko\Downloads\run-aspnetcore-blazor\src\AspnetRun.Application\bin\Debug\netcoreapp3.0\AspnetRun.Application.dll 6>------ Build started: Project: AspnetRun.Application.Tests, Configuration: Debug Any CPU ------ 7>------ Build started: Project: AspnetRun.Web, Configuration: Debug Any CPU ------ 4>AspnetRun.Core.Tests -> C:\Users\punko\Downloads\run-aspnetcore-blazor\test\AspnetRun.Core.Tests\bin\Debug\netcoreapp3.0\AspnetRun.Core.Tests.dll 4>Done building project "AspnetRun.Core.Tests.csproj". 6>AspnetRun.Application.Tests -> C:\Users\punko\Downloads\run-aspnetcore-blazor\test\AspnetRun.Application.Tests\bin\Debug\netcoreapp3.0\AspnetRun.Application.Tests.dll 7>Components_ViewImports.cshtml(3,39,3,46): error CS0234: The type or namespace name 'Layouts' does not exist in the namespace 'Microsoft.AspNetCore.Components' (are you missing an assembly reference?) 7>Components\Pages\FetchData.razor(41,35,41,46): error CS0115: 'FetchData.OnInitAsync()': no suitable method found to override 7>obj\Debug\netcoreapp3.0\RazorDeclaration\Components\Pages_ViewImports.cshtml.g.cs(16,61,16,71): error CS0246: The type or namespace name 'MainLayout' could not be found (are you missing a using directive or an assembly reference?) 7>Done building project "AspnetRun.Web.csproj" -- FAILED. ========== Build: 6 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

punkouter2021 avatar Oct 11 '19 19:10 punkouter2021