Selaa lähdekoodia

Вот теперь точно все готово

Rhomaios 2 vuotta sitten
vanhempi
commit
bac0e2364a

BIN
.vs/Reconstruction/v17/.suo


+ 1 - 1
Reconstruction/Functions/LoggedUser/Display.cs

@@ -138,7 +138,7 @@ namespace Reconstruction.Functions
             {
                 User user = (User)Service.db.Users.Where(u => u.Id == t.CreatorUserId).SingleOrDefault();
 
-                if (t.StatusId != 1 && t.AccUserId == null)
+                if (t.StatusId == 1 && t.AccUserId == null)
                 {
                     Console.WriteLine("Title: " + t.Title +
                                       "\nDescription: " + t.Description +

+ 1 - 1
Reconstruction/Reconstruction.csproj

@@ -4,7 +4,7 @@
     <OutputType>Exe</OutputType>
     <TargetFramework>net6.0</TargetFramework>
     <ImplicitUsings>enable</ImplicitUsings>
-    <Nullable>enable</Nullable>
+    <Nullable>disable</Nullable>
   </PropertyGroup>
 
   <ItemGroup>

BIN
Reconstruction/bin/Debug/net6.0/Reconstruction.dll


BIN
Reconstruction/bin/Debug/net6.0/Reconstruction.pdb


BIN
Reconstruction/obj/Debug/net6.0/Reconstruction.dll


BIN
Reconstruction/obj/Debug/net6.0/Reconstruction.pdb