[Judge] C# Advanced - Defining Classes
Здравейте, Judge ми дава Compile Time Error за качения zip файл. Не мога да разбера какъв е проблемът. Архивирала съм файловете (освен bin и obj), namespace-ът е точен. Бих била много благодарна за всякаква помощ.
Compiled file is missing. Compiler output: Microsoft (R) Build Engine version 16.6.0+5ff7b0c9e for .NET Core Copyright (C) Microsoft Corporation. All rights reserved. Determining projects to restore... Restored ...\Car.csproj (in 422 ms). Restored ...\NUnitLiteConsoleApp.csproj (in 741 ms). Car.cs(11,21): warning CS0169: The field 'Car.year' is never used [...\Car.csproj] Car.cs(9,24): warning CS0169: The field 'Car.make' is never used [...\Car.csproj] Car.cs(10,24): warning CS0169: The field 'Car.model' is never used [...\Car.csproj] Car -> ...\Car.dll CarPropertyModifiersTests.cs(13,63): error CS0246: The type or namespace name 'StartUp' could not be found (are you missing a using directive or an assembly reference?) [...\NUnitLiteConsoleApp.csproj] CarPropertiesSetValue.cs(14,63): error CS0246: The type or namespace name 'StartUp' could not be found (are you missing a using directive or an assembly reference?) [...\NUnitLiteConsoleApp.csproj] CarFieldModifiersTests.cs(13,63): error CS0246: The type or namespace name 'StartUp' could not be found (are you missing a using directive or an assembly reference?) [...\NUnitLiteConsoleApp.csproj] Build FAILED. Car.cs(11,21): warning CS0169: The field 'Car.year' is never used [...\Car.csproj] Car.cs(9,24): warning CS0169: The field 'Car.make' is never used [...\Car.csproj] Car.cs(10,24): warning CS0169: The field 'Car.model' is never used [...\Car.csproj] CarPropertyModifiersTests.cs(13,63): error CS0246: The type or namespace name 'StartUp' could not be found (are you missing a using directive or an assembly reference?) [...\NUnitLiteConsoleApp.csproj] CarPropertiesSetValue.cs(14,63): error CS0246: The type or namespace name 'StartUp' could not be found (are you missing a using directive or an assembly reference?) [...\NUnitLiteConsoleApp.csproj] CarFieldModifiersTests.cs(13,63): error CS0246: The type or namespace name 'StartUp' could not be found (are you missing a using directive or an assembly reference?) [...\NUnitLiteConsoleApp.csproj] 3 Warning(s) 3 Error(s) Time Elapsed 00:00:04.76
That worked. Thank you!