diff --git a/.vs/ProjectEvaluation/presence.metadata.v9.bin b/.vs/ProjectEvaluation/presence.metadata.v9.bin new file mode 100644 index 0000000..d7abb93 Binary files /dev/null and b/.vs/ProjectEvaluation/presence.metadata.v9.bin differ diff --git a/.vs/ProjectEvaluation/presence.projects.v9.bin b/.vs/ProjectEvaluation/presence.projects.v9.bin new file mode 100644 index 0000000..bdc8865 Binary files /dev/null and b/.vs/ProjectEvaluation/presence.projects.v9.bin differ diff --git a/.vs/ProjectEvaluation/presence.strings.v9.bin b/.vs/ProjectEvaluation/presence.strings.v9.bin new file mode 100644 index 0000000..5ff8517 Binary files /dev/null and b/.vs/ProjectEvaluation/presence.strings.v9.bin differ diff --git a/.vs/presence/DesignTimeBuild/.dtbcache.v2 b/.vs/presence/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..8ad2645 Binary files /dev/null and b/.vs/presence/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/presence/FileContentIndex/82c02dc7-be61-4b93-9e1d-e7869e5de33d.vsidx b/.vs/presence/FileContentIndex/82c02dc7-be61-4b93-9e1d-e7869e5de33d.vsidx new file mode 100644 index 0000000..2c99716 Binary files /dev/null and b/.vs/presence/FileContentIndex/82c02dc7-be61-4b93-9e1d-e7869e5de33d.vsidx differ diff --git a/.vs/presence/v17/.futdcache.v2 b/.vs/presence/v17/.futdcache.v2 new file mode 100644 index 0000000..4d6c8a9 Binary files /dev/null and b/.vs/presence/v17/.futdcache.v2 differ diff --git a/.vs/presence/v17/.suo b/.vs/presence/v17/.suo new file mode 100644 index 0000000..ff12b3b Binary files /dev/null and b/.vs/presence/v17/.suo differ diff --git a/.vs/presence/v17/DocumentLayout.backup.json b/.vs/presence/v17/DocumentLayout.backup.json new file mode 100644 index 0000000..5c02481 --- /dev/null +++ b/.vs/presence/v17/DocumentLayout.backup.json @@ -0,0 +1,37 @@ +{ + "Version": 1, + "WorkspaceRootPath": "C:\\Users\\profi\\source\\repos\\aspekt\\", + "Documents": [ + { + "AbsoluteMoniker": "D:0:0:{E8BA9216-FC36-455D-8423-EB9F92594CC2}|ui\\ui.csproj|c:\\users\\profi\\source\\repos\\aspekt\\ui\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{E8BA9216-FC36-455D-8423-EB9F92594CC2}|ui\\ui.csproj|solutionrelative:ui\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + } + ], + "DocumentGroupContainers": [ + { + "Orientation": 0, + "VerticalTabListWidth": 256, + "DocumentGroups": [ + { + "DockedWidth": 200, + "SelectedChildIndex": 0, + "Children": [ + { + "$type": "Document", + "DocumentIndex": 0, + "Title": "Program.cs", + "DocumentMoniker": "C:\\Users\\profi\\source\\repos\\aspekt\\ui\\Program.cs", + "RelativeDocumentMoniker": "ui\\Program.cs", + "ToolTip": "C:\\Users\\profi\\source\\repos\\aspekt\\ui\\Program.cs", + "RelativeToolTip": "ui\\Program.cs", + "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2024-11-14T09:54:47.551Z", + "EditorCaption": "" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/.vs/presence/v17/DocumentLayout.json b/.vs/presence/v17/DocumentLayout.json new file mode 100644 index 0000000..fb459ff --- /dev/null +++ b/.vs/presence/v17/DocumentLayout.json @@ -0,0 +1,37 @@ +{ + "Version": 1, + "WorkspaceRootPath": "C:\\Users\\profi\\source\\repos\\aspekt\\", + "Documents": [ + { + "AbsoluteMoniker": "D:0:0:{E8BA9216-FC36-455D-8423-EB9F92594CC2}|ui\\ui.csproj|c:\\users\\profi\\source\\repos\\aspekt\\ui\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{E8BA9216-FC36-455D-8423-EB9F92594CC2}|ui\\ui.csproj|solutionrelative:ui\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + } + ], + "DocumentGroupContainers": [ + { + "Orientation": 0, + "VerticalTabListWidth": 256, + "DocumentGroups": [ + { + "DockedWidth": 200, + "SelectedChildIndex": 0, + "Children": [ + { + "$type": "Document", + "DocumentIndex": 0, + "Title": "Program.cs", + "DocumentMoniker": "C:\\Users\\profi\\source\\repos\\aspekt\\ui\\Program.cs", + "RelativeDocumentMoniker": "ui\\Program.cs", + "ToolTip": "C:\\Users\\profi\\source\\repos\\aspekt\\ui\\Program.cs", + "RelativeToolTip": "ui\\Program.cs", + "ViewState": "AgIAAAAAAAAAAAAAAAAAABIAAAATAAAAAAAAAA==", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2024-11-14T09:54:47.551Z", + "EditorCaption": "" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/RemaDateBase/DateDao/GroupDao.cs b/RemaDateBase/DateDao/GroupDao.cs new file mode 100644 index 0000000..ba8baa2 --- /dev/null +++ b/RemaDateBase/DateDao/GroupDao.cs @@ -0,0 +1,12 @@ + +namespace Zurnal.RemaDateBase.DateDao +{ + public class GroupDao + { + internal static List Name = new List(); + + public int Id { get; set; } + public required string GroupName { get; set; } + public IEnumerable Users { get; set; } + } +} \ No newline at end of file diff --git a/RemaDateBase/DateDao/PresnceDao.cs b/RemaDateBase/DateDao/PresnceDao.cs new file mode 100644 index 0000000..ca8d199 --- /dev/null +++ b/RemaDateBase/DateDao/PresnceDao.cs @@ -0,0 +1,12 @@ +namespace Zurnal.RemaDateBase.DateDao +{ + public class PresnceDao +{ + + public Guid UserGuid { get; set; } + public bool IsAttendensy { get; set; } = true; + public int LessonNumber { get; set; } + public DateOnly Date { get; set; } + public UserDao userDao { get; set; } +} +} \ No newline at end of file diff --git a/RemaDateBase/DateDao/UserDao.cs b/RemaDateBase/DateDao/UserDao.cs new file mode 100644 index 0000000..f265482 --- /dev/null +++ b/RemaDateBase/DateDao/UserDao.cs @@ -0,0 +1,9 @@ +namespace Zurnal.RemaDateBase.DateDao +{ + public class UserDao +{ + public required string FIO { get; set; } + public Guid UserGuid { get; set; } + public GroupDao Id { get; set; } +} +} \ No newline at end of file diff --git a/RemaDateBase/Interfase/IGroupRepositoryes.cs b/RemaDateBase/Interfase/IGroupRepositoryes.cs new file mode 100644 index 0000000..4395a88 --- /dev/null +++ b/RemaDateBase/Interfase/IGroupRepositoryes.cs @@ -0,0 +1,84 @@ +using Zurnal.domain.Models; +using Zurnal.RemaDateBase.DateDao; +using Group = System.Text.RegularExpressions.Group; + +namespace Zurnal.RemaDateBase +{ + public interface IGroupRepository + { + List AllGroup { get; } + + public IEnumerable AllGroups() + { + return AllGroup.Select(g => new GroupDao { GroupName = g.GroupName, Id = g.Id }); + } + + public bool RemoveGroupById(int groupId) + { + var group = AllGroup.FirstOrDefault(g => g.Id == groupId); + if (group != null) + { + AllGroup.Remove(group); + return true; + } + return false; + } + + public GroupDao FindGroupById(int groupId) + { + return AllGroup.FirstOrDefault(g => g.Id == groupId); + } + + public bool UpdateGroupById(int groupId, GroupDao updatedGroup) + { + if (updatedGroup == null) throw new ArgumentNullException(nameof(updatedGroup)); + + var group = AllGroup.FirstOrDefault(g => g.Id == groupId); + if (group != null) + { + group.GroupName = updatedGroup.GroupName; + return true; + } + return false; + } + + public void DeleteGroup(int id) + { + var group = AllGroup.FirstOrDefault(g => g.Id == id); + if (group != null) + { + AllGroup.Remove(group); + } + } + + public IEnumerable GetAllGroups() + { + return AllGroup; + } + + public void UpdateGroupName(int groupId, string name) + { + if (name == null) throw new ArgumentNullException(nameof(name)); + + var group = AllGroup.FirstOrDefault(g => g.Id == groupId); + if (group != null) + { + group.GroupName = name; + } + } + public bool UpdateUser(Guid userGuid, UserDao updatedUser) + { + if (updatedUser == null) throw new ArgumentNullException(nameof(updatedUser)); + + var user = AllGroup.SelectMany(g => g.Users).FirstOrDefault(u => u.UserGuid == userGuid); + if (user != null) + { + user.FIO = updatedUser.FIO; + user.GroupID = updatedUser.GroupID; + user.Group = updatedUser.Group; + return true; + } + return false; + } +} +} \ No newline at end of file diff --git a/RemaDateBase/Interfase/IPresenceRepository.cs b/RemaDateBase/Interfase/IPresenceRepository.cs new file mode 100644 index 0000000..1f792fd --- /dev/null +++ b/RemaDateBase/Interfase/IPresenceRepository.cs @@ -0,0 +1,10 @@ +using Zurnal.RemaDateBase.DateDao; + +public interface IPresenceRepository +{ + void AddPresence(PresnceDao presence); + PresnceDao GetPresenceById(int id); + IEnumerable GetAllPresences(); + void UpdatePresence(PresnceDao presence); + void DeletePresence(int id); +} \ No newline at end of file diff --git a/RemaDateBase/Interfase/IUserRepository.cs b/RemaDateBase/Interfase/IUserRepository.cs new file mode 100644 index 0000000..23a7f51 --- /dev/null +++ b/RemaDateBase/Interfase/IUserRepository.cs @@ -0,0 +1,10 @@ +using Zurnal.domain.Models; + +public interface IUserRepository +{ + void AddUser(User user); + User GetUserById(int id); + IEnumerable GetAllUsers(); + void UpdateUser(User user); + void DeleteUser(int id); +} \ No newline at end of file diff --git a/RemaDateBase/PresenceRepository.cs b/RemaDateBase/PresenceRepository.cs new file mode 100644 index 0000000..5844c9f --- /dev/null +++ b/RemaDateBase/PresenceRepository.cs @@ -0,0 +1,80 @@ +using Zurnal.RemaDateBase.DateDao; +public class PresenceRepository : IPresenceRepository +{ + private List presences = new List(); + + public void AddPresence(PresnceDao presence) + { + presences.Add(new PresnceDao + { + UserGuid = presence.UserGuid, + IsAttendensy = presence.IsAttendensy, + LessonNumber = presence.LessonNumber, + Date = presence.Date, + userDao = new UserDao + { + FIO = presence.userDao.FIO, + UserGuid = presence.userDao.UserGuid, + GroupID = presence.userDao.GroupID, + Group = new GroupDao { Id = presence.userDao.Group.Id, GroupName = presence.userDao.Group.GroupName } + } + }); + } + + public PresnceDao GetPresenceById(int id) + { + var presence = presences.FirstOrDefault(p => p.LessonNumber == id); + return presence != null ? new PresnceDao + { + UserGuid = presence.UserGuid, + IsAttendensy = presence.IsAttendensy, + LessonNumber = presence.LessonNumber, + Date = presence.Date, + userDao = new UserDao + { + FIO = presence.userDao.FIO, + GroupID = presence.userDao.GroupID, + Group = presence.userDao.Group + } + } : null; + } + + public IEnumerable GetAllPresences() + { + return presences.Select(p => new PresnceDao + { + UserGuid = p.UserGuid, + IsAttendensy = p.IsAttendensy, + LessonNumber = p.LessonNumber, + Date = p.Date, + userDao = new UserDao + { + FIO = p.userDao.FIO, + GroupID = p.userDao.GroupID, + Group = p.userDao.Group + } + }).ToList(); + } + + public void UpdatePresence(PresnceDao presence) + { + var existingPresence = presences.FirstOrDefault(p => p.LessonNumber == presence.LessonNumber); + if (existingPresence != null) + { + existingPresence.IsAttendensy = presence.IsAttendensy; + existingPresence.Date = presence.Date; + existingPresence.userDao.FIO = presence.userDao.FIO; + existingPresence.userDao.GroupID = presence.userDao.GroupID; + existingPresence.userDao.Group.GroupName = presence.userDao.Group.GroupName; + } + } + + public void DeletePresence(int id) + { + var presence = presences.FirstOrDefault(p => p.LessonNumber == id); + if (presence != null) + { + presences.Remove(presence); + } + } +} \ No newline at end of file diff --git a/RemaDateBase/RemoutDateBase.cs b/RemaDateBase/RemoutDateBase.cs new file mode 100644 index 0000000..cc3141f --- /dev/null +++ b/RemaDateBase/RemoutDateBase.cs @@ -0,0 +1,32 @@ +using Microsoft.EntityFrameworkCore; +using Zurnal.RemaDateBase.DateDao; + +public class RemoteDateBaseContext : DbContext +{ + public DbSet Group { get; set; } + public DbSet User { get; set; } + public DbSet Presence { get; set; } + public object Groups { get; internal set; } + + protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) + { + optionsBuilder.UseNpgsql("Host=45.67.56.214;Port=5421;Username=user16;Password=dZ28IVE5;Database=user16"); + } + + protected override void OnModelCreating(ModelBuilder modelBuilder) + { + modelBuilder.Entity().HasKey(group => group.Id); + modelBuilder.Entity().Property(group => group.Id).ValueGeneratedOnAdd(); + + modelBuilder.Entity().HasKey(user => user.UserGuid); + modelBuilder.Entity().Property(user => user.UserGuid).ValueGeneratedOnAdd(); + + modelBuilder.Entity().HasKey(presence => new + { + presence.UserGuid, + presence.Date, + presence.IsAttendensy, + presence.LessonNumber + }); + } +} \ No newline at end of file diff --git a/data/RemoteData/RemoteDataBaseContext.cs b/data/RemoteData/RemoteDataBaseContext.cs index bc2ee5b..cd1935e 100644 --- a/data/RemoteData/RemoteDataBaseContext.cs +++ b/data/RemoteData/RemoteDataBaseContext.cs @@ -16,13 +16,13 @@ namespace data.RemoteData protected override void OnModelCreating(ModelBuilder modelBuilder) { - modelBuilder.Entity().HasKey(group => group.Id); - modelBuilder.Entity().HasKey(user => user.UserGuid); - modelBuilder.Entity().HasKey(presence => new { - presence.UserGuid, - presence.IsAttendensy, - presence.Date, - presence.LessonNumber, + modelBuilder.Entity().HasKey(Group => Group.Id); + modelBuilder.Entity().HasKey(User => User.UserGuid); + modelBuilder.Entity().HasKey(Presence => new { + Presence.UserGuid, + Presence.IsAttendensy, + Presence.Date, + Presence.LessonNumber, }); } } diff --git a/data/Repository/SQLGroupRepositoryImpl.cs b/data/Repository/SQLRepos/SQLGroupRepositoryImpl.cs similarity index 99% rename from data/Repository/SQLGroupRepositoryImpl.cs rename to data/Repository/SQLRepos/SQLGroupRepositoryImpl.cs index a48569c..064842f 100644 --- a/data/Repository/SQLGroupRepositoryImpl.cs +++ b/data/Repository/SQLRepos/SQLGroupRepositoryImpl.cs @@ -53,4 +53,4 @@ namespace Data.Repository throw new NotImplementedException(); } } -} +} \ No newline at end of file diff --git a/data/bin/Debug/net8.0/data.dll b/data/bin/Debug/net8.0/data.dll index 16c7b96..786b7f4 100644 Binary files a/data/bin/Debug/net8.0/data.dll and b/data/bin/Debug/net8.0/data.dll differ diff --git a/data/bin/Debug/net8.0/data.pdb b/data/bin/Debug/net8.0/data.pdb index aecd83a..7e4d7b6 100644 Binary files a/data/bin/Debug/net8.0/data.pdb and b/data/bin/Debug/net8.0/data.pdb differ diff --git a/data/obj/Debug/net8.0/data.AssemblyInfo.cs b/data/obj/Debug/net8.0/data.AssemblyInfo.cs index 8135380..8cde594 100644 --- a/data/obj/Debug/net8.0/data.AssemblyInfo.cs +++ b/data/obj/Debug/net8.0/data.AssemblyInfo.cs @@ -13,10 +13,10 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("data")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d14f30b58346596546b30dc44d61ffae0ddb1b9a")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e27cafe094d18bae057fbde323cb6838d569328c")] [assembly: System.Reflection.AssemblyProductAttribute("data")] [assembly: System.Reflection.AssemblyTitleAttribute("data")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -// Создано классом WriteCodeFragment MSBuild. +// Generated by the MSBuild WriteCodeFragment class. diff --git a/data/obj/Debug/net8.0/data.AssemblyInfoInputs.cache b/data/obj/Debug/net8.0/data.AssemblyInfoInputs.cache index 3a4d4d5..78cdba8 100644 --- a/data/obj/Debug/net8.0/data.AssemblyInfoInputs.cache +++ b/data/obj/Debug/net8.0/data.AssemblyInfoInputs.cache @@ -1 +1 @@ -da6e5904672a15e9743c288bc5b94fbac57fa66388ba1cb5e535fe3bfb0750aa +e95f73bf9f179d39b2dfa2d90546b9f47aaac6da2dcaa72f3b4f20ee39266e0c diff --git a/data/obj/Debug/net8.0/data.GeneratedMSBuildEditorConfig.editorconfig b/data/obj/Debug/net8.0/data.GeneratedMSBuildEditorConfig.editorconfig index 4804a03..6b9c9ce 100644 --- a/data/obj/Debug/net8.0/data.GeneratedMSBuildEditorConfig.editorconfig +++ b/data/obj/Debug/net8.0/data.GeneratedMSBuildEditorConfig.editorconfig @@ -11,3 +11,5 @@ build_property.RootNamespace = data build_property.ProjectDir = C:\Users\profi\source\repos\aspekt\data\ build_property.EnableComHosting = build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 8.0 +build_property.EnableCodeStyleSeverity = diff --git a/data/obj/Debug/net8.0/data.assets.cache b/data/obj/Debug/net8.0/data.assets.cache index a594712..3e195bd 100644 Binary files a/data/obj/Debug/net8.0/data.assets.cache and b/data/obj/Debug/net8.0/data.assets.cache differ diff --git a/data/obj/Debug/net8.0/data.csproj.CoreCompileInputs.cache b/data/obj/Debug/net8.0/data.csproj.CoreCompileInputs.cache index 5f4d590..eed8512 100644 --- a/data/obj/Debug/net8.0/data.csproj.CoreCompileInputs.cache +++ b/data/obj/Debug/net8.0/data.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -132dbfcd8f4d2b84a493615e15b278b98bcaac7018bc678f698bddb023bd6265 +2546fe69b50282b1741e2a88dacc0a9d6709341ca6ec2f88b0ea9c92255ca175 diff --git a/data/obj/Debug/net8.0/data.dll b/data/obj/Debug/net8.0/data.dll index 16c7b96..786b7f4 100644 Binary files a/data/obj/Debug/net8.0/data.dll and b/data/obj/Debug/net8.0/data.dll differ diff --git a/data/obj/Debug/net8.0/data.pdb b/data/obj/Debug/net8.0/data.pdb index aecd83a..7e4d7b6 100644 Binary files a/data/obj/Debug/net8.0/data.pdb and b/data/obj/Debug/net8.0/data.pdb differ diff --git a/data/obj/Debug/net8.0/ref/data.dll b/data/obj/Debug/net8.0/ref/data.dll index d5e035f..5fc3821 100644 Binary files a/data/obj/Debug/net8.0/ref/data.dll and b/data/obj/Debug/net8.0/ref/data.dll differ diff --git a/data/obj/Debug/net8.0/refint/data.dll b/data/obj/Debug/net8.0/refint/data.dll index d5e035f..5fc3821 100644 Binary files a/data/obj/Debug/net8.0/refint/data.dll and b/data/obj/Debug/net8.0/refint/data.dll differ diff --git a/data/obj/data.csproj.nuget.dgspec.json b/data/obj/data.csproj.nuget.dgspec.json index 828779e..b7e0f3e 100644 --- a/data/obj/data.csproj.nuget.dgspec.json +++ b/data/obj/data.csproj.nuget.dgspec.json @@ -42,8 +42,9 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" - } + "auditMode": "all" + }, + "SdkAnalysisLevel": "9.0.100" }, "frameworks": { "net8.0": { @@ -80,7 +81,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json" } } } diff --git a/data/obj/data.csproj.nuget.g.props b/data/obj/data.csproj.nuget.g.props index 90d743d..9e04765 100644 --- a/data/obj/data.csproj.nuget.g.props +++ b/data/obj/data.csproj.nuget.g.props @@ -7,7 +7,7 @@ $(UserProfile)\.nuget\packages\ C:\Users\profi\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages PackageReference - 6.11.1 + 6.12.1 diff --git a/data/obj/project.assets.json b/data/obj/project.assets.json index b0a2237..f459dde 100644 --- a/data/obj/project.assets.json +++ b/data/obj/project.assets.json @@ -2151,8 +2151,9 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" - } + "auditMode": "all" + }, + "SdkAnalysisLevel": "9.0.100" }, "frameworks": { "net8.0": { @@ -2189,7 +2190,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json" } } } diff --git a/data/obj/project.nuget.cache b/data/obj/project.nuget.cache index 6fcb619..e67071e 100644 --- a/data/obj/project.nuget.cache +++ b/data/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "piDxW1k6TWM=", + "dgSpecHash": "L3E+alyl/Ys=", "success": true, "projectFilePath": "C:\\Users\\profi\\source\\repos\\aspekt\\data\\data.csproj", "expectedPackageFiles": [ diff --git a/domain/bin/Debug/net8.0/data.dll b/domain/bin/Debug/net8.0/data.dll index 16c7b96..786b7f4 100644 Binary files a/domain/bin/Debug/net8.0/data.dll and b/domain/bin/Debug/net8.0/data.dll differ diff --git a/domain/bin/Debug/net8.0/data.pdb b/domain/bin/Debug/net8.0/data.pdb index aecd83a..7e4d7b6 100644 Binary files a/domain/bin/Debug/net8.0/data.pdb and b/domain/bin/Debug/net8.0/data.pdb differ diff --git a/domain/bin/Debug/net8.0/domain.dll b/domain/bin/Debug/net8.0/domain.dll index 17432bf..e6df1a9 100644 Binary files a/domain/bin/Debug/net8.0/domain.dll and b/domain/bin/Debug/net8.0/domain.dll differ diff --git a/domain/bin/Debug/net8.0/domain.pdb b/domain/bin/Debug/net8.0/domain.pdb index 865bf35..fa7b170 100644 Binary files a/domain/bin/Debug/net8.0/domain.pdb and b/domain/bin/Debug/net8.0/domain.pdb differ diff --git a/domain/obj/Debug/net8.0/domain.AssemblyInfo.cs b/domain/obj/Debug/net8.0/domain.AssemblyInfo.cs index df6a433..19ba62f 100644 --- a/domain/obj/Debug/net8.0/domain.AssemblyInfo.cs +++ b/domain/obj/Debug/net8.0/domain.AssemblyInfo.cs @@ -13,10 +13,10 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("domain")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d14f30b58346596546b30dc44d61ffae0ddb1b9a")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e27cafe094d18bae057fbde323cb6838d569328c")] [assembly: System.Reflection.AssemblyProductAttribute("domain")] [assembly: System.Reflection.AssemblyTitleAttribute("domain")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -// Создано классом WriteCodeFragment MSBuild. +// Generated by the MSBuild WriteCodeFragment class. diff --git a/domain/obj/Debug/net8.0/domain.AssemblyInfoInputs.cache b/domain/obj/Debug/net8.0/domain.AssemblyInfoInputs.cache index 7b645e9..68edb81 100644 --- a/domain/obj/Debug/net8.0/domain.AssemblyInfoInputs.cache +++ b/domain/obj/Debug/net8.0/domain.AssemblyInfoInputs.cache @@ -1 +1 @@ -15dde5298e0a2aca57d1a2b1eb4e9e31f4cb84ae24a21e988fca6c201a5add95 +ad577e9c7ba3f9027e834b07683bb363425bc4abb418070ef5c20624d0b6b7a8 diff --git a/domain/obj/Debug/net8.0/domain.GeneratedMSBuildEditorConfig.editorconfig b/domain/obj/Debug/net8.0/domain.GeneratedMSBuildEditorConfig.editorconfig index ca6c6d6..820d1ad 100644 --- a/domain/obj/Debug/net8.0/domain.GeneratedMSBuildEditorConfig.editorconfig +++ b/domain/obj/Debug/net8.0/domain.GeneratedMSBuildEditorConfig.editorconfig @@ -11,3 +11,5 @@ build_property.RootNamespace = domain build_property.ProjectDir = C:\Users\profi\source\repos\aspekt\domain\ build_property.EnableComHosting = build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 8.0 +build_property.EnableCodeStyleSeverity = diff --git a/domain/obj/Debug/net8.0/domain.assets.cache b/domain/obj/Debug/net8.0/domain.assets.cache index 96a741a..4eaaf55 100644 Binary files a/domain/obj/Debug/net8.0/domain.assets.cache and b/domain/obj/Debug/net8.0/domain.assets.cache differ diff --git a/domain/obj/Debug/net8.0/domain.csproj.AssemblyReference.cache b/domain/obj/Debug/net8.0/domain.csproj.AssemblyReference.cache index 2a93ee0..7d3cfc4 100644 Binary files a/domain/obj/Debug/net8.0/domain.csproj.AssemblyReference.cache and b/domain/obj/Debug/net8.0/domain.csproj.AssemblyReference.cache differ diff --git a/domain/obj/Debug/net8.0/domain.csproj.CoreCompileInputs.cache b/domain/obj/Debug/net8.0/domain.csproj.CoreCompileInputs.cache index e3ddab3..776995f 100644 --- a/domain/obj/Debug/net8.0/domain.csproj.CoreCompileInputs.cache +++ b/domain/obj/Debug/net8.0/domain.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -dde64b0792f50fd0b7b79f917c9fba1b6079d6bb705e8b58d3634905ee7db9c7 +6f73c6397e319e6d4afbf79062e249152f63b50fd0f6afb7ae71ec297f202e1b diff --git a/domain/obj/Debug/net8.0/domain.dll b/domain/obj/Debug/net8.0/domain.dll index 17432bf..e6df1a9 100644 Binary files a/domain/obj/Debug/net8.0/domain.dll and b/domain/obj/Debug/net8.0/domain.dll differ diff --git a/domain/obj/Debug/net8.0/domain.pdb b/domain/obj/Debug/net8.0/domain.pdb index 865bf35..fa7b170 100644 Binary files a/domain/obj/Debug/net8.0/domain.pdb and b/domain/obj/Debug/net8.0/domain.pdb differ diff --git a/domain/obj/Debug/net8.0/ref/domain.dll b/domain/obj/Debug/net8.0/ref/domain.dll index 091caed..324fa17 100644 Binary files a/domain/obj/Debug/net8.0/ref/domain.dll and b/domain/obj/Debug/net8.0/ref/domain.dll differ diff --git a/domain/obj/Debug/net8.0/refint/domain.dll b/domain/obj/Debug/net8.0/refint/domain.dll index 091caed..324fa17 100644 Binary files a/domain/obj/Debug/net8.0/refint/domain.dll and b/domain/obj/Debug/net8.0/refint/domain.dll differ diff --git a/domain/obj/domain.csproj.nuget.dgspec.json b/domain/obj/domain.csproj.nuget.dgspec.json index e210fdd..0aefe95 100644 --- a/domain/obj/domain.csproj.nuget.dgspec.json +++ b/domain/obj/domain.csproj.nuget.dgspec.json @@ -42,8 +42,9 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" - } + "auditMode": "all" + }, + "SdkAnalysisLevel": "9.0.100" }, "frameworks": { "net8.0": { @@ -80,7 +81,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json" } } }, @@ -126,8 +127,9 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" - } + "auditMode": "all" + }, + "SdkAnalysisLevel": "9.0.100" }, "frameworks": { "net8.0": { @@ -148,7 +150,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json" } } } diff --git a/domain/obj/domain.csproj.nuget.g.props b/domain/obj/domain.csproj.nuget.g.props index ea0697e..c9ae7a7 100644 --- a/domain/obj/domain.csproj.nuget.g.props +++ b/domain/obj/domain.csproj.nuget.g.props @@ -7,7 +7,7 @@ $(UserProfile)\.nuget\packages\ C:\Users\profi\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages PackageReference - 6.11.1 + 6.12.1 diff --git a/domain/obj/project.assets.json b/domain/obj/project.assets.json index 27023e7..bff0d3b 100644 --- a/domain/obj/project.assets.json +++ b/domain/obj/project.assets.json @@ -779,8 +779,9 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" - } + "auditMode": "all" + }, + "SdkAnalysisLevel": "9.0.100" }, "frameworks": { "net8.0": { @@ -801,7 +802,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json" } } } diff --git a/domain/obj/project.nuget.cache b/domain/obj/project.nuget.cache index 6ce638a..e08fe88 100644 --- a/domain/obj/project.nuget.cache +++ b/domain/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "6kqd+Vr3/Mo=", + "dgSpecHash": "EtYc3LBV5nE=", "success": true, "projectFilePath": "C:\\Users\\profi\\source\\repos\\aspekt\\domain\\domain.csproj", "expectedPackageFiles": [ diff --git a/presence_api/obj/Debug/net8.0/presence_api.AssemblyInfo.cs b/presence_api/obj/Debug/net8.0/presence_api.AssemblyInfo.cs index 5adf725..2f19e0b 100644 --- a/presence_api/obj/Debug/net8.0/presence_api.AssemblyInfo.cs +++ b/presence_api/obj/Debug/net8.0/presence_api.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("presence_api")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e27cafe094d18bae057fbde323cb6838d569328c")] [assembly: System.Reflection.AssemblyProductAttribute("presence_api")] [assembly: System.Reflection.AssemblyTitleAttribute("presence_api")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/presence_api/obj/Debug/net8.0/presence_api.AssemblyInfoInputs.cache b/presence_api/obj/Debug/net8.0/presence_api.AssemblyInfoInputs.cache index e992c49..9216ba9 100644 --- a/presence_api/obj/Debug/net8.0/presence_api.AssemblyInfoInputs.cache +++ b/presence_api/obj/Debug/net8.0/presence_api.AssemblyInfoInputs.cache @@ -1 +1 @@ -1f62ae9533a734c74ec1f7ca641bc5e1622b77bd7c65110c6691cbb61403c74b +c453b6dfb0e0be2d8c96a9812c9c874a3b98b3522bd3267cdd8880948edb3827 diff --git a/presence_api/obj/Debug/net8.0/presence_api.GeneratedMSBuildEditorConfig.editorconfig b/presence_api/obj/Debug/net8.0/presence_api.GeneratedMSBuildEditorConfig.editorconfig index 294d474..89cd0cb 100644 --- a/presence_api/obj/Debug/net8.0/presence_api.GeneratedMSBuildEditorConfig.editorconfig +++ b/presence_api/obj/Debug/net8.0/presence_api.GeneratedMSBuildEditorConfig.editorconfig @@ -17,3 +17,5 @@ build_property.SupportLocalizedComponentNames = build_property.GenerateRazorMetadataSourceChecksumAttributes = build_property.MSBuildProjectDirectory = C:\Users\profi\source\repos\aspekt\presence_api build_property._RazorSourceGeneratorDebug = +build_property.EffectiveAnalysisLevelStyle = 8.0 +build_property.EnableCodeStyleSeverity = diff --git a/presence_api/obj/Debug/net8.0/presence_api.assets.cache b/presence_api/obj/Debug/net8.0/presence_api.assets.cache index e0ecf78..66d7919 100644 Binary files a/presence_api/obj/Debug/net8.0/presence_api.assets.cache and b/presence_api/obj/Debug/net8.0/presence_api.assets.cache differ diff --git a/presence_api/obj/Debug/net8.0/presence_api.csproj.AssemblyReference.cache b/presence_api/obj/Debug/net8.0/presence_api.csproj.AssemblyReference.cache index 83597a1..23b20be 100644 Binary files a/presence_api/obj/Debug/net8.0/presence_api.csproj.AssemblyReference.cache and b/presence_api/obj/Debug/net8.0/presence_api.csproj.AssemblyReference.cache differ diff --git a/presence_api/obj/Debug/net8.0/staticwebassets.removed.txt b/presence_api/obj/Debug/net8.0/staticwebassets.removed.txt new file mode 100644 index 0000000..e69de29 diff --git a/presence_api/obj/presence_api.csproj.nuget.dgspec.json b/presence_api/obj/presence_api.csproj.nuget.dgspec.json index 402edb6..e863bc1 100644 --- a/presence_api/obj/presence_api.csproj.nuget.dgspec.json +++ b/presence_api/obj/presence_api.csproj.nuget.dgspec.json @@ -42,8 +42,9 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" - } + "auditMode": "all" + }, + "SdkAnalysisLevel": "9.0.100" }, "frameworks": { "net8.0": { @@ -80,7 +81,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json" } } }, @@ -126,8 +127,9 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" - } + "auditMode": "all" + }, + "SdkAnalysisLevel": "9.0.100" }, "frameworks": { "net8.0": { @@ -148,7 +150,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json" } } }, @@ -194,8 +196,9 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" - } + "auditMode": "all" + }, + "SdkAnalysisLevel": "9.0.100" }, "frameworks": { "net8.0": { @@ -229,7 +232,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json" } } } diff --git a/presence_api/obj/presence_api.csproj.nuget.g.props b/presence_api/obj/presence_api.csproj.nuget.g.props index 7c00273..d0549b4 100644 --- a/presence_api/obj/presence_api.csproj.nuget.g.props +++ b/presence_api/obj/presence_api.csproj.nuget.g.props @@ -7,7 +7,7 @@ $(UserProfile)\.nuget\packages\ C:\Users\profi\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages PackageReference - 6.11.1 + 6.12.1 diff --git a/presence_api/obj/project.assets.json b/presence_api/obj/project.assets.json index dafba13..344645c 100644 --- a/presence_api/obj/project.assets.json +++ b/presence_api/obj/project.assets.json @@ -1268,8 +1268,9 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" - } + "auditMode": "all" + }, + "SdkAnalysisLevel": "9.0.100" }, "frameworks": { "net8.0": { @@ -1303,7 +1304,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json" } } } diff --git a/presence_api/obj/project.nuget.cache b/presence_api/obj/project.nuget.cache index 51c42e4..78b6d85 100644 --- a/presence_api/obj/project.nuget.cache +++ b/presence_api/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "yN9UbVMQwfA=", + "dgSpecHash": "1/GHJnmficU=", "success": true, "projectFilePath": "C:\\Users\\profi\\source\\repos\\aspekt\\presence_api\\presence_api.csproj", "expectedPackageFiles": [ diff --git a/presence_api/presence_api.csproj.user b/presence_api/presence_api.csproj.user new file mode 100644 index 0000000..9ff5820 --- /dev/null +++ b/presence_api/presence_api.csproj.user @@ -0,0 +1,6 @@ + + + + https + + \ No newline at end of file diff --git a/ui/bin/Debug/net8.0/data.dll b/ui/bin/Debug/net8.0/data.dll index 16c7b96..786b7f4 100644 Binary files a/ui/bin/Debug/net8.0/data.dll and b/ui/bin/Debug/net8.0/data.dll differ diff --git a/ui/bin/Debug/net8.0/data.pdb b/ui/bin/Debug/net8.0/data.pdb index aecd83a..7e4d7b6 100644 Binary files a/ui/bin/Debug/net8.0/data.pdb and b/ui/bin/Debug/net8.0/data.pdb differ diff --git a/ui/bin/Debug/net8.0/domain.dll b/ui/bin/Debug/net8.0/domain.dll index 17432bf..e6df1a9 100644 Binary files a/ui/bin/Debug/net8.0/domain.dll and b/ui/bin/Debug/net8.0/domain.dll differ diff --git a/ui/bin/Debug/net8.0/domain.pdb b/ui/bin/Debug/net8.0/domain.pdb index 865bf35..fa7b170 100644 Binary files a/ui/bin/Debug/net8.0/domain.pdb and b/ui/bin/Debug/net8.0/domain.pdb differ diff --git a/ui/bin/Debug/net8.0/ui.dll b/ui/bin/Debug/net8.0/ui.dll index 9d45250..fa33b4d 100644 Binary files a/ui/bin/Debug/net8.0/ui.dll and b/ui/bin/Debug/net8.0/ui.dll differ diff --git a/ui/bin/Debug/net8.0/ui.exe b/ui/bin/Debug/net8.0/ui.exe index 3bca033..80ab523 100644 Binary files a/ui/bin/Debug/net8.0/ui.exe and b/ui/bin/Debug/net8.0/ui.exe differ diff --git a/ui/bin/Debug/net8.0/ui.pdb b/ui/bin/Debug/net8.0/ui.pdb index 03050e3..bfefe4a 100644 Binary files a/ui/bin/Debug/net8.0/ui.pdb and b/ui/bin/Debug/net8.0/ui.pdb differ diff --git a/ui/obj/Debug/net8.0/apphost.exe b/ui/obj/Debug/net8.0/apphost.exe index 3bca033..80ab523 100644 Binary files a/ui/obj/Debug/net8.0/apphost.exe and b/ui/obj/Debug/net8.0/apphost.exe differ diff --git a/ui/obj/Debug/net8.0/ref/ui.dll b/ui/obj/Debug/net8.0/ref/ui.dll index 8a6b2c3..83c59ad 100644 Binary files a/ui/obj/Debug/net8.0/ref/ui.dll and b/ui/obj/Debug/net8.0/ref/ui.dll differ diff --git a/ui/obj/Debug/net8.0/refint/ui.dll b/ui/obj/Debug/net8.0/refint/ui.dll index 8a6b2c3..83c59ad 100644 Binary files a/ui/obj/Debug/net8.0/refint/ui.dll and b/ui/obj/Debug/net8.0/refint/ui.dll differ diff --git a/ui/obj/Debug/net8.0/ui.AssemblyInfo.cs b/ui/obj/Debug/net8.0/ui.AssemblyInfo.cs index 3369c79..5fc0dff 100644 --- a/ui/obj/Debug/net8.0/ui.AssemblyInfo.cs +++ b/ui/obj/Debug/net8.0/ui.AssemblyInfo.cs @@ -13,10 +13,10 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("ui")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d14f30b58346596546b30dc44d61ffae0ddb1b9a")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e27cafe094d18bae057fbde323cb6838d569328c")] [assembly: System.Reflection.AssemblyProductAttribute("ui")] [assembly: System.Reflection.AssemblyTitleAttribute("ui")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -// Создано классом WriteCodeFragment MSBuild. +// Generated by the MSBuild WriteCodeFragment class. diff --git a/ui/obj/Debug/net8.0/ui.AssemblyInfoInputs.cache b/ui/obj/Debug/net8.0/ui.AssemblyInfoInputs.cache index 2af9172..116bede 100644 --- a/ui/obj/Debug/net8.0/ui.AssemblyInfoInputs.cache +++ b/ui/obj/Debug/net8.0/ui.AssemblyInfoInputs.cache @@ -1 +1 @@ -4e7c2fe91495819803332ae21fc74a7aec753055f4a797d99eb398f35ee67a01 +c811000b402d98863fd4f8a454cd0a37a447ad2900f747d0fd5c4dacf1e7461b diff --git a/ui/obj/Debug/net8.0/ui.GeneratedMSBuildEditorConfig.editorconfig b/ui/obj/Debug/net8.0/ui.GeneratedMSBuildEditorConfig.editorconfig index e4e2a67..b51c44e 100644 --- a/ui/obj/Debug/net8.0/ui.GeneratedMSBuildEditorConfig.editorconfig +++ b/ui/obj/Debug/net8.0/ui.GeneratedMSBuildEditorConfig.editorconfig @@ -11,3 +11,5 @@ build_property.RootNamespace = ui build_property.ProjectDir = C:\Users\profi\source\repos\aspekt\ui\ build_property.EnableComHosting = build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 8.0 +build_property.EnableCodeStyleSeverity = diff --git a/ui/obj/Debug/net8.0/ui.assets.cache b/ui/obj/Debug/net8.0/ui.assets.cache index b827a92..4b9c5a7 100644 Binary files a/ui/obj/Debug/net8.0/ui.assets.cache and b/ui/obj/Debug/net8.0/ui.assets.cache differ diff --git a/ui/obj/Debug/net8.0/ui.csproj.AssemblyReference.cache b/ui/obj/Debug/net8.0/ui.csproj.AssemblyReference.cache index e224c8a..76e4ff7 100644 Binary files a/ui/obj/Debug/net8.0/ui.csproj.AssemblyReference.cache and b/ui/obj/Debug/net8.0/ui.csproj.AssemblyReference.cache differ diff --git a/ui/obj/Debug/net8.0/ui.csproj.CoreCompileInputs.cache b/ui/obj/Debug/net8.0/ui.csproj.CoreCompileInputs.cache index 5c06c38..51a489f 100644 --- a/ui/obj/Debug/net8.0/ui.csproj.CoreCompileInputs.cache +++ b/ui/obj/Debug/net8.0/ui.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -4d8a34878ae78ee5ffc1ee34f88f65c3aab5ea62c1eb7e0bf49f4a5d5f3e1769 +b171056617f033b4c656cb3b5c2d990512aa9c78a40d921a2f2d600feccb1d98 diff --git a/ui/obj/Debug/net8.0/ui.dll b/ui/obj/Debug/net8.0/ui.dll index 9d45250..fa33b4d 100644 Binary files a/ui/obj/Debug/net8.0/ui.dll and b/ui/obj/Debug/net8.0/ui.dll differ diff --git a/ui/obj/Debug/net8.0/ui.pdb b/ui/obj/Debug/net8.0/ui.pdb index 03050e3..bfefe4a 100644 Binary files a/ui/obj/Debug/net8.0/ui.pdb and b/ui/obj/Debug/net8.0/ui.pdb differ diff --git a/ui/obj/project.assets.json b/ui/obj/project.assets.json index a415db8..f598e51 100644 --- a/ui/obj/project.assets.json +++ b/ui/obj/project.assets.json @@ -798,8 +798,9 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" - } + "auditMode": "all" + }, + "SdkAnalysisLevel": "9.0.100" }, "frameworks": { "net8.0": { @@ -826,7 +827,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json" } } } diff --git a/ui/obj/project.nuget.cache b/ui/obj/project.nuget.cache index 86a7659..7a1bf51 100644 --- a/ui/obj/project.nuget.cache +++ b/ui/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "KpzayHX+otU=", + "dgSpecHash": "fRfxe8ckQXs=", "success": true, "projectFilePath": "C:\\Users\\profi\\source\\repos\\aspekt\\ui\\ui.csproj", "expectedPackageFiles": [ diff --git a/ui/obj/ui.csproj.nuget.dgspec.json b/ui/obj/ui.csproj.nuget.dgspec.json index 2b7de37..40edb3b 100644 --- a/ui/obj/ui.csproj.nuget.dgspec.json +++ b/ui/obj/ui.csproj.nuget.dgspec.json @@ -42,8 +42,9 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" - } + "auditMode": "all" + }, + "SdkAnalysisLevel": "9.0.100" }, "frameworks": { "net8.0": { @@ -80,7 +81,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json" } } }, @@ -126,8 +127,9 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" - } + "auditMode": "all" + }, + "SdkAnalysisLevel": "9.0.100" }, "frameworks": { "net8.0": { @@ -148,7 +150,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json" } } }, @@ -194,8 +196,9 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" - } + "auditMode": "all" + }, + "SdkAnalysisLevel": "9.0.100" }, "frameworks": { "net8.0": { @@ -222,7 +225,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json" } } } diff --git a/ui/obj/ui.csproj.nuget.g.props b/ui/obj/ui.csproj.nuget.g.props index ea0697e..c9ae7a7 100644 --- a/ui/obj/ui.csproj.nuget.g.props +++ b/ui/obj/ui.csproj.nuget.g.props @@ -7,7 +7,7 @@ $(UserProfile)\.nuget\packages\ C:\Users\profi\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages PackageReference - 6.11.1 + 6.12.1