diff --git a/GenericRepository.Tests/GenericRepository.Tests.csproj b/GenericRepository.Tests/GenericRepository.Tests.csproj index 775f9ec..be80dc2 100644 --- a/GenericRepository.Tests/GenericRepository.Tests.csproj +++ b/GenericRepository.Tests/GenericRepository.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable diff --git a/GenericRepository.Tests/bin/Debug/net9.0/CoverletSourceRootsMapping b/GenericRepository.Tests/bin/Debug/net9.0/CoverletSourceRootsMapping new file mode 100644 index 0000000..7806d7e Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net9.0/CoverletSourceRootsMapping differ diff --git a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.AssemblyInfo.cs b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.AssemblyInfo.cs index 4b3a165..abde226 100644 --- a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.AssemblyInfo.cs +++ b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.AssemblyInfo.cs @@ -13,7 +13,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("GenericRepository.Tests")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+07c180bb50cb7647ac794015441d08efaafeb78b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+80f421a0826ed8aec1ba3e61dac95ac9040b15b3")] [assembly: System.Reflection.AssemblyProductAttribute("GenericRepository.Tests")] [assembly: System.Reflection.AssemblyTitleAttribute("GenericRepository.Tests")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.AssemblyInfoInputs.cache b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.AssemblyInfoInputs.cache index ad2a7ec..876081e 100644 --- a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.AssemblyInfoInputs.cache +++ b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.AssemblyInfoInputs.cache @@ -1 +1 @@ -3e876b3afb501e7c313ae5ca181eb66106e069cf2358c449902ecd1446d5c5fb +517b3e4ff6dbf9fb6482206d10325304fb46b56345871a197e5987b1fd20dcb4 diff --git a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.GeneratedMSBuildEditorConfig.editorconfig b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.GeneratedMSBuildEditorConfig.editorconfig index 0cae837..4620985 100644 --- a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.GeneratedMSBuildEditorConfig.editorconfig +++ b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.GeneratedMSBuildEditorConfig.editorconfig @@ -11,3 +11,5 @@ build_property.RootNamespace = GenericRepository.Tests build_property.ProjectDir = /Users/macbook/Projects/Generic Repository/GenericRepository.Tests/ build_property.EnableComHosting = build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 8.0 +build_property.EnableCodeStyleSeverity = diff --git a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.assets.cache b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.assets.cache index 04fdde6..b22a873 100644 Binary files a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.assets.cache and b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.assets.cache differ diff --git a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.csproj.AssemblyReference.cache b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.csproj.AssemblyReference.cache index 6fd86f8..addd50c 100644 Binary files a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.csproj.AssemblyReference.cache and b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.csproj.AssemblyReference.cache differ diff --git a/GenericRepository.Tests/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/GenericRepository.Tests/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs new file mode 100644 index 0000000..9e76325 --- /dev/null +++ b/GenericRepository.Tests/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/GenericRepository.Tests/obj/Debug/net9.0/GenericRepository.Tests.AssemblyInfo.cs b/GenericRepository.Tests/obj/Debug/net9.0/GenericRepository.Tests.AssemblyInfo.cs new file mode 100644 index 0000000..abde226 --- /dev/null +++ b/GenericRepository.Tests/obj/Debug/net9.0/GenericRepository.Tests.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("GenericRepository.Tests")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+80f421a0826ed8aec1ba3e61dac95ac9040b15b3")] +[assembly: System.Reflection.AssemblyProductAttribute("GenericRepository.Tests")] +[assembly: System.Reflection.AssemblyTitleAttribute("GenericRepository.Tests")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/GenericRepository.Tests/obj/Debug/net9.0/GenericRepository.Tests.AssemblyInfoInputs.cache b/GenericRepository.Tests/obj/Debug/net9.0/GenericRepository.Tests.AssemblyInfoInputs.cache new file mode 100644 index 0000000..876081e --- /dev/null +++ b/GenericRepository.Tests/obj/Debug/net9.0/GenericRepository.Tests.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +517b3e4ff6dbf9fb6482206d10325304fb46b56345871a197e5987b1fd20dcb4 diff --git a/GenericRepository.Tests/obj/Debug/net9.0/GenericRepository.Tests.GeneratedMSBuildEditorConfig.editorconfig b/GenericRepository.Tests/obj/Debug/net9.0/GenericRepository.Tests.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..f7aabae --- /dev/null +++ b/GenericRepository.Tests/obj/Debug/net9.0/GenericRepository.Tests.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,15 @@ +is_global = true +build_property.TargetFramework = net9.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = GenericRepository.Tests +build_property.ProjectDir = /Users/macbook/Projects/Generic Repository/GenericRepository.Tests/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 9.0 +build_property.EnableCodeStyleSeverity = diff --git a/GenericRepository.Tests/obj/Debug/net9.0/GenericRepository.Tests.GlobalUsings.g.cs b/GenericRepository.Tests/obj/Debug/net9.0/GenericRepository.Tests.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/GenericRepository.Tests/obj/Debug/net9.0/GenericRepository.Tests.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/GenericRepository.Tests/obj/Debug/net9.0/GenericRepository.Tests.assets.cache b/GenericRepository.Tests/obj/Debug/net9.0/GenericRepository.Tests.assets.cache new file mode 100644 index 0000000..4a07a49 Binary files /dev/null and b/GenericRepository.Tests/obj/Debug/net9.0/GenericRepository.Tests.assets.cache differ diff --git a/GenericRepository.Tests/obj/Debug/net9.0/GenericRepository.Tests.csproj.AssemblyReference.cache b/GenericRepository.Tests/obj/Debug/net9.0/GenericRepository.Tests.csproj.AssemblyReference.cache new file mode 100644 index 0000000..547b7e1 Binary files /dev/null and b/GenericRepository.Tests/obj/Debug/net9.0/GenericRepository.Tests.csproj.AssemblyReference.cache differ diff --git a/GenericRepository.Tests/obj/GenericRepository.Tests.csproj.nuget.dgspec.json b/GenericRepository.Tests/obj/GenericRepository.Tests.csproj.nuget.dgspec.json index c543e57..7405409 100644 --- a/GenericRepository.Tests/obj/GenericRepository.Tests.csproj.nuget.dgspec.json +++ b/GenericRepository.Tests/obj/GenericRepository.Tests.csproj.nuget.dgspec.json @@ -17,14 +17,14 @@ "/Users/macbook/.nuget/NuGet/NuGet.Config" ], "originalTargetFrameworks": [ - "net8.0" + "net9.0" ], "sources": { "https://api.nuget.org/v3/index.json": {} }, "frameworks": { - "net8.0": { - "targetAlias": "net8.0", + "net9.0": { + "targetAlias": "net9.0", "projectReferences": { "/Users/macbook/Projects/Generic Repository/GenericRepository/GenericRepository.csproj": { "projectPath": "/Users/macbook/Projects/Generic Repository/GenericRepository/GenericRepository.csproj" @@ -40,12 +40,12 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" + "auditMode": "all" } }, "frameworks": { - "net8.0": { - "targetAlias": "net8.0", + "net9.0": { + "targetAlias": "net9.0", "dependencies": { "Microsoft.NET.Test.Sdk": { "target": "Package", @@ -92,7 +92,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/x64/sdk/8.0.201/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json" } } }, @@ -109,14 +109,14 @@ "/Users/macbook/.nuget/NuGet/NuGet.Config" ], "originalTargetFrameworks": [ - "net8.0" + "net9.0" ], "sources": { "https://api.nuget.org/v3/index.json": {} }, "frameworks": { - "net8.0": { - "targetAlias": "net8.0", + "net9.0": { + "targetAlias": "net9.0", "projectReferences": {} } }, @@ -128,12 +128,12 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" + "auditMode": "all" } }, "frameworks": { - "net8.0": { - "targetAlias": "net8.0", + "net9.0": { + "targetAlias": "net9.0", "dependencies": { "EFCore.BulkExtensions": { "target": "Package", @@ -188,7 +188,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/x64/sdk/8.0.201/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json" } } } diff --git a/GenericRepository.Tests/obj/project.assets.json b/GenericRepository.Tests/obj/project.assets.json index 66a5972..ea6198c 100644 --- a/GenericRepository.Tests/obj/project.assets.json +++ b/GenericRepository.Tests/obj/project.assets.json @@ -1,7 +1,7 @@ { "version": 3, "targets": { - "net8.0": { + "net9.0": { "Azure.Core/1.38.0": { "type": "package", "dependencies": { @@ -3223,7 +3223,7 @@ }, "GenericRepository/1.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v8.0", + "framework": ".NETCoreApp,Version=v9.0", "dependencies": { "EFCore.BulkExtensions": "8.1.1", "EntityFramework.BulkExtensions": "1.0.0", @@ -9578,7 +9578,7 @@ } }, "projectFileDependencyGroups": { - "net8.0": [ + "net9.0": [ "GenericRepository >= 1.0.0", "Microsoft.NET.Test.Sdk >= 17.3.2", "Moq >= 4.18.4", @@ -9604,14 +9604,14 @@ "/Users/macbook/.nuget/NuGet/NuGet.Config" ], "originalTargetFrameworks": [ - "net8.0" + "net9.0" ], "sources": { "https://api.nuget.org/v3/index.json": {} }, "frameworks": { - "net8.0": { - "targetAlias": "net8.0", + "net9.0": { + "targetAlias": "net9.0", "projectReferences": { "/Users/macbook/Projects/Generic Repository/GenericRepository/GenericRepository.csproj": { "projectPath": "/Users/macbook/Projects/Generic Repository/GenericRepository/GenericRepository.csproj" @@ -9627,12 +9627,12 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" + "auditMode": "all" } }, "frameworks": { - "net8.0": { - "targetAlias": "net8.0", + "net9.0": { + "targetAlias": "net9.0", "dependencies": { "Microsoft.NET.Test.Sdk": { "target": "Package", @@ -9679,39 +9679,89 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/x64/sdk/8.0.201/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json" } } }, "logs": [ + { + "code": "NU1903", + "level": "Warning", + "warningLevel": 1, + "message": "Package 'Microsoft.Extensions.Caching.Memory' 8.0.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-qj66-m88j-hmgj", + "libraryId": "Microsoft.Extensions.Caching.Memory", + "targetGraphs": [ + "net9.0" + ] + }, + { + "code": "NU1903", + "level": "Warning", + "warningLevel": 1, + "message": "Package 'Newtonsoft.Json' 9.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-5crp-9r3c-p9vr", + "libraryId": "Newtonsoft.Json", + "targetGraphs": [ + "net9.0" + ] + }, + { + "code": "NU1903", + "level": "Warning", + "warningLevel": 1, + "message": "Package 'System.Net.Http' 4.3.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-7jgj-8wvc-jh57", + "libraryId": "System.Net.Http", + "targetGraphs": [ + "net9.0" + ] + }, + { + "code": "NU1903", + "level": "Warning", + "warningLevel": 1, + "message": "Package 'System.Text.Json' 8.0.4 has a known high severity vulnerability, https://github.com/advisories/GHSA-8g4q-xg66-9fp4", + "libraryId": "System.Text.Json", + "targetGraphs": [ + "net9.0" + ] + }, + { + "code": "NU1903", + "level": "Warning", + "warningLevel": 1, + "message": "Package 'System.Text.RegularExpressions' 4.3.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-cmhx-cq75-c4mj", + "libraryId": "System.Text.RegularExpressions", + "targetGraphs": [ + "net9.0" + ] + }, { "code": "NU1701", "level": "Warning", "warningLevel": 1, - "message": "Package 'EntityFramework 6.1.3' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.", + "message": "Package 'EntityFramework 6.1.3' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net9.0'. This package may not be fully compatible with your project.", "libraryId": "EntityFramework", "targetGraphs": [ - "net8.0" + "net9.0" ] }, { "code": "NU1701", "level": "Warning", "warningLevel": 1, - "message": "Package 'EntityFramework.BulkExtensions 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.", + "message": "Package 'EntityFramework.BulkExtensions 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net9.0'. This package may not be fully compatible with your project.", "libraryId": "EntityFramework.BulkExtensions", "targetGraphs": [ - "net8.0" + "net9.0" ] }, { "code": "NU1701", "level": "Warning", "warningLevel": 1, - "message": "Package 'EntityFramework.MappingAPI 6.1.0.9' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.", + "message": "Package 'EntityFramework.MappingAPI 6.1.0.9' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net9.0'. This package may not be fully compatible with your project.", "libraryId": "EntityFramework.MappingAPI", "targetGraphs": [ - "net8.0" + "net9.0" ] } ] diff --git a/GenericRepository.Tests/obj/project.nuget.cache b/GenericRepository.Tests/obj/project.nuget.cache index df2f923..779034c 100644 --- a/GenericRepository.Tests/obj/project.nuget.cache +++ b/GenericRepository.Tests/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "JOmx//wl5Vc=", + "dgSpecHash": "Fnub7Y/qS6w=", "success": true, "projectFilePath": "/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/GenericRepository.Tests.csproj", "expectedPackageFiles": [ @@ -178,34 +178,84 @@ "/Users/macbook/.nuget/packages/xunit.runner.visualstudio/2.4.5/xunit.runner.visualstudio.2.4.5.nupkg.sha512" ], "logs": [ + { + "code": "NU1903", + "level": "Warning", + "warningLevel": 1, + "message": "Package 'Microsoft.Extensions.Caching.Memory' 8.0.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-qj66-m88j-hmgj", + "libraryId": "Microsoft.Extensions.Caching.Memory", + "targetGraphs": [ + "net9.0" + ] + }, + { + "code": "NU1903", + "level": "Warning", + "warningLevel": 1, + "message": "Package 'Newtonsoft.Json' 9.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-5crp-9r3c-p9vr", + "libraryId": "Newtonsoft.Json", + "targetGraphs": [ + "net9.0" + ] + }, + { + "code": "NU1903", + "level": "Warning", + "warningLevel": 1, + "message": "Package 'System.Net.Http' 4.3.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-7jgj-8wvc-jh57", + "libraryId": "System.Net.Http", + "targetGraphs": [ + "net9.0" + ] + }, + { + "code": "NU1903", + "level": "Warning", + "warningLevel": 1, + "message": "Package 'System.Text.Json' 8.0.4 has a known high severity vulnerability, https://github.com/advisories/GHSA-8g4q-xg66-9fp4", + "libraryId": "System.Text.Json", + "targetGraphs": [ + "net9.0" + ] + }, + { + "code": "NU1903", + "level": "Warning", + "warningLevel": 1, + "message": "Package 'System.Text.RegularExpressions' 4.3.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-cmhx-cq75-c4mj", + "libraryId": "System.Text.RegularExpressions", + "targetGraphs": [ + "net9.0" + ] + }, { "code": "NU1701", "level": "Warning", "warningLevel": 1, - "message": "Package 'EntityFramework 6.1.3' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.", + "message": "Package 'EntityFramework 6.1.3' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net9.0'. This package may not be fully compatible with your project.", "libraryId": "EntityFramework", "targetGraphs": [ - "net8.0" + "net9.0" ] }, { "code": "NU1701", "level": "Warning", "warningLevel": 1, - "message": "Package 'EntityFramework.BulkExtensions 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.", + "message": "Package 'EntityFramework.BulkExtensions 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net9.0'. This package may not be fully compatible with your project.", "libraryId": "EntityFramework.BulkExtensions", "targetGraphs": [ - "net8.0" + "net9.0" ] }, { "code": "NU1701", "level": "Warning", "warningLevel": 1, - "message": "Package 'EntityFramework.MappingAPI 6.1.0.9' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.", + "message": "Package 'EntityFramework.MappingAPI 6.1.0.9' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net9.0'. This package may not be fully compatible with your project.", "libraryId": "EntityFramework.MappingAPI", "targetGraphs": [ - "net8.0" + "net9.0" ] } ] diff --git a/GenericRepository.Tests/obj/project.packagespec.json b/GenericRepository.Tests/obj/project.packagespec.json index 43e8882..74cdf60 100644 --- a/GenericRepository.Tests/obj/project.packagespec.json +++ b/GenericRepository.Tests/obj/project.packagespec.json @@ -1 +1 @@ -"restore":{"projectUniqueName":"/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/GenericRepository.Tests.csproj","projectName":"GenericRepository.Tests","projectPath":"/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/GenericRepository.Tests.csproj","outputPath":"/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{"/Users/macbook/Projects/Generic Repository/GenericRepository/GenericRepository.csproj":{"projectPath":"/Users/macbook/Projects/Generic Repository/GenericRepository/GenericRepository.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"}}"frameworks":{"net8.0":{"targetAlias":"net8.0","dependencies":{"Microsoft.NET.Test.Sdk":{"target":"Package","version":"[17.3.2, )"},"Moq":{"target":"Package","version":"[4.18.4, )"},"Moq.EntityFrameworkCore":{"target":"Package","version":"[7.0.0.2, )"},"coverlet.collector":{"include":"Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive","suppressParent":"All","target":"Package","version":"[3.1.2, )"},"xunit":{"target":"Package","version":"[2.4.2, )"},"xunit.runner.visualstudio":{"include":"Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive","suppressParent":"All","target":"Package","version":"[2.4.5, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/local/share/dotnet/x64/sdk/8.0.201/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file +"restore":{"projectUniqueName":"/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/GenericRepository.Tests.csproj","projectName":"GenericRepository.Tests","projectPath":"/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/GenericRepository.Tests.csproj","outputPath":"/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net9.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net9.0":{"targetAlias":"net9.0","projectReferences":{"/Users/macbook/Projects/Generic Repository/GenericRepository/GenericRepository.csproj":{"projectPath":"/Users/macbook/Projects/Generic Repository/GenericRepository/GenericRepository.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"all"}}"frameworks":{"net9.0":{"targetAlias":"net9.0","dependencies":{"Microsoft.NET.Test.Sdk":{"target":"Package","version":"[17.3.2, )"},"Moq":{"target":"Package","version":"[4.18.4, )"},"Moq.EntityFrameworkCore":{"target":"Package","version":"[7.0.0.2, )"},"coverlet.collector":{"include":"Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive","suppressParent":"All","target":"Package","version":"[3.1.2, )"},"xunit":{"target":"Package","version":"[2.4.2, )"},"xunit.runner.visualstudio":{"include":"Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive","suppressParent":"All","target":"Package","version":"[2.4.5, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/local/share/dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/GenericRepository.Tests/obj/rider.project.model.nuget.info b/GenericRepository.Tests/obj/rider.project.model.nuget.info index 228c935..a6475af 100644 --- a/GenericRepository.Tests/obj/rider.project.model.nuget.info +++ b/GenericRepository.Tests/obj/rider.project.model.nuget.info @@ -1 +1 @@ -17274215514174141 \ No newline at end of file +17309744100968706 \ No newline at end of file diff --git a/GenericRepository.Tests/obj/rider.project.restore.info b/GenericRepository.Tests/obj/rider.project.restore.info index a6475af..4e6aa1c 100644 --- a/GenericRepository.Tests/obj/rider.project.restore.info +++ b/GenericRepository.Tests/obj/rider.project.restore.info @@ -1 +1 @@ -17309744100968706 \ No newline at end of file +17315698176166094 \ No newline at end of file diff --git a/GenericRepository/GenericRepository.csproj b/GenericRepository/GenericRepository.csproj index 6047095..09a3213 100644 --- a/GenericRepository/GenericRepository.csproj +++ b/GenericRepository/GenericRepository.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable diff --git a/GenericRepository/obj/Debug/net8.0/GenericRepository.AssemblyInfo.cs b/GenericRepository/obj/Debug/net8.0/GenericRepository.AssemblyInfo.cs index 03e394d..827ae95 100644 --- a/GenericRepository/obj/Debug/net8.0/GenericRepository.AssemblyInfo.cs +++ b/GenericRepository/obj/Debug/net8.0/GenericRepository.AssemblyInfo.cs @@ -13,7 +13,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("GenericRepository")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+07c180bb50cb7647ac794015441d08efaafeb78b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+80f421a0826ed8aec1ba3e61dac95ac9040b15b3")] [assembly: System.Reflection.AssemblyProductAttribute("GenericRepository")] [assembly: System.Reflection.AssemblyTitleAttribute("GenericRepository")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/GenericRepository/obj/Debug/net8.0/GenericRepository.AssemblyInfoInputs.cache b/GenericRepository/obj/Debug/net8.0/GenericRepository.AssemblyInfoInputs.cache index 8a00155..7fa671b 100644 --- a/GenericRepository/obj/Debug/net8.0/GenericRepository.AssemblyInfoInputs.cache +++ b/GenericRepository/obj/Debug/net8.0/GenericRepository.AssemblyInfoInputs.cache @@ -1 +1 @@ -8a26f8757afe566cd0c8988fc2ac1284b2114ad6ce97843c6d7c08b7003fe540 +07fd150086284366ae94d882366d2e04e57d1c0dbe8fdd47d7ab46a48f13f9ec diff --git a/GenericRepository/obj/Debug/net8.0/GenericRepository.GeneratedMSBuildEditorConfig.editorconfig b/GenericRepository/obj/Debug/net8.0/GenericRepository.GeneratedMSBuildEditorConfig.editorconfig index 34af449..4b33496 100644 --- a/GenericRepository/obj/Debug/net8.0/GenericRepository.GeneratedMSBuildEditorConfig.editorconfig +++ b/GenericRepository/obj/Debug/net8.0/GenericRepository.GeneratedMSBuildEditorConfig.editorconfig @@ -11,3 +11,5 @@ build_property.RootNamespace = GenericRepository build_property.ProjectDir = /Users/macbook/Projects/Generic Repository/GenericRepository/ build_property.EnableComHosting = build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 8.0 +build_property.EnableCodeStyleSeverity = diff --git a/GenericRepository/obj/Debug/net8.0/GenericRepository.assets.cache b/GenericRepository/obj/Debug/net8.0/GenericRepository.assets.cache index 191ef69..f3f347f 100644 Binary files a/GenericRepository/obj/Debug/net8.0/GenericRepository.assets.cache and b/GenericRepository/obj/Debug/net8.0/GenericRepository.assets.cache differ diff --git a/GenericRepository/obj/Debug/net8.0/GenericRepository.csproj.AssemblyReference.cache b/GenericRepository/obj/Debug/net8.0/GenericRepository.csproj.AssemblyReference.cache index f46215c..69eddb2 100644 Binary files a/GenericRepository/obj/Debug/net8.0/GenericRepository.csproj.AssemblyReference.cache and b/GenericRepository/obj/Debug/net8.0/GenericRepository.csproj.AssemblyReference.cache differ diff --git a/GenericRepository/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/GenericRepository/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs new file mode 100644 index 0000000..9e76325 --- /dev/null +++ b/GenericRepository/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/GenericRepository/obj/Debug/net9.0/GenericRepository.AssemblyInfo.cs b/GenericRepository/obj/Debug/net9.0/GenericRepository.AssemblyInfo.cs new file mode 100644 index 0000000..827ae95 --- /dev/null +++ b/GenericRepository/obj/Debug/net9.0/GenericRepository.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("GenericRepository")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+80f421a0826ed8aec1ba3e61dac95ac9040b15b3")] +[assembly: System.Reflection.AssemblyProductAttribute("GenericRepository")] +[assembly: System.Reflection.AssemblyTitleAttribute("GenericRepository")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/GenericRepository/obj/Debug/net9.0/GenericRepository.AssemblyInfoInputs.cache b/GenericRepository/obj/Debug/net9.0/GenericRepository.AssemblyInfoInputs.cache new file mode 100644 index 0000000..7fa671b --- /dev/null +++ b/GenericRepository/obj/Debug/net9.0/GenericRepository.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +07fd150086284366ae94d882366d2e04e57d1c0dbe8fdd47d7ab46a48f13f9ec diff --git a/GenericRepository/obj/Debug/net9.0/GenericRepository.GeneratedMSBuildEditorConfig.editorconfig b/GenericRepository/obj/Debug/net9.0/GenericRepository.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..3a5ad9d --- /dev/null +++ b/GenericRepository/obj/Debug/net9.0/GenericRepository.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,15 @@ +is_global = true +build_property.TargetFramework = net9.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = GenericRepository +build_property.ProjectDir = /Users/macbook/Projects/Generic Repository/GenericRepository/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 9.0 +build_property.EnableCodeStyleSeverity = diff --git a/GenericRepository/obj/Debug/net9.0/GenericRepository.GlobalUsings.g.cs b/GenericRepository/obj/Debug/net9.0/GenericRepository.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/GenericRepository/obj/Debug/net9.0/GenericRepository.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/GenericRepository/obj/Debug/net9.0/GenericRepository.assets.cache b/GenericRepository/obj/Debug/net9.0/GenericRepository.assets.cache new file mode 100644 index 0000000..1f71b92 Binary files /dev/null and b/GenericRepository/obj/Debug/net9.0/GenericRepository.assets.cache differ diff --git a/GenericRepository/obj/Debug/net9.0/GenericRepository.csproj.AssemblyReference.cache b/GenericRepository/obj/Debug/net9.0/GenericRepository.csproj.AssemblyReference.cache new file mode 100644 index 0000000..9fb5493 Binary files /dev/null and b/GenericRepository/obj/Debug/net9.0/GenericRepository.csproj.AssemblyReference.cache differ diff --git a/GenericRepository/obj/GenericRepository.csproj.nuget.dgspec.json b/GenericRepository/obj/GenericRepository.csproj.nuget.dgspec.json index 79fbcbc..5d29a2e 100644 --- a/GenericRepository/obj/GenericRepository.csproj.nuget.dgspec.json +++ b/GenericRepository/obj/GenericRepository.csproj.nuget.dgspec.json @@ -17,14 +17,14 @@ "/Users/macbook/.nuget/NuGet/NuGet.Config" ], "originalTargetFrameworks": [ - "net8.0" + "net9.0" ], "sources": { "https://api.nuget.org/v3/index.json": {} }, "frameworks": { - "net8.0": { - "targetAlias": "net8.0", + "net9.0": { + "targetAlias": "net9.0", "projectReferences": {} } }, @@ -36,12 +36,12 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" + "auditMode": "all" } }, "frameworks": { - "net8.0": { - "targetAlias": "net8.0", + "net9.0": { + "targetAlias": "net9.0", "dependencies": { "EFCore.BulkExtensions": { "target": "Package", @@ -96,7 +96,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/x64/sdk/8.0.201/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json" } } } diff --git a/GenericRepository/obj/project.assets.json b/GenericRepository/obj/project.assets.json index 715f615..71dd566 100644 --- a/GenericRepository/obj/project.assets.json +++ b/GenericRepository/obj/project.assets.json @@ -1,7 +1,7 @@ { "version": 3, "targets": { - "net8.0": { + "net9.0": { "Azure.Core/1.38.0": { "type": "package", "dependencies": { @@ -3805,7 +3805,7 @@ } }, "projectFileDependencyGroups": { - "net8.0": [ + "net9.0": [ "EFCore.BulkExtensions >= 8.1.1", "EntityFramework.BulkExtensions >= 1.0.0", "MassTransit >= 8.3.1-develop.2106", @@ -3833,14 +3833,14 @@ "/Users/macbook/.nuget/NuGet/NuGet.Config" ], "originalTargetFrameworks": [ - "net8.0" + "net9.0" ], "sources": { "https://api.nuget.org/v3/index.json": {} }, "frameworks": { - "net8.0": { - "targetAlias": "net8.0", + "net9.0": { + "targetAlias": "net9.0", "projectReferences": {} } }, @@ -3852,12 +3852,12 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" + "auditMode": "all" } }, "frameworks": { - "net8.0": { - "targetAlias": "net8.0", + "net9.0": { + "targetAlias": "net9.0", "dependencies": { "EFCore.BulkExtensions": { "target": "Package", @@ -3912,39 +3912,59 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/x64/sdk/8.0.201/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json" } } }, "logs": [ + { + "code": "NU1903", + "level": "Warning", + "warningLevel": 1, + "message": "Package 'Microsoft.Extensions.Caching.Memory' 8.0.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-qj66-m88j-hmgj", + "libraryId": "Microsoft.Extensions.Caching.Memory", + "targetGraphs": [ + "net9.0" + ] + }, + { + "code": "NU1903", + "level": "Warning", + "warningLevel": 1, + "message": "Package 'System.Text.Json' 8.0.4 has a known high severity vulnerability, https://github.com/advisories/GHSA-8g4q-xg66-9fp4", + "libraryId": "System.Text.Json", + "targetGraphs": [ + "net9.0" + ] + }, { "code": "NU1701", "level": "Warning", "warningLevel": 1, - "message": "Package 'EntityFramework 6.1.3' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.", + "message": "Package 'EntityFramework 6.1.3' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net9.0'. This package may not be fully compatible with your project.", "libraryId": "EntityFramework", "targetGraphs": [ - "net8.0" + "net9.0" ] }, { "code": "NU1701", "level": "Warning", "warningLevel": 1, - "message": "Package 'EntityFramework.BulkExtensions 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.", + "message": "Package 'EntityFramework.BulkExtensions 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net9.0'. This package may not be fully compatible with your project.", "libraryId": "EntityFramework.BulkExtensions", "targetGraphs": [ - "net8.0" + "net9.0" ] }, { "code": "NU1701", "level": "Warning", "warningLevel": 1, - "message": "Package 'EntityFramework.MappingAPI 6.1.0.9' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.", + "message": "Package 'EntityFramework.MappingAPI 6.1.0.9' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net9.0'. This package may not be fully compatible with your project.", "libraryId": "EntityFramework.MappingAPI", "targetGraphs": [ - "net8.0" + "net9.0" ] } ] diff --git a/GenericRepository/obj/project.nuget.cache b/GenericRepository/obj/project.nuget.cache index 87e7491..7954bbb 100644 --- a/GenericRepository/obj/project.nuget.cache +++ b/GenericRepository/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "yUFvpRLqzpo=", + "dgSpecHash": "XlIUSkLE0+I=", "success": true, "projectFilePath": "/Users/macbook/Projects/Generic Repository/GenericRepository/GenericRepository.csproj", "expectedPackageFiles": [ @@ -91,34 +91,54 @@ "/Users/macbook/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512" ], "logs": [ + { + "code": "NU1903", + "level": "Warning", + "warningLevel": 1, + "message": "Package 'Microsoft.Extensions.Caching.Memory' 8.0.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-qj66-m88j-hmgj", + "libraryId": "Microsoft.Extensions.Caching.Memory", + "targetGraphs": [ + "net9.0" + ] + }, + { + "code": "NU1903", + "level": "Warning", + "warningLevel": 1, + "message": "Package 'System.Text.Json' 8.0.4 has a known high severity vulnerability, https://github.com/advisories/GHSA-8g4q-xg66-9fp4", + "libraryId": "System.Text.Json", + "targetGraphs": [ + "net9.0" + ] + }, { "code": "NU1701", "level": "Warning", "warningLevel": 1, - "message": "Package 'EntityFramework 6.1.3' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.", + "message": "Package 'EntityFramework 6.1.3' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net9.0'. This package may not be fully compatible with your project.", "libraryId": "EntityFramework", "targetGraphs": [ - "net8.0" + "net9.0" ] }, { "code": "NU1701", "level": "Warning", "warningLevel": 1, - "message": "Package 'EntityFramework.BulkExtensions 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.", + "message": "Package 'EntityFramework.BulkExtensions 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net9.0'. This package may not be fully compatible with your project.", "libraryId": "EntityFramework.BulkExtensions", "targetGraphs": [ - "net8.0" + "net9.0" ] }, { "code": "NU1701", "level": "Warning", "warningLevel": 1, - "message": "Package 'EntityFramework.MappingAPI 6.1.0.9' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.", + "message": "Package 'EntityFramework.MappingAPI 6.1.0.9' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net9.0'. This package may not be fully compatible with your project.", "libraryId": "EntityFramework.MappingAPI", "targetGraphs": [ - "net8.0" + "net9.0" ] } ] diff --git a/GenericRepository/obj/project.packagespec.json b/GenericRepository/obj/project.packagespec.json index 22ef2bf..96ff8b3 100644 --- a/GenericRepository/obj/project.packagespec.json +++ b/GenericRepository/obj/project.packagespec.json @@ -1 +1 @@ -"restore":{"projectUniqueName":"/Users/macbook/Projects/Generic Repository/GenericRepository/GenericRepository.csproj","projectName":"GenericRepository","projectPath":"/Users/macbook/Projects/Generic Repository/GenericRepository/GenericRepository.csproj","outputPath":"/Users/macbook/Projects/Generic Repository/GenericRepository/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"}}"frameworks":{"net8.0":{"targetAlias":"net8.0","dependencies":{"EFCore.BulkExtensions":{"target":"Package","version":"[8.1.1, )"},"EntityFramework.BulkExtensions":{"target":"Package","version":"[1.0.0, )"},"MassTransit":{"target":"Package","version":"[8.3.1-develop.2106, )"},"MassTransit.RabbitMQ":{"target":"Package","version":"[8.3.1-develop.2106, )"},"MediatR":{"target":"Package","version":"[12.2.0, )"},"Microsoft.EntityFrameworkCore":{"target":"Package","version":"[8.0.8, )"},"Microsoft.EntityFrameworkCore.Abstractions":{"target":"Package","version":"[8.0.8, )"},"Microsoft.Extensions.Hosting.Abstractions":{"target":"Package","version":"[8.0.1, )"},"Scrutor":{"target":"Package","version":"[4.2.0, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/local/share/dotnet/x64/sdk/8.0.201/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file +"restore":{"projectUniqueName":"/Users/macbook/Projects/Generic Repository/GenericRepository/GenericRepository.csproj","projectName":"GenericRepository","projectPath":"/Users/macbook/Projects/Generic Repository/GenericRepository/GenericRepository.csproj","outputPath":"/Users/macbook/Projects/Generic Repository/GenericRepository/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net9.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net9.0":{"targetAlias":"net9.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"all"}}"frameworks":{"net9.0":{"targetAlias":"net9.0","dependencies":{"EFCore.BulkExtensions":{"target":"Package","version":"[8.1.1, )"},"EntityFramework.BulkExtensions":{"target":"Package","version":"[1.0.0, )"},"MassTransit":{"target":"Package","version":"[8.3.1-develop.2106, )"},"MassTransit.RabbitMQ":{"target":"Package","version":"[8.3.1-develop.2106, )"},"MediatR":{"target":"Package","version":"[12.2.0, )"},"Microsoft.EntityFrameworkCore":{"target":"Package","version":"[8.0.8, )"},"Microsoft.EntityFrameworkCore.Abstractions":{"target":"Package","version":"[8.0.8, )"},"Microsoft.Extensions.Hosting.Abstractions":{"target":"Package","version":"[8.0.1, )"},"Scrutor":{"target":"Package","version":"[4.2.0, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/local/share/dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/GenericRepository/obj/rider.project.model.nuget.info b/GenericRepository/obj/rider.project.model.nuget.info index b9f3b80..ae43fc3 100644 --- a/GenericRepository/obj/rider.project.model.nuget.info +++ b/GenericRepository/obj/rider.project.model.nuget.info @@ -1 +1 @@ -17309739170706476 \ No newline at end of file +17309744100869388 \ No newline at end of file diff --git a/GenericRepository/obj/rider.project.restore.info b/GenericRepository/obj/rider.project.restore.info index ae43fc3..57c61b4 100644 --- a/GenericRepository/obj/rider.project.restore.info +++ b/GenericRepository/obj/rider.project.restore.info @@ -1 +1 @@ -17309744100869388 \ No newline at end of file +17315697994911658 \ No newline at end of file