commit de fichier config

This commit is contained in:
gokhoal
2026-05-05 10:45:57 +02:00
parent 1044e150f4
commit c6914f401c
34 changed files with 808 additions and 282 deletions
+1
View File
@@ -17,6 +17,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference> </PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.25" /> <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.25" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.7" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
+164 -120
View File
@@ -8,17 +8,32 @@
".NETCoreApp,Version=v8.0": { ".NETCoreApp,Version=v8.0": {
"Knots/1.0.0": { "Knots/1.0.0": {
"dependencies": { "dependencies": {
"AutoMapper": "16.1.1",
"FastEndpoints": "8.0.1", "FastEndpoints": "8.0.1",
"FastEndpoints.Swagger": "8.0.1", "FastEndpoints.Swagger": "8.0.1",
"Microsoft.AspNetCore.OpenApi": "8.0.25", "Microsoft.AspNetCore.OpenApi": "8.0.25",
"Microsoft.EntityFrameworkCore": "8.0.25", "Microsoft.EntityFrameworkCore": "8.0.25",
"Microsoft.EntityFrameworkCore.Design": "8.0.25", "Microsoft.EntityFrameworkCore.Design": "8.0.25",
"Microsoft.EntityFrameworkCore.SqlServer": "8.0.25" "Microsoft.EntityFrameworkCore.SqlServer": "8.0.25",
"Swashbuckle.AspNetCore": "10.1.7"
}, },
"runtime": { "runtime": {
"Knots.dll": {} "Knots.dll": {}
} }
}, },
"AutoMapper/16.1.1": {
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "10.0.3",
"Microsoft.Extensions.Options": "10.0.3",
"Microsoft.IdentityModel.JsonWebTokens": "8.14.0"
},
"runtime": {
"lib/net8.0/AutoMapper.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.1.1.0"
}
}
},
"Azure.Core/1.38.0": { "Azure.Core/1.38.0": {
"dependencies": { "dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "6.0.0", "Microsoft.Bcl.AsyncInterfaces": "6.0.0",
@@ -27,7 +42,7 @@
"System.Memory.Data": "1.0.2", "System.Memory.Data": "1.0.2",
"System.Numerics.Vectors": "4.5.0", "System.Numerics.Vectors": "4.5.0",
"System.Text.Encodings.Web": "8.0.0", "System.Text.Encodings.Web": "8.0.0",
"System.Text.Json": "4.7.2", "System.Text.Json": "8.0.5",
"System.Threading.Tasks.Extensions": "4.5.4" "System.Threading.Tasks.Extensions": "4.5.4"
}, },
"runtime": { "runtime": {
@@ -44,7 +59,7 @@
"Microsoft.Identity.Client.Extensions.Msal": "4.61.3", "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
"System.Memory": "4.5.4", "System.Memory": "4.5.4",
"System.Security.Cryptography.ProtectedData": "6.0.0", "System.Security.Cryptography.ProtectedData": "6.0.0",
"System.Text.Json": "4.7.2", "System.Text.Json": "8.0.5",
"System.Threading.Tasks.Extensions": "4.5.4" "System.Threading.Tasks.Extensions": "4.5.4"
}, },
"runtime": { "runtime": {
@@ -166,7 +181,7 @@
}, },
"Microsoft.AspNetCore.OpenApi/8.0.25": { "Microsoft.AspNetCore.OpenApi/8.0.25": {
"dependencies": { "dependencies": {
"Microsoft.OpenApi": "1.4.3" "Microsoft.OpenApi": "2.4.1"
}, },
"runtime": { "runtime": {
"lib/net8.0/Microsoft.AspNetCore.OpenApi.dll": { "lib/net8.0/Microsoft.AspNetCore.OpenApi.dll": {
@@ -404,13 +419,12 @@
} }
} }
}, },
"Microsoft.CSharp/4.5.0": {},
"Microsoft.Data.SqlClient/5.1.7": { "Microsoft.Data.SqlClient/5.1.7": {
"dependencies": { "dependencies": {
"Azure.Identity": "1.11.4", "Azure.Identity": "1.11.4",
"Microsoft.Data.SqlClient.SNI.runtime": "5.1.2", "Microsoft.Data.SqlClient.SNI.runtime": "5.1.2",
"Microsoft.Identity.Client": "4.61.3", "Microsoft.Identity.Client": "4.61.3",
"Microsoft.IdentityModel.JsonWebTokens": "6.35.0", "Microsoft.IdentityModel.JsonWebTokens": "8.14.0",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
"Microsoft.SqlServer.Server": "1.0.0", "Microsoft.SqlServer.Server": "1.0.0",
"System.Configuration.ConfigurationManager": "6.0.1", "System.Configuration.ConfigurationManager": "6.0.1",
@@ -447,22 +461,22 @@
"runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
"rid": "win-arm", "rid": "win-arm",
"assetType": "native", "assetType": "native",
"fileVersion": "0.0.0.0" "fileVersion": "5.12.0.0"
}, },
"runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
"rid": "win-arm64", "rid": "win-arm64",
"assetType": "native", "assetType": "native",
"fileVersion": "0.0.0.0" "fileVersion": "5.12.0.0"
}, },
"runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
"rid": "win-x64", "rid": "win-x64",
"assetType": "native", "assetType": "native",
"fileVersion": "0.0.0.0" "fileVersion": "5.12.0.0"
}, },
"runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
"rid": "win-x86", "rid": "win-x86",
"assetType": "native", "assetType": "native",
"fileVersion": "0.0.0.0" "fileVersion": "5.12.0.0"
} }
} }
}, },
@@ -529,6 +543,7 @@
} }
} }
}, },
"Microsoft.Extensions.ApiDescription.Server/8.0.0": {},
"Microsoft.Extensions.Caching.Abstractions/8.0.0": { "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
"dependencies": { "dependencies": {
"Microsoft.Extensions.Primitives": "10.0.3" "Microsoft.Extensions.Primitives": "10.0.3"
@@ -673,7 +688,7 @@
}, },
"Microsoft.Identity.Client/4.61.3": { "Microsoft.Identity.Client/4.61.3": {
"dependencies": { "dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.35.0", "Microsoft.IdentityModel.Abstractions": "8.14.0",
"System.Diagnostics.DiagnosticSource": "10.0.3" "System.Diagnostics.DiagnosticSource": "10.0.3"
}, },
"runtime": { "runtime": {
@@ -695,43 +710,40 @@
} }
} }
}, },
"Microsoft.IdentityModel.Abstractions/6.35.0": { "Microsoft.IdentityModel.Abstractions/8.14.0": {
"runtime": { "runtime": {
"lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {
"assemblyVersion": "6.35.0.0", "assemblyVersion": "8.14.0.0",
"fileVersion": "6.35.0.41201" "fileVersion": "8.14.0.60815"
} }
} }
}, },
"Microsoft.IdentityModel.JsonWebTokens/6.35.0": { "Microsoft.IdentityModel.JsonWebTokens/8.14.0": {
"dependencies": { "dependencies": {
"Microsoft.IdentityModel.Tokens": "6.35.0", "Microsoft.IdentityModel.Tokens": "8.14.0"
"System.Text.Encoding": "4.3.0",
"System.Text.Encodings.Web": "8.0.0",
"System.Text.Json": "4.7.2"
}, },
"runtime": { "runtime": {
"lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
"assemblyVersion": "6.35.0.0", "assemblyVersion": "8.14.0.0",
"fileVersion": "6.35.0.41201" "fileVersion": "8.14.0.60815"
} }
} }
}, },
"Microsoft.IdentityModel.Logging/6.35.0": { "Microsoft.IdentityModel.Logging/8.14.0": {
"dependencies": { "dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.35.0" "Microsoft.IdentityModel.Abstractions": "8.14.0"
}, },
"runtime": { "runtime": {
"lib/net6.0/Microsoft.IdentityModel.Logging.dll": { "lib/net8.0/Microsoft.IdentityModel.Logging.dll": {
"assemblyVersion": "6.35.0.0", "assemblyVersion": "8.14.0.0",
"fileVersion": "6.35.0.41201" "fileVersion": "8.14.0.60815"
} }
} }
}, },
"Microsoft.IdentityModel.Protocols/6.35.0": { "Microsoft.IdentityModel.Protocols/6.35.0": {
"dependencies": { "dependencies": {
"Microsoft.IdentityModel.Logging": "6.35.0", "Microsoft.IdentityModel.Logging": "8.14.0",
"Microsoft.IdentityModel.Tokens": "6.35.0" "Microsoft.IdentityModel.Tokens": "8.14.0"
}, },
"runtime": { "runtime": {
"lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
@@ -752,26 +764,26 @@
} }
} }
}, },
"Microsoft.IdentityModel.Tokens/6.35.0": { "Microsoft.IdentityModel.Tokens/8.14.0": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.5.0", "Microsoft.Extensions.Logging.Abstractions": "10.0.3",
"Microsoft.IdentityModel.Logging": "6.35.0", "Microsoft.IdentityModel.Logging": "8.14.0"
"System.Security.Cryptography.Cng": "5.0.0"
}, },
"runtime": { "runtime": {
"lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {
"assemblyVersion": "6.35.0.0", "assemblyVersion": "8.14.0.0",
"fileVersion": "6.35.0.41201" "fileVersion": "8.14.0.60815"
} }
} }
}, },
"Microsoft.NETCore.Platforms/1.1.0": {}, "Microsoft.OpenApi/2.4.1": {
"Microsoft.NETCore.Targets/1.1.0": {}, "dependencies": {
"Microsoft.OpenApi/1.4.3": { "System.Text.Json": "8.0.5"
},
"runtime": { "runtime": {
"lib/netstandard2.0/Microsoft.OpenApi.dll": { "lib/net8.0/Microsoft.OpenApi.dll": {
"assemblyVersion": "1.4.3.0", "assemblyVersion": "2.4.1.0",
"fileVersion": "1.4.3.0" "fileVersion": "2.4.1.0"
} }
} }
}, },
@@ -955,10 +967,48 @@
} }
} }
}, },
"Swashbuckle.AspNetCore/10.1.7": {
"dependencies": {
"Microsoft.Extensions.ApiDescription.Server": "8.0.0",
"Swashbuckle.AspNetCore.Swagger": "10.1.7",
"Swashbuckle.AspNetCore.SwaggerGen": "10.1.7",
"Swashbuckle.AspNetCore.SwaggerUI": "10.1.7"
}
},
"Swashbuckle.AspNetCore.Swagger/10.1.7": {
"dependencies": {
"Microsoft.OpenApi": "2.4.1"
},
"runtime": {
"lib/net8.0/Swashbuckle.AspNetCore.Swagger.dll": {
"assemblyVersion": "10.1.7.0",
"fileVersion": "10.1.7.2427"
}
}
},
"Swashbuckle.AspNetCore.SwaggerGen/10.1.7": {
"dependencies": {
"Swashbuckle.AspNetCore.Swagger": "10.1.7"
},
"runtime": {
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
"assemblyVersion": "10.1.7.0",
"fileVersion": "10.1.7.2427"
}
}
},
"Swashbuckle.AspNetCore.SwaggerUI/10.1.7": {
"runtime": {
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
"assemblyVersion": "10.1.7.0",
"fileVersion": "10.1.7.2427"
}
}
},
"System.ClientModel/1.0.0": { "System.ClientModel/1.0.0": {
"dependencies": { "dependencies": {
"System.Memory.Data": "1.0.2", "System.Memory.Data": "1.0.2",
"System.Text.Json": "4.7.2" "System.Text.Json": "8.0.5"
}, },
"runtime": { "runtime": {
"lib/net6.0/System.ClientModel.dll": { "lib/net6.0/System.ClientModel.dll": {
@@ -1088,8 +1138,8 @@
"System.Formats.Asn1/8.0.2": {}, "System.Formats.Asn1/8.0.2": {},
"System.IdentityModel.Tokens.Jwt/6.35.0": { "System.IdentityModel.Tokens.Jwt/6.35.0": {
"dependencies": { "dependencies": {
"Microsoft.IdentityModel.JsonWebTokens": "6.35.0", "Microsoft.IdentityModel.JsonWebTokens": "8.14.0",
"Microsoft.IdentityModel.Tokens": "6.35.0" "Microsoft.IdentityModel.Tokens": "8.14.0"
}, },
"runtime": { "runtime": {
"lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
@@ -1103,7 +1153,7 @@
"System.Memory.Data/1.0.2": { "System.Memory.Data/1.0.2": {
"dependencies": { "dependencies": {
"System.Text.Encodings.Web": "8.0.0", "System.Text.Encodings.Web": "8.0.0",
"System.Text.Json": "4.7.2" "System.Text.Json": "8.0.5"
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/System.Memory.Data.dll": { "lib/netstandard2.0/System.Memory.Data.dll": {
@@ -1118,12 +1168,6 @@
"System.Collections.Immutable": "6.0.0" "System.Collections.Immutable": "6.0.0"
} }
}, },
"System.Runtime/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0"
}
},
"System.Runtime.Caching/6.0.0": { "System.Runtime.Caching/6.0.0": {
"dependencies": { "dependencies": {
"System.Configuration.ConfigurationManager": "6.0.1" "System.Configuration.ConfigurationManager": "6.0.1"
@@ -1179,20 +1223,13 @@
} }
}, },
"System.Security.Principal.Windows/5.0.0": {}, "System.Security.Principal.Windows/5.0.0": {},
"System.Text.Encoding/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Text.Encoding.CodePages/6.0.0": { "System.Text.Encoding.CodePages/6.0.0": {
"dependencies": { "dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0" "System.Runtime.CompilerServices.Unsafe": "6.0.0"
} }
}, },
"System.Text.Encodings.Web/8.0.0": {}, "System.Text.Encodings.Web/8.0.0": {},
"System.Text.Json/4.7.2": {}, "System.Text.Json/8.0.5": {},
"System.Threading.Channels/6.0.0": {}, "System.Threading.Channels/6.0.0": {},
"System.Threading.Tasks.Extensions/4.5.4": {}, "System.Threading.Tasks.Extensions/4.5.4": {},
"System.Windows.Extensions/6.0.0": { "System.Windows.Extensions/6.0.0": {
@@ -1230,6 +1267,13 @@
"serviceable": false, "serviceable": false,
"sha512": "" "sha512": ""
}, },
"AutoMapper/16.1.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-VNEky8JA15ci+oIDRGHITOGOpV4dILsf8pnn24QhDl2urtqgJ2IXiS/V2EtGU17P/+f6OeFQPJETaZXV9QOIZg==",
"path": "automapper/16.1.1",
"hashPath": "automapper.16.1.1.nupkg.sha512"
},
"Azure.Core/1.38.0": { "Azure.Core/1.38.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
@@ -1370,13 +1414,6 @@
"path": "microsoft.codeanalysis.workspaces.common/4.5.0", "path": "microsoft.codeanalysis.workspaces.common/4.5.0",
"hashPath": "microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512" "hashPath": "microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512"
}, },
"Microsoft.CSharp/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
"path": "microsoft.csharp/4.5.0",
"hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
},
"Microsoft.Data.SqlClient/5.1.7": { "Microsoft.Data.SqlClient/5.1.7": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
@@ -1433,6 +1470,13 @@
"path": "microsoft.entityframeworkcore.sqlserver/8.0.25", "path": "microsoft.entityframeworkcore.sqlserver/8.0.25",
"hashPath": "microsoft.entityframeworkcore.sqlserver.8.0.25.nupkg.sha512" "hashPath": "microsoft.entityframeworkcore.sqlserver.8.0.25.nupkg.sha512"
}, },
"Microsoft.Extensions.ApiDescription.Server/8.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-jDM3a95WerM8g6IcMiBXq1qRS9dqmEUpgnCk2DeMWpPkYtp1ia+CkXabOnK93JmhVlUmv8l9WMPsCSUm+WqkIA==",
"path": "microsoft.extensions.apidescription.server/8.0.0",
"hashPath": "microsoft.extensions.apidescription.server.8.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Caching.Abstractions/8.0.0": { "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
@@ -1538,26 +1582,26 @@
"path": "microsoft.identity.client.extensions.msal/4.61.3", "path": "microsoft.identity.client.extensions.msal/4.61.3",
"hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512" "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512"
}, },
"Microsoft.IdentityModel.Abstractions/6.35.0": { "Microsoft.IdentityModel.Abstractions/8.14.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", "sha512": "sha512-iwbCpSjD3ehfTwBhtSNEtKPK0ICun6ov7Ibx6ISNA9bfwIyzI2Siwyi9eJFCJBwxowK9xcA1mj+jBWiigeqgcQ==",
"path": "microsoft.identitymodel.abstractions/6.35.0", "path": "microsoft.identitymodel.abstractions/8.14.0",
"hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512" "hashPath": "microsoft.identitymodel.abstractions.8.14.0.nupkg.sha512"
}, },
"Microsoft.IdentityModel.JsonWebTokens/6.35.0": { "Microsoft.IdentityModel.JsonWebTokens/8.14.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", "sha512": "sha512-4jOpiA4THdtpLyMdAb24dtj7+6GmvhOhxf5XHLYWmPKF8ApEnApal1UnJsKO4HxUWRXDA6C4WQVfYyqsRhpNpQ==",
"path": "microsoft.identitymodel.jsonwebtokens/6.35.0", "path": "microsoft.identitymodel.jsonwebtokens/8.14.0",
"hashPath": "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512" "hashPath": "microsoft.identitymodel.jsonwebtokens.8.14.0.nupkg.sha512"
}, },
"Microsoft.IdentityModel.Logging/6.35.0": { "Microsoft.IdentityModel.Logging/8.14.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", "sha512": "sha512-eqqnemdW38CKZEHS6diA50BV94QICozDZEvSrsvN3SJXUFwVB9gy+/oz76gldP7nZliA16IglXjXTCTdmU/Ejg==",
"path": "microsoft.identitymodel.logging/6.35.0", "path": "microsoft.identitymodel.logging/8.14.0",
"hashPath": "microsoft.identitymodel.logging.6.35.0.nupkg.sha512" "hashPath": "microsoft.identitymodel.logging.8.14.0.nupkg.sha512"
}, },
"Microsoft.IdentityModel.Protocols/6.35.0": { "Microsoft.IdentityModel.Protocols/6.35.0": {
"type": "package", "type": "package",
@@ -1573,33 +1617,19 @@
"path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0",
"hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512" "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512"
}, },
"Microsoft.IdentityModel.Tokens/6.35.0": { "Microsoft.IdentityModel.Tokens/8.14.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", "sha512": "sha512-lKIZiBiGd36k02TCdMHp1KlNWisyIvQxcYJvIkz7P4gSQ9zi8dgh6S5Grj8NNG7HWYIPfQymGyoZ6JB5d1Lo1g==",
"path": "microsoft.identitymodel.tokens/6.35.0", "path": "microsoft.identitymodel.tokens/8.14.0",
"hashPath": "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512" "hashPath": "microsoft.identitymodel.tokens.8.14.0.nupkg.sha512"
}, },
"Microsoft.NETCore.Platforms/1.1.0": { "Microsoft.OpenApi/2.4.1": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", "sha512": "sha512-u7QhXCISMQuab3flasb1hoaiERmUqyWsW7tmQODyILoQ7mJV5IRGM+2KKZYo0QUfC13evEOcHAb6TPWgqEQtrw==",
"path": "microsoft.netcore.platforms/1.1.0", "path": "microsoft.openapi/2.4.1",
"hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" "hashPath": "microsoft.openapi.2.4.1.nupkg.sha512"
},
"Microsoft.NETCore.Targets/1.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
"path": "microsoft.netcore.targets/1.1.0",
"hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
},
"Microsoft.OpenApi/1.4.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rURwggB+QZYcSVbDr7HSdhw/FELvMlriW10OeOzjPT7pstefMo7IThhtNtDudxbXhW+lj0NfX72Ka5EDsG8x6w==",
"path": "microsoft.openapi/1.4.3",
"hashPath": "microsoft.openapi.1.4.3.nupkg.sha512"
}, },
"Microsoft.SqlServer.Server/1.0.0": { "Microsoft.SqlServer.Server/1.0.0": {
"type": "package", "type": "package",
@@ -1706,6 +1736,34 @@
"path": "nswag.generation.aspnetcore/14.6.3", "path": "nswag.generation.aspnetcore/14.6.3",
"hashPath": "nswag.generation.aspnetcore.14.6.3.nupkg.sha512" "hashPath": "nswag.generation.aspnetcore.14.6.3.nupkg.sha512"
}, },
"Swashbuckle.AspNetCore/10.1.7": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vgef8DPT411JU5JjHiDbr0WOxsIVuAvegPGtqmm4Na4JRl/264dfBJcGkiPHsAr5P+Vda+qN1rZKRtBl1rF9aA==",
"path": "swashbuckle.aspnetcore/10.1.7",
"hashPath": "swashbuckle.aspnetcore.10.1.7.nupkg.sha512"
},
"Swashbuckle.AspNetCore.Swagger/10.1.7": {
"type": "package",
"serviceable": true,
"sha512": "sha512-EjLibt/d/QuRv170GoihTbcPUpgzSFm2WKHhnGJFZQ03JYzfuitsM79azaAR8NBwRunU7yScSX6HRE5JUlrEMQ==",
"path": "swashbuckle.aspnetcore.swagger/10.1.7",
"hashPath": "swashbuckle.aspnetcore.swagger.10.1.7.nupkg.sha512"
},
"Swashbuckle.AspNetCore.SwaggerGen/10.1.7": {
"type": "package",
"serviceable": true,
"sha512": "sha512-PuubO9BjvNn6U3D9kLpuWKY1JtziWw7SsGBq0age1E50uQjQ8Fzl8s0EwzrLfANqYJNgDnJi9l7N1QxcGVB2Zw==",
"path": "swashbuckle.aspnetcore.swaggergen/10.1.7",
"hashPath": "swashbuckle.aspnetcore.swaggergen.10.1.7.nupkg.sha512"
},
"Swashbuckle.AspNetCore.SwaggerUI/10.1.7": {
"type": "package",
"serviceable": true,
"sha512": "sha512-iJo3ODyUb/M8Vm8AH1r9y9iAba0w95xsCn3zFVl96ISRHbTDWxi+l7oFVCZqUEdjd97B8VMDPnMliWAdomR8uw==",
"path": "swashbuckle.aspnetcore.swaggerui/10.1.7",
"hashPath": "swashbuckle.aspnetcore.swaggerui.10.1.7.nupkg.sha512"
},
"System.ClientModel/1.0.0": { "System.ClientModel/1.0.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
@@ -1839,13 +1897,6 @@
"path": "system.reflection.metadata/6.0.1", "path": "system.reflection.metadata/6.0.1",
"hashPath": "system.reflection.metadata.6.0.1.nupkg.sha512" "hashPath": "system.reflection.metadata.6.0.1.nupkg.sha512"
}, },
"System.Runtime/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
"path": "system.runtime/4.3.0",
"hashPath": "system.runtime.4.3.0.nupkg.sha512"
},
"System.Runtime.Caching/6.0.0": { "System.Runtime.Caching/6.0.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
@@ -1895,13 +1946,6 @@
"path": "system.security.principal.windows/5.0.0", "path": "system.security.principal.windows/5.0.0",
"hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512" "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
}, },
"System.Text.Encoding/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
"path": "system.text.encoding/4.3.0",
"hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
},
"System.Text.Encoding.CodePages/6.0.0": { "System.Text.Encoding.CodePages/6.0.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
@@ -1916,12 +1960,12 @@
"path": "system.text.encodings.web/8.0.0", "path": "system.text.encodings.web/8.0.0",
"hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512" "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512"
}, },
"System.Text.Json/4.7.2": { "System.Text.Json/8.0.5": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==", "sha512": "sha512-0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg==",
"path": "system.text.json/4.7.2", "path": "system.text.json/8.0.5",
"hashPath": "system.text.json.4.7.2.nupkg.sha512" "hashPath": "system.text.json.8.0.5.nupkg.sha512"
}, },
"System.Threading.Channels/6.0.0": { "System.Threading.Channels/6.0.0": {
"type": "package", "type": "package",
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Knots")] [assembly: System.Reflection.AssemblyCompanyAttribute("Knots")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+df6e559f006f05706fd56c688abf1721f8594ba7")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1044e150f44f765cba1033b223fc3e8eff399bde")]
[assembly: System.Reflection.AssemblyProductAttribute("Knots")] [assembly: System.Reflection.AssemblyProductAttribute("Knots")]
[assembly: System.Reflection.AssemblyTitleAttribute("Knots")] [assembly: System.Reflection.AssemblyTitleAttribute("Knots")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
@@ -1 +1 @@
90acb1e49f12117818d98ae81eb2954f6e9b7aa37530698d570daa4a254b99a8 2e02eac190e1dd301b36d6942613d33acfa20c0004c5c4da7aa15037371ccb28
@@ -9,11 +9,11 @@ build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Knots build_property.RootNamespace = Knots
build_property.RootNamespace = Knots build_property.RootNamespace = Knots
build_property.ProjectDir = /home/carteronm@stsio.lan/RiderProjects/Knots/Knots/ build_property.ProjectDir = C:\Users\oistig\RiderProjects\Knots\Knots\
build_property.EnableComHosting = build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop = build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 8.0 build_property.RazorLangVersion = 8.0
build_property.SupportLocalizedComponentNames = build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes = build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = /home/carteronm@stsio.lan/RiderProjects/Knots/Knots build_property.MSBuildProjectDirectory = C:\Users\oistig\RiderProjects\Knots\Knots
build_property._RazorSourceGeneratorDebug = build_property._RazorSourceGeneratorDebug =
@@ -15,6 +15,7 @@ using System.Reflection;
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.OpenApi")] [assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.OpenApi")]
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("NSwag.AspNetCore")] [assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("NSwag.AspNetCore")]
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("NSwag.Generation.AspNetCore")] [assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("NSwag.Generation.AspNetCore")]
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
// Généré par la classe MSBuild WriteCodeFragment. // Généré par la classe MSBuild WriteCodeFragment.
Binary file not shown.
@@ -1 +1 @@
5b8b152649e71ab820604f710301a89982ad8186b0ea1461de7b451e817c32a7 ae525f2d28057965d029e497edcbfe6df6ff24e93bab7c2fe7d5ac8b6b081558
@@ -166,3 +166,175 @@
/home/carteronm@stsio.lan/RiderProjects/Knots/Knots/obj/Debug/net8.0/Knots.pdb /home/carteronm@stsio.lan/RiderProjects/Knots/Knots/obj/Debug/net8.0/Knots.pdb
/home/carteronm@stsio.lan/RiderProjects/Knots/Knots/obj/Debug/net8.0/Knots.genruntimeconfig.cache /home/carteronm@stsio.lan/RiderProjects/Knots/Knots/obj/Debug/net8.0/Knots.genruntimeconfig.cache
/home/carteronm@stsio.lan/RiderProjects/Knots/Knots/obj/Debug/net8.0/ref/Knots.dll /home/carteronm@stsio.lan/RiderProjects/Knots/Knots/obj/Debug/net8.0/ref/Knots.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\appsettings.Development.json
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\appsettings.json
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Knots.exe
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Knots.deps.json
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Knots.runtimeconfig.json
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Knots.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Knots.pdb
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\AutoMapper.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Azure.Core.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Azure.Identity.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\FastEndpoints.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\FastEndpoints.Attributes.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\FastEndpoints.Core.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\FastEndpoints.JobQueues.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\FastEndpoints.Messaging.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\FastEndpoints.Messaging.Core.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\FastEndpoints.Swagger.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\FluentValidation.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Humanizer.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.AspNetCore.OpenApi.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.Bcl.AsyncInterfaces.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.CodeAnalysis.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.CodeAnalysis.Workspaces.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.Data.SqlClient.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Abstractions.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Design.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Relational.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.SqlServer.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.Extensions.Caching.Memory.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.Extensions.Configuration.Abstractions.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.Extensions.DependencyModel.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.Extensions.Diagnostics.Abstractions.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.Extensions.FileProviders.Abstractions.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.Extensions.Hosting.Abstractions.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.Extensions.Logging.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.Extensions.Logging.Abstractions.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.Extensions.Options.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.Extensions.Primitives.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.Identity.Client.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.Identity.Client.Extensions.Msal.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.IdentityModel.Abstractions.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.IdentityModel.JsonWebTokens.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.IdentityModel.Logging.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.IdentityModel.Protocols.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.IdentityModel.Tokens.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.OpenApi.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.SqlServer.Server.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Microsoft.Win32.SystemEvents.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Mono.TextTemplating.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Namotion.Reflection.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Newtonsoft.Json.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\NJsonSchema.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\NJsonSchema.Annotations.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\NJsonSchema.NewtonsoftJson.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\NJsonSchema.Yaml.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\NSwag.Annotations.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\NSwag.AspNetCore.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\NSwag.Core.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\NSwag.Core.Yaml.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\NSwag.Generation.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\NSwag.Generation.AspNetCore.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\System.ClientModel.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\System.CodeDom.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\System.Composition.AttributedModel.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\System.Composition.Convention.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\System.Composition.Hosting.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\System.Composition.Runtime.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\System.Composition.TypedParts.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\System.Configuration.ConfigurationManager.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\System.Diagnostics.DiagnosticSource.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\System.Drawing.Common.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\System.IdentityModel.Tokens.Jwt.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\System.Memory.Data.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\System.Runtime.Caching.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\System.Security.Cryptography.ProtectedData.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\System.Security.Permissions.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\System.Windows.Extensions.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\YamlDotNet.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\runtimes\unix\lib\net6.0\Microsoft.Data.SqlClient.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\runtimes\win\lib\net6.0\Microsoft.Data.SqlClient.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Runtime.Caching.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\Knots.csproj.AssemblyReference.cache
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\Knots.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\Knots.AssemblyInfoInputs.cache
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\Knots.AssemblyInfo.cs
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\Knots.csproj.CoreCompileInputs.cache
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\Knots.MvcApplicationPartsAssemblyInfo.cs
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\Knots.MvcApplicationPartsAssemblyInfo.cache
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\staticwebassets.build.json
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\staticwebassets.development.json
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\staticwebassets\msbuild.Knots.Microsoft.AspNetCore.StaticWebAssets.props
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\staticwebassets\msbuild.build.Knots.props
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\staticwebassets\msbuild.buildMultiTargeting.Knots.props
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\staticwebassets\msbuild.buildTransitive.Knots.props
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\staticwebassets.pack.json
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\scopedcss\bundle\Knots.styles.css
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\Knots.csproj.Up2Date
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\Knots.dll
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\refint\Knots.dll
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\Knots.pdb
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\Knots.genruntimeconfig.cache
C:\Users\oistig\RiderProjects\Knots\Knots\obj\Debug\net8.0\ref\Knots.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Swashbuckle.AspNetCore.Swagger.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Swashbuckle.AspNetCore.SwaggerGen.dll
C:\Users\oistig\RiderProjects\Knots\Knots\bin\Debug\net8.0\Swashbuckle.AspNetCore.SwaggerUI.dll
Binary file not shown.
@@ -1 +1 @@
6e5777d041c0b41bcf10ec6ec712ecf1738b5af101ae6bc5ba969c11868edc63 0d2b8ca00697e330b24d796ff8da502ed79df27a1d41da4888773619ddd6c44d
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,3 @@
<Project> <Project>
<Import Project="../build/Knots.props" /> <Import Project="..\build\Knots.props" />
</Project> </Project>
@@ -1,3 +1,3 @@
<Project> <Project>
<Import Project="../buildMultiTargeting/Knots.props" /> <Import Project="..\buildMultiTargeting\Knots.props" />
</Project> </Project>
+1 -1
View File
@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Knots")] [assembly: System.Reflection.AssemblyCompanyAttribute("Knots")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+db76d50079bd8ba155bd61dd1e6de2e36e26ec1b")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cc9090422803e15ae5e01cdb4964a0c908f54640")]
[assembly: System.Reflection.AssemblyProductAttribute("Knots")] [assembly: System.Reflection.AssemblyProductAttribute("Knots")]
[assembly: System.Reflection.AssemblyTitleAttribute("Knots")] [assembly: System.Reflection.AssemblyTitleAttribute("Knots")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
@@ -1 +1 @@
779fa9ee144195dcfe3057aa46e3c8c1c55ddffa9229c6d8635ec11d69b98c0b 882a1ca1aec90fc8d6295b45413d9067b1a028d9de136ea4e9be02775fdc15d7
+18 -9
View File
@@ -1,26 +1,31 @@
{ {
"format": 1, "format": 1,
"restore": { "restore": {
"/home/carteronm@stsio.lan/RiderProjects/Knots/Knots/Knots.csproj": {} "C:\\Users\\oistig\\RiderProjects\\Knots\\Knots\\Knots.csproj": {}
}, },
"projects": { "projects": {
"/home/carteronm@stsio.lan/RiderProjects/Knots/Knots/Knots.csproj": { "C:\\Users\\oistig\\RiderProjects\\Knots\\Knots\\Knots.csproj": {
"version": "1.0.0", "version": "1.0.0",
"restore": { "restore": {
"projectUniqueName": "/home/carteronm@stsio.lan/RiderProjects/Knots/Knots/Knots.csproj", "projectUniqueName": "C:\\Users\\oistig\\RiderProjects\\Knots\\Knots\\Knots.csproj",
"projectName": "Knots", "projectName": "Knots",
"projectPath": "/home/carteronm@stsio.lan/RiderProjects/Knots/Knots/Knots.csproj", "projectPath": "C:\\Users\\oistig\\RiderProjects\\Knots\\Knots\\Knots.csproj",
"packagesPath": "/home/carteronm@stsio.lan/.nuget/packages/", "packagesPath": "C:\\Users\\oistig\\.nuget\\packages\\",
"outputPath": "/home/carteronm@stsio.lan/RiderProjects/Knots/Knots/obj/", "outputPath": "C:\\Users\\oistig\\RiderProjects\\Knots\\Knots\\obj\\",
"projectStyle": "PackageReference", "projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [ "configFilePaths": [
"/home/carteronm@stsio.lan/.nuget/NuGet/NuGet.Config" "C:\\Users\\oistig\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
], ],
"originalTargetFrameworks": [ "originalTargetFrameworks": [
"net8.0" "net8.0"
], ],
"sources": { "sources": {
"/usr/share/dotnet/library-packs": {}, "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {} "https://api.nuget.org/v3/index.json": {}
}, },
"frameworks": { "frameworks": {
@@ -73,6 +78,10 @@
"Microsoft.EntityFrameworkCore.SqlServer": { "Microsoft.EntityFrameworkCore.SqlServer": {
"target": "Package", "target": "Package",
"version": "[8.0.25, )" "version": "[8.0.25, )"
},
"Swashbuckle.AspNetCore": {
"target": "Package",
"version": "[10.1.7, )"
} }
}, },
"imports": [ "imports": [
@@ -94,7 +103,7 @@
"privateAssets": "all" "privateAssets": "all"
} }
}, },
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.416/PortableRuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Users\\oistig\\.dotnet\\sdk\\8.0.419/PortableRuntimeIdentifierGraph.json"
} }
} }
} }
+11 -7
View File
@@ -4,19 +4,23 @@
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/carteronm@stsio.lan/.nuget/packages/</NuGetPackageRoot> <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/carteronm@stsio.lan/.nuget/packages/</NuGetPackageFolders> <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\oistig\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion> <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.14.0</NuGetToolVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="/home/carteronm@stsio.lan/.nuget/packages/" /> <SourceRoot Include="C:\Users\oistig\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup> </ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore/8.0.25/buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore/8.0.25/buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props')" /> <Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\8.0.0\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\8.0.0\build\Microsoft.Extensions.ApiDescription.Server.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design/8.0.25/build/net8.0/Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design/8.0.25/build/net8.0/Microsoft.EntityFrameworkCore.Design.props')" /> <Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\10.1.7\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\10.1.7\build\Swashbuckle.AspNetCore.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore\8.0.25\buildTransitive\net8.0\Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore\8.0.25\buildTransitive\net8.0\Microsoft.EntityFrameworkCore.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design\8.0.25\build\net8.0\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design\8.0.25\build\net8.0\Microsoft.EntityFrameworkCore.Design.props')" />
</ImportGroup> </ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">/home/carteronm@stsio.lan/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3</PkgMicrosoft_CodeAnalysis_Analyzers> <PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\oistig\.nuget\packages\microsoft.extensions.apidescription.server\8.0.0</PkgMicrosoft_Extensions_ApiDescription_Server>
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Users\oistig\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.3</PkgMicrosoft_CodeAnalysis_Analyzers>
</PropertyGroup> </PropertyGroup>
</Project> </Project>
+5 -3
View File
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?> <?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions/10.0.3/buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions/10.0.3/buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets')" /> <Import Project="$(NuGetPackageRoot)system.text.json\8.0.5\buildTransitive\net6.0\System.Text.Json.targets" Condition="Exists('$(NuGetPackageRoot)system.text.json\8.0.5\buildTransitive\net6.0\System.Text.Json.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.extensions.options/10.0.3/buildTransitive/net8.0/Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options/10.0.3/buildTransitive/net8.0/Microsoft.Extensions.Options.targets')" /> <Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\10.0.3\buildTransitive\net8.0\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\10.0.3\buildTransitive\net8.0\Microsoft.Extensions.Logging.Abstractions.targets')" />
<Import Project="$(NuGetPackageRoot)fastendpoints.swagger/8.0.1/build/FastEndpoints.Swagger.targets" Condition="Exists('$(NuGetPackageRoot)fastendpoints.swagger/8.0.1/build/FastEndpoints.Swagger.targets')" /> <Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\8.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\8.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.extensions.options\10.0.3\buildTransitive\net8.0\Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options\10.0.3\buildTransitive\net8.0\Microsoft.Extensions.Options.targets')" />
<Import Project="$(NuGetPackageRoot)fastendpoints.swagger\8.0.1\build\FastEndpoints.Swagger.targets" Condition="Exists('$(NuGetPackageRoot)fastendpoints.swagger\8.0.1\build\FastEndpoints.Swagger.targets')" />
</ImportGroup> </ImportGroup>
</Project> </Project>
+317 -29
View File
@@ -687,6 +687,17 @@
} }
} }
}, },
"Microsoft.Extensions.ApiDescription.Server/8.0.0": {
"type": "package",
"build": {
"build/Microsoft.Extensions.ApiDescription.Server.props": {},
"build/Microsoft.Extensions.ApiDescription.Server.targets": {}
},
"buildMultiTargeting": {
"buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props": {},
"buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {}
}
},
"Microsoft.Extensions.Caching.Abstractions/8.0.0": { "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
"type": "package", "type": "package",
"dependencies": { "dependencies": {
@@ -1069,15 +1080,18 @@
} }
} }
}, },
"Microsoft.OpenApi/1.4.3": { "Microsoft.OpenApi/2.4.1": {
"type": "package", "type": "package",
"dependencies": {
"System.Text.Json": "8.0.5"
},
"compile": { "compile": {
"lib/netstandard2.0/Microsoft.OpenApi.dll": { "lib/net8.0/Microsoft.OpenApi.dll": {
"related": ".pdb;.xml" "related": ".pdb;.xml"
} }
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/Microsoft.OpenApi.dll": { "lib/net8.0/Microsoft.OpenApi.dll": {
"related": ".pdb;.xml" "related": ".pdb;.xml"
} }
} }
@@ -1339,6 +1353,72 @@
"Microsoft.AspNetCore.App" "Microsoft.AspNetCore.App"
] ]
}, },
"Swashbuckle.AspNetCore/10.1.7": {
"type": "package",
"dependencies": {
"Microsoft.Extensions.ApiDescription.Server": "8.0.0",
"Swashbuckle.AspNetCore.Swagger": "10.1.7",
"Swashbuckle.AspNetCore.SwaggerGen": "10.1.7",
"Swashbuckle.AspNetCore.SwaggerUI": "10.1.7"
},
"build": {
"build/Swashbuckle.AspNetCore.props": {}
},
"buildMultiTargeting": {
"buildMultiTargeting/Swashbuckle.AspNetCore.props": {}
}
},
"Swashbuckle.AspNetCore.Swagger/10.1.7": {
"type": "package",
"dependencies": {
"Microsoft.OpenApi": "2.4.1"
},
"compile": {
"lib/net8.0/Swashbuckle.AspNetCore.Swagger.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/net8.0/Swashbuckle.AspNetCore.Swagger.dll": {
"related": ".pdb;.xml"
}
},
"frameworkReferences": [
"Microsoft.AspNetCore.App"
]
},
"Swashbuckle.AspNetCore.SwaggerGen/10.1.7": {
"type": "package",
"dependencies": {
"Swashbuckle.AspNetCore.Swagger": "10.1.7"
},
"compile": {
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
"related": ".pdb;.xml"
}
}
},
"Swashbuckle.AspNetCore.SwaggerUI/10.1.7": {
"type": "package",
"compile": {
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
"related": ".pdb;.xml"
}
},
"frameworkReferences": [
"Microsoft.AspNetCore.App"
]
},
"System.ClientModel/1.0.0": { "System.ClientModel/1.0.0": {
"type": "package", "type": "package",
"dependencies": { "dependencies": {
@@ -1855,17 +1935,20 @@
} }
} }
}, },
"System.Text.Json/4.7.2": { "System.Text.Json/8.0.5": {
"type": "package", "type": "package",
"compile": { "compile": {
"lib/netcoreapp3.0/System.Text.Json.dll": { "lib/net8.0/System.Text.Json.dll": {
"related": ".xml" "related": ".xml"
} }
}, },
"runtime": { "runtime": {
"lib/netcoreapp3.0/System.Text.Json.dll": { "lib/net8.0/System.Text.Json.dll": {
"related": ".xml" "related": ".xml"
} }
},
"build": {
"buildTransitive/net6.0/System.Text.Json.targets": {}
} }
}, },
"System.Threading.Channels/6.0.0": { "System.Threading.Channels/6.0.0": {
@@ -2822,6 +2905,68 @@
"microsoft.entityframeworkcore.sqlserver.nuspec" "microsoft.entityframeworkcore.sqlserver.nuspec"
] ]
}, },
"Microsoft.Extensions.ApiDescription.Server/8.0.0": {
"sha512": "jDM3a95WerM8g6IcMiBXq1qRS9dqmEUpgnCk2DeMWpPkYtp1ia+CkXabOnK93JmhVlUmv8l9WMPsCSUm+WqkIA==",
"type": "package",
"path": "microsoft.extensions.apidescription.server/8.0.0",
"hasTools": true,
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"build/Microsoft.Extensions.ApiDescription.Server.props",
"build/Microsoft.Extensions.ApiDescription.Server.targets",
"buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props",
"buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets",
"microsoft.extensions.apidescription.server.8.0.0.nupkg.sha512",
"microsoft.extensions.apidescription.server.nuspec",
"tools/Newtonsoft.Json.dll",
"tools/dotnet-getdocument.deps.json",
"tools/dotnet-getdocument.dll",
"tools/dotnet-getdocument.runtimeconfig.json",
"tools/net462-x86/GetDocument.Insider.exe",
"tools/net462-x86/GetDocument.Insider.exe.config",
"tools/net462-x86/System.Buffers.dll",
"tools/net462-x86/System.Diagnostics.DiagnosticSource.dll",
"tools/net462-x86/System.Memory.dll",
"tools/net462-x86/System.Numerics.Vectors.dll",
"tools/net462-x86/System.Runtime.CompilerServices.Unsafe.dll",
"tools/net462/GetDocument.Insider.exe",
"tools/net462/GetDocument.Insider.exe.config",
"tools/net462/System.Buffers.dll",
"tools/net462/System.Diagnostics.DiagnosticSource.dll",
"tools/net462/System.Memory.dll",
"tools/net462/System.Numerics.Vectors.dll",
"tools/net462/System.Runtime.CompilerServices.Unsafe.dll",
"tools/net8.0/GetDocument.Insider.deps.json",
"tools/net8.0/GetDocument.Insider.dll",
"tools/net8.0/GetDocument.Insider.exe",
"tools/net8.0/GetDocument.Insider.runtimeconfig.json",
"tools/net8.0/Microsoft.AspNetCore.Connections.Abstractions.dll",
"tools/net8.0/Microsoft.AspNetCore.Connections.Abstractions.xml",
"tools/net8.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll",
"tools/net8.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.xml",
"tools/net8.0/Microsoft.AspNetCore.Http.Features.dll",
"tools/net8.0/Microsoft.AspNetCore.Http.Features.xml",
"tools/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll",
"tools/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
"tools/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll",
"tools/net8.0/Microsoft.Extensions.Features.dll",
"tools/net8.0/Microsoft.Extensions.Features.xml",
"tools/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
"tools/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll",
"tools/net8.0/Microsoft.Extensions.Logging.Abstractions.dll",
"tools/net8.0/Microsoft.Extensions.Options.dll",
"tools/net8.0/Microsoft.Extensions.Primitives.dll",
"tools/net8.0/Microsoft.Net.Http.Headers.dll",
"tools/net8.0/Microsoft.Net.Http.Headers.xml",
"tools/net8.0/System.IO.Pipelines.dll",
"tools/netcoreapp2.1/GetDocument.Insider.deps.json",
"tools/netcoreapp2.1/GetDocument.Insider.dll",
"tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json",
"tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll"
]
},
"Microsoft.Extensions.Caching.Abstractions/8.0.0": { "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
"sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==",
"type": "package", "type": "package",
@@ -3450,17 +3595,21 @@
"microsoft.identitymodel.tokens.nuspec" "microsoft.identitymodel.tokens.nuspec"
] ]
}, },
"Microsoft.OpenApi/1.4.3": { "Microsoft.OpenApi/2.4.1": {
"sha512": "rURwggB+QZYcSVbDr7HSdhw/FELvMlriW10OeOzjPT7pstefMo7IThhtNtDudxbXhW+lj0NfX72Ka5EDsG8x6w==", "sha512": "u7QhXCISMQuab3flasb1hoaiERmUqyWsW7tmQODyILoQ7mJV5IRGM+2KKZYo0QUfC13evEOcHAb6TPWgqEQtrw==",
"type": "package", "type": "package",
"path": "microsoft.openapi/1.4.3", "path": "microsoft.openapi/2.4.1",
"files": [ "files": [
".nupkg.metadata", ".nupkg.metadata",
".signature.p7s", ".signature.p7s",
"README.md",
"lib/net8.0/Microsoft.OpenApi.dll",
"lib/net8.0/Microsoft.OpenApi.pdb",
"lib/net8.0/Microsoft.OpenApi.xml",
"lib/netstandard2.0/Microsoft.OpenApi.dll", "lib/netstandard2.0/Microsoft.OpenApi.dll",
"lib/netstandard2.0/Microsoft.OpenApi.pdb", "lib/netstandard2.0/Microsoft.OpenApi.pdb",
"lib/netstandard2.0/Microsoft.OpenApi.xml", "lib/netstandard2.0/Microsoft.OpenApi.xml",
"microsoft.openapi.1.4.3.nupkg.sha512", "microsoft.openapi.2.4.1.nupkg.sha512",
"microsoft.openapi.nuspec" "microsoft.openapi.nuspec"
] ]
}, },
@@ -3757,6 +3906,83 @@
"nswag.generation.aspnetcore.nuspec" "nswag.generation.aspnetcore.nuspec"
] ]
}, },
"Swashbuckle.AspNetCore/10.1.7": {
"sha512": "vgef8DPT411JU5JjHiDbr0WOxsIVuAvegPGtqmm4Na4JRl/264dfBJcGkiPHsAr5P+Vda+qN1rZKRtBl1rF9aA==",
"type": "package",
"path": "swashbuckle.aspnetcore/10.1.7",
"files": [
".nupkg.metadata",
".signature.p7s",
"build/Swashbuckle.AspNetCore.props",
"buildMultiTargeting/Swashbuckle.AspNetCore.props",
"docs/package-readme.md",
"swashbuckle.aspnetcore.10.1.7.nupkg.sha512",
"swashbuckle.aspnetcore.nuspec"
]
},
"Swashbuckle.AspNetCore.Swagger/10.1.7": {
"sha512": "EjLibt/d/QuRv170GoihTbcPUpgzSFm2WKHhnGJFZQ03JYzfuitsM79azaAR8NBwRunU7yScSX6HRE5JUlrEMQ==",
"type": "package",
"path": "swashbuckle.aspnetcore.swagger/10.1.7",
"files": [
".nupkg.metadata",
".signature.p7s",
"lib/net10.0/Swashbuckle.AspNetCore.Swagger.dll",
"lib/net10.0/Swashbuckle.AspNetCore.Swagger.pdb",
"lib/net10.0/Swashbuckle.AspNetCore.Swagger.xml",
"lib/net8.0/Swashbuckle.AspNetCore.Swagger.dll",
"lib/net8.0/Swashbuckle.AspNetCore.Swagger.pdb",
"lib/net8.0/Swashbuckle.AspNetCore.Swagger.xml",
"lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll",
"lib/net9.0/Swashbuckle.AspNetCore.Swagger.pdb",
"lib/net9.0/Swashbuckle.AspNetCore.Swagger.xml",
"package-readme.md",
"swashbuckle.aspnetcore.swagger.10.1.7.nupkg.sha512",
"swashbuckle.aspnetcore.swagger.nuspec"
]
},
"Swashbuckle.AspNetCore.SwaggerGen/10.1.7": {
"sha512": "PuubO9BjvNn6U3D9kLpuWKY1JtziWw7SsGBq0age1E50uQjQ8Fzl8s0EwzrLfANqYJNgDnJi9l7N1QxcGVB2Zw==",
"type": "package",
"path": "swashbuckle.aspnetcore.swaggergen/10.1.7",
"files": [
".nupkg.metadata",
".signature.p7s",
"lib/net10.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
"lib/net10.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
"lib/net10.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
"package-readme.md",
"swashbuckle.aspnetcore.swaggergen.10.1.7.nupkg.sha512",
"swashbuckle.aspnetcore.swaggergen.nuspec"
]
},
"Swashbuckle.AspNetCore.SwaggerUI/10.1.7": {
"sha512": "iJo3ODyUb/M8Vm8AH1r9y9iAba0w95xsCn3zFVl96ISRHbTDWxi+l7oFVCZqUEdjd97B8VMDPnMliWAdomR8uw==",
"type": "package",
"path": "swashbuckle.aspnetcore.swaggerui/10.1.7",
"files": [
".nupkg.metadata",
".signature.p7s",
"lib/net10.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
"lib/net10.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
"lib/net10.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
"package-readme.md",
"swashbuckle.aspnetcore.swaggerui.10.1.7.nupkg.sha512",
"swashbuckle.aspnetcore.swaggerui.nuspec"
]
},
"System.ClientModel/1.0.0": { "System.ClientModel/1.0.0": {
"sha512": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", "sha512": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==",
"type": "package", "type": "package",
@@ -4596,26 +4822,77 @@
"useSharedDesignerContext.txt" "useSharedDesignerContext.txt"
] ]
}, },
"System.Text.Json/4.7.2": { "System.Text.Json/8.0.5": {
"sha512": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==", "sha512": "0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg==",
"type": "package", "type": "package",
"path": "system.text.json/4.7.2", "path": "system.text.json/8.0.5",
"files": [ "files": [
".nupkg.metadata", ".nupkg.metadata",
".signature.p7s", ".signature.p7s",
"Icon.png", "Icon.png",
"LICENSE.TXT", "LICENSE.TXT",
"PACKAGE.md",
"THIRD-PARTY-NOTICES.TXT", "THIRD-PARTY-NOTICES.TXT",
"lib/net461/System.Text.Json.dll", "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll",
"lib/net461/System.Text.Json.xml", "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll",
"lib/netcoreapp3.0/System.Text.Json.dll", "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll",
"lib/netcoreapp3.0/System.Text.Json.xml", "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll",
"analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll",
"analyzers/dotnet/roslyn4.4/cs/cs/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.4/cs/de/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.4/cs/es/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.4/cs/fr/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.4/cs/it/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.4/cs/ja/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.4/cs/ko/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.4/cs/pl/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.4/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.4/cs/ru/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.4/cs/tr/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.4/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll",
"analyzers/dotnet/roslyn4.4/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll",
"buildTransitive/net461/System.Text.Json.targets",
"buildTransitive/net462/System.Text.Json.targets",
"buildTransitive/net6.0/System.Text.Json.targets",
"buildTransitive/netcoreapp2.0/System.Text.Json.targets",
"buildTransitive/netstandard2.0/System.Text.Json.targets",
"lib/net462/System.Text.Json.dll",
"lib/net462/System.Text.Json.xml",
"lib/net6.0/System.Text.Json.dll",
"lib/net6.0/System.Text.Json.xml",
"lib/net7.0/System.Text.Json.dll",
"lib/net7.0/System.Text.Json.xml",
"lib/net8.0/System.Text.Json.dll",
"lib/net8.0/System.Text.Json.xml",
"lib/netstandard2.0/System.Text.Json.dll", "lib/netstandard2.0/System.Text.Json.dll",
"lib/netstandard2.0/System.Text.Json.xml", "lib/netstandard2.0/System.Text.Json.xml",
"system.text.json.4.7.2.nupkg.sha512", "system.text.json.8.0.5.nupkg.sha512",
"system.text.json.nuspec", "system.text.json.nuspec",
"useSharedDesignerContext.txt", "useSharedDesignerContext.txt"
"version.txt"
] ]
}, },
"System.Threading.Channels/6.0.0": { "System.Threading.Channels/6.0.0": {
@@ -4737,29 +5014,36 @@
"Microsoft.AspNetCore.OpenApi >= 8.0.25", "Microsoft.AspNetCore.OpenApi >= 8.0.25",
"Microsoft.EntityFrameworkCore >= 8.0.25", "Microsoft.EntityFrameworkCore >= 8.0.25",
"Microsoft.EntityFrameworkCore.Design >= 8.0.25", "Microsoft.EntityFrameworkCore.Design >= 8.0.25",
"Microsoft.EntityFrameworkCore.SqlServer >= 8.0.25" "Microsoft.EntityFrameworkCore.SqlServer >= 8.0.25",
"Swashbuckle.AspNetCore >= 10.1.7"
] ]
}, },
"packageFolders": { "packageFolders": {
"/home/carteronm@stsio.lan/.nuget/packages/": {} "C:\\Users\\oistig\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
}, },
"project": { "project": {
"version": "1.0.0", "version": "1.0.0",
"restore": { "restore": {
"projectUniqueName": "/home/carteronm@stsio.lan/RiderProjects/Knots/Knots/Knots.csproj", "projectUniqueName": "C:\\Users\\oistig\\RiderProjects\\Knots\\Knots\\Knots.csproj",
"projectName": "Knots", "projectName": "Knots",
"projectPath": "/home/carteronm@stsio.lan/RiderProjects/Knots/Knots/Knots.csproj", "projectPath": "C:\\Users\\oistig\\RiderProjects\\Knots\\Knots\\Knots.csproj",
"packagesPath": "/home/carteronm@stsio.lan/.nuget/packages/", "packagesPath": "C:\\Users\\oistig\\.nuget\\packages\\",
"outputPath": "/home/carteronm@stsio.lan/RiderProjects/Knots/Knots/obj/", "outputPath": "C:\\Users\\oistig\\RiderProjects\\Knots\\Knots\\obj\\",
"projectStyle": "PackageReference", "projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [ "configFilePaths": [
"/home/carteronm@stsio.lan/.nuget/NuGet/NuGet.Config" "C:\\Users\\oistig\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
], ],
"originalTargetFrameworks": [ "originalTargetFrameworks": [
"net8.0" "net8.0"
], ],
"sources": { "sources": {
"/usr/share/dotnet/library-packs": {}, "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {} "https://api.nuget.org/v3/index.json": {}
}, },
"frameworks": { "frameworks": {
@@ -4812,6 +5096,10 @@
"Microsoft.EntityFrameworkCore.SqlServer": { "Microsoft.EntityFrameworkCore.SqlServer": {
"target": "Package", "target": "Package",
"version": "[8.0.25, )" "version": "[8.0.25, )"
},
"Swashbuckle.AspNetCore": {
"target": "Package",
"version": "[10.1.7, )"
} }
}, },
"imports": [ "imports": [
@@ -4833,7 +5121,7 @@
"privateAssets": "all" "privateAssets": "all"
} }
}, },
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.416/PortableRuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Users\\oistig\\.dotnet\\sdk\\8.0.419/PortableRuntimeIdentifierGraph.json"
} }
} }
} }
+106 -101
View File
@@ -1,108 +1,113 @@
{ {
"version": 2, "version": 2,
"dgSpecHash": "QMXvplaiSZ0=", "dgSpecHash": "6sMFyeO1jwc=",
"success": true, "success": true,
"projectFilePath": "/home/carteronm@stsio.lan/RiderProjects/Knots/Knots/Knots.csproj", "projectFilePath": "C:\\Users\\oistig\\RiderProjects\\Knots\\Knots\\Knots.csproj",
"expectedPackageFiles": [ "expectedPackageFiles": [
"/home/carteronm@stsio.lan/.nuget/packages/automapper/16.1.1/automapper.16.1.1.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\automapper\\16.1.1\\automapper.16.1.1.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/azure.core/1.38.0/azure.core.1.38.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\azure.core\\1.38.0\\azure.core.1.38.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/azure.identity/1.11.4/azure.identity.1.11.4.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\azure.identity\\1.11.4\\azure.identity.1.11.4.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/fastendpoints/8.0.1/fastendpoints.8.0.1.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\fastendpoints\\8.0.1\\fastendpoints.8.0.1.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/fastendpoints.attributes/8.0.1/fastendpoints.attributes.8.0.1.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\fastendpoints.attributes\\8.0.1\\fastendpoints.attributes.8.0.1.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/fastendpoints.core/8.0.1/fastendpoints.core.8.0.1.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\fastendpoints.core\\8.0.1\\fastendpoints.core.8.0.1.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/fastendpoints.jobqueues/8.0.1/fastendpoints.jobqueues.8.0.1.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\fastendpoints.jobqueues\\8.0.1\\fastendpoints.jobqueues.8.0.1.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/fastendpoints.messaging/8.0.1/fastendpoints.messaging.8.0.1.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\fastendpoints.messaging\\8.0.1\\fastendpoints.messaging.8.0.1.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/fastendpoints.messaging.core/8.0.1/fastendpoints.messaging.core.8.0.1.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\fastendpoints.messaging.core\\8.0.1\\fastendpoints.messaging.core.8.0.1.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/fastendpoints.swagger/8.0.1/fastendpoints.swagger.8.0.1.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\fastendpoints.swagger\\8.0.1\\fastendpoints.swagger.8.0.1.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/fluentvalidation/12.1.1/fluentvalidation.12.1.1.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\fluentvalidation\\12.1.1\\fluentvalidation.12.1.1.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.aspnetcore.http.abstractions/2.3.9/microsoft.aspnetcore.http.abstractions.2.3.9.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.aspnetcore.http.abstractions\\2.3.9\\microsoft.aspnetcore.http.abstractions.2.3.9.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.aspnetcore.http.features/2.3.0/microsoft.aspnetcore.http.features.2.3.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.aspnetcore.http.features\\2.3.0\\microsoft.aspnetcore.http.features.2.3.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.aspnetcore.openapi/8.0.25/microsoft.aspnetcore.openapi.8.0.25.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.aspnetcore.openapi\\8.0.25\\microsoft.aspnetcore.openapi.8.0.25.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.bcl.asyncinterfaces/6.0.0/microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\6.0.0\\microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3/microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.3.3\\microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.codeanalysis.common/4.5.0/microsoft.codeanalysis.common.4.5.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.codeanalysis.common\\4.5.0\\microsoft.codeanalysis.common.4.5.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.codeanalysis.csharp/4.5.0/microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.5.0\\microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.codeanalysis.csharp.workspaces/4.5.0/microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.codeanalysis.csharp.workspaces\\4.5.0\\microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.codeanalysis.workspaces.common/4.5.0/microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\4.5.0\\microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.data.sqlclient/5.1.7/microsoft.data.sqlclient.5.1.7.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.data.sqlclient\\5.1.7\\microsoft.data.sqlclient.5.1.7.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.data.sqlclient.sni.runtime/5.1.2/microsoft.data.sqlclient.sni.runtime.5.1.2.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\5.1.2\\microsoft.data.sqlclient.sni.runtime.5.1.2.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.entityframeworkcore/8.0.25/microsoft.entityframeworkcore.8.0.25.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.entityframeworkcore\\8.0.25\\microsoft.entityframeworkcore.8.0.25.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.entityframeworkcore.abstractions/8.0.25/microsoft.entityframeworkcore.abstractions.8.0.25.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\8.0.25\\microsoft.entityframeworkcore.abstractions.8.0.25.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.entityframeworkcore.analyzers/8.0.25/microsoft.entityframeworkcore.analyzers.8.0.25.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\8.0.25\\microsoft.entityframeworkcore.analyzers.8.0.25.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.entityframeworkcore.design/8.0.25/microsoft.entityframeworkcore.design.8.0.25.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.entityframeworkcore.design\\8.0.25\\microsoft.entityframeworkcore.design.8.0.25.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.entityframeworkcore.relational/8.0.25/microsoft.entityframeworkcore.relational.8.0.25.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\8.0.25\\microsoft.entityframeworkcore.relational.8.0.25.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.entityframeworkcore.sqlserver/8.0.25/microsoft.entityframeworkcore.sqlserver.8.0.25.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.entityframeworkcore.sqlserver\\8.0.25\\microsoft.entityframeworkcore.sqlserver.8.0.25.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.extensions.caching.abstractions/8.0.0/microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.extensions.apidescription.server\\8.0.0\\microsoft.extensions.apidescription.server.8.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.extensions.caching.memory/8.0.1/microsoft.extensions.caching.memory.8.0.1.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\8.0.0\\microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.extensions.configuration.abstractions/10.0.3/microsoft.extensions.configuration.abstractions.10.0.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.extensions.caching.memory\\8.0.1\\microsoft.extensions.caching.memory.8.0.1.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.extensions.dependencyinjection/8.0.1/microsoft.extensions.dependencyinjection.8.0.1.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\10.0.3\\microsoft.extensions.configuration.abstractions.10.0.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/10.0.3/microsoft.extensions.dependencyinjection.abstractions.10.0.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\8.0.1\\microsoft.extensions.dependencyinjection.8.0.1.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.extensions.dependencymodel/8.0.2/microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\10.0.3\\microsoft.extensions.dependencyinjection.abstractions.10.0.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.extensions.diagnostics.abstractions/10.0.3/microsoft.extensions.diagnostics.abstractions.10.0.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.extensions.dependencymodel\\8.0.2\\microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.extensions.fileproviders.abstractions/10.0.3/microsoft.extensions.fileproviders.abstractions.10.0.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.extensions.diagnostics.abstractions\\10.0.3\\microsoft.extensions.diagnostics.abstractions.10.0.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.extensions.hosting.abstractions/10.0.3/microsoft.extensions.hosting.abstractions.10.0.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\10.0.3\\microsoft.extensions.fileproviders.abstractions.10.0.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.extensions.logging/8.0.1/microsoft.extensions.logging.8.0.1.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.extensions.hosting.abstractions\\10.0.3\\microsoft.extensions.hosting.abstractions.10.0.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.extensions.logging.abstractions/10.0.3/microsoft.extensions.logging.abstractions.10.0.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.extensions.logging\\8.0.1\\microsoft.extensions.logging.8.0.1.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.extensions.options/10.0.3/microsoft.extensions.options.10.0.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\10.0.3\\microsoft.extensions.logging.abstractions.10.0.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.extensions.primitives/10.0.3/microsoft.extensions.primitives.10.0.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.extensions.options\\10.0.3\\microsoft.extensions.options.10.0.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.identity.client/4.61.3/microsoft.identity.client.4.61.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.extensions.primitives\\10.0.3\\microsoft.extensions.primitives.10.0.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.identity.client.extensions.msal/4.61.3/microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.identity.client\\4.61.3\\microsoft.identity.client.4.61.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.identitymodel.abstractions/8.14.0/microsoft.identitymodel.abstractions.8.14.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.identity.client.extensions.msal\\4.61.3\\microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.14.0/microsoft.identitymodel.jsonwebtokens.8.14.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.identitymodel.abstractions\\8.14.0\\microsoft.identitymodel.abstractions.8.14.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.identitymodel.logging/8.14.0/microsoft.identitymodel.logging.8.14.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\8.14.0\\microsoft.identitymodel.jsonwebtokens.8.14.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.identitymodel.protocols/6.35.0/microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.identitymodel.logging\\8.14.0\\microsoft.identitymodel.logging.8.14.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.identitymodel.protocols.openidconnect/6.35.0/microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.35.0\\microsoft.identitymodel.protocols.6.35.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.identitymodel.tokens/8.14.0/microsoft.identitymodel.tokens.8.14.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.35.0\\microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.openapi/1.4.3/microsoft.openapi.1.4.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.identitymodel.tokens\\8.14.0\\microsoft.identitymodel.tokens.8.14.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.sqlserver.server/1.0.0/microsoft.sqlserver.server.1.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.openapi\\2.4.1\\microsoft.openapi.2.4.1.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/microsoft.win32.systemevents/6.0.0/microsoft.win32.systemevents.6.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.sqlserver.server\\1.0.0\\microsoft.sqlserver.server.1.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/mono.texttemplating/2.2.1/mono.texttemplating.2.2.1.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/namotion.reflection/3.4.3/namotion.reflection.3.4.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\mono.texttemplating\\2.2.1\\mono.texttemplating.2.2.1.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\namotion.reflection\\3.4.3\\namotion.reflection.3.4.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/njsonschema/11.5.2/njsonschema.11.5.2.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/njsonschema.annotations/11.5.2/njsonschema.annotations.11.5.2.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\njsonschema\\11.5.2\\njsonschema.11.5.2.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/njsonschema.newtonsoftjson/11.5.2/njsonschema.newtonsoftjson.11.5.2.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\njsonschema.annotations\\11.5.2\\njsonschema.annotations.11.5.2.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/njsonschema.yaml/11.5.2/njsonschema.yaml.11.5.2.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\njsonschema.newtonsoftjson\\11.5.2\\njsonschema.newtonsoftjson.11.5.2.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/nswag.annotations/14.6.3/nswag.annotations.14.6.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\njsonschema.yaml\\11.5.2\\njsonschema.yaml.11.5.2.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/nswag.aspnetcore/14.6.3/nswag.aspnetcore.14.6.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\nswag.annotations\\14.6.3\\nswag.annotations.14.6.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/nswag.core/14.6.3/nswag.core.14.6.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\nswag.aspnetcore\\14.6.3\\nswag.aspnetcore.14.6.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/nswag.core.yaml/14.6.3/nswag.core.yaml.14.6.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\nswag.core\\14.6.3\\nswag.core.14.6.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/nswag.generation/14.6.3/nswag.generation.14.6.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\nswag.core.yaml\\14.6.3\\nswag.core.yaml.14.6.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/nswag.generation.aspnetcore/14.6.3/nswag.generation.aspnetcore.14.6.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\nswag.generation\\14.6.3\\nswag.generation.14.6.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.clientmodel/1.0.0/system.clientmodel.1.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\nswag.generation.aspnetcore\\14.6.3\\nswag.generation.aspnetcore.14.6.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.codedom/4.4.0/system.codedom.4.4.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\swashbuckle.aspnetcore\\10.1.7\\swashbuckle.aspnetcore.10.1.7.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.collections.immutable/6.0.0/system.collections.immutable.6.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\10.1.7\\swashbuckle.aspnetcore.swagger.10.1.7.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.composition/6.0.0/system.composition.6.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\10.1.7\\swashbuckle.aspnetcore.swaggergen.10.1.7.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.composition.attributedmodel/6.0.0/system.composition.attributedmodel.6.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\10.1.7\\swashbuckle.aspnetcore.swaggerui.10.1.7.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.composition.convention/6.0.0/system.composition.convention.6.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.clientmodel\\1.0.0\\system.clientmodel.1.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.composition.hosting/6.0.0/system.composition.hosting.6.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.codedom\\4.4.0\\system.codedom.4.4.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.composition.runtime/6.0.0/system.composition.runtime.6.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.collections.immutable\\6.0.0\\system.collections.immutable.6.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.composition.typedparts/6.0.0/system.composition.typedparts.6.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.composition\\6.0.0\\system.composition.6.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.configuration.configurationmanager/6.0.1/system.configuration.configurationmanager.6.0.1.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.composition.attributedmodel\\6.0.0\\system.composition.attributedmodel.6.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.diagnostics.diagnosticsource/10.0.3/system.diagnostics.diagnosticsource.10.0.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.composition.convention\\6.0.0\\system.composition.convention.6.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.drawing.common/6.0.0/system.drawing.common.6.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.composition.hosting\\6.0.0\\system.composition.hosting.6.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.formats.asn1/8.0.2/system.formats.asn1.8.0.2.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.composition.runtime\\6.0.0\\system.composition.runtime.6.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.identitymodel.tokens.jwt/6.35.0/system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.composition.typedparts\\6.0.0\\system.composition.typedparts.6.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.io.pipelines/6.0.3/system.io.pipelines.6.0.3.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.configuration.configurationmanager\\6.0.1\\system.configuration.configurationmanager.6.0.1.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.memory/4.5.4/system.memory.4.5.4.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.diagnostics.diagnosticsource\\10.0.3\\system.diagnostics.diagnosticsource.10.0.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.memory.data/1.0.2/system.memory.data.1.0.2.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.drawing.common\\6.0.0\\system.drawing.common.6.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.numerics.vectors/4.5.0/system.numerics.vectors.4.5.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.formats.asn1\\8.0.2\\system.formats.asn1.8.0.2.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.reflection.metadata/6.0.1/system.reflection.metadata.6.0.1.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.35.0\\system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.runtime.caching/6.0.0/system.runtime.caching.6.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.io.pipelines\\6.0.3\\system.io.pipelines.6.0.3.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.security.accesscontrol/6.0.0/system.security.accesscontrol.6.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.memory.data\\1.0.2\\system.memory.data.1.0.2.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.security.cryptography.cng/5.0.0/system.security.cryptography.cng.5.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.security.cryptography.protecteddata/6.0.0/system.security.cryptography.protecteddata.6.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.reflection.metadata\\6.0.1\\system.reflection.metadata.6.0.1.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.security.permissions/6.0.0/system.security.permissions.6.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.runtime.caching\\6.0.0\\system.runtime.caching.6.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.security.principal.windows/5.0.0/system.security.principal.windows.5.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.text.encoding.codepages/6.0.0/system.text.encoding.codepages.6.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.text.encodings.web/8.0.0/system.text.encodings.web.8.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.security.cryptography.cng\\5.0.0\\system.security.cryptography.cng.5.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.text.json/4.7.2/system.text.json.4.7.2.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.security.cryptography.protecteddata\\6.0.0\\system.security.cryptography.protecteddata.6.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.threading.channels/6.0.0/system.threading.channels.6.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.security.permissions\\6.0.0\\system.security.permissions.6.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/system.windows.extensions/6.0.0/system.windows.extensions.6.0.0.nupkg.sha512", "C:\\Users\\oistig\\.nuget\\packages\\system.text.encoding.codepages\\6.0.0\\system.text.encoding.codepages.6.0.0.nupkg.sha512",
"/home/carteronm@stsio.lan/.nuget/packages/yamldotnet/16.3.0/yamldotnet.16.3.0.nupkg.sha512" "C:\\Users\\oistig\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512",
"C:\\Users\\oistig\\.nuget\\packages\\system.text.json\\8.0.5\\system.text.json.8.0.5.nupkg.sha512",
"C:\\Users\\oistig\\.nuget\\packages\\system.threading.channels\\6.0.0\\system.threading.channels.6.0.0.nupkg.sha512",
"C:\\Users\\oistig\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512",
"C:\\Users\\oistig\\.nuget\\packages\\system.windows.extensions\\6.0.0\\system.windows.extensions.6.0.0.nupkg.sha512",
"C:\\Users\\oistig\\.nuget\\packages\\yamldotnet\\16.3.0\\yamldotnet.16.3.0.nupkg.sha512"
], ],
"logs": [] "logs": []
} }
+1 -1
View File
@@ -1 +1 @@
"restore":{"projectUniqueName":"/home/carteronm@stsio.lan/RiderProjects/Knots/Knots/Knots.csproj","projectName":"Knots","projectPath":"/home/carteronm@stsio.lan/RiderProjects/Knots/Knots/Knots.csproj","outputPath":"/home/carteronm@stsio.lan/RiderProjects/Knots/Knots/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"/usr/share/dotnet/library-packs":{},"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":{"AutoMapper":{"target":"Package","version":"[16.1.1, )"},"FastEndpoints":{"target":"Package","version":"[8.0.1, )"},"FastEndpoints.Swagger":{"target":"Package","version":"[8.0.1, )"},"Microsoft.AspNetCore.OpenApi":{"target":"Package","version":"[8.0.25, )"},"Microsoft.EntityFrameworkCore":{"target":"Package","version":"[8.0.25, )"},"Microsoft.EntityFrameworkCore.Design":{"include":"Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive","suppressParent":"All","target":"Package","version":"[8.0.25, )"},"Microsoft.EntityFrameworkCore.SqlServer":{"target":"Package","version":"[8.0.25, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.AspNetCore.App":{"privateAssets":"none"},"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/share/dotnet/sdk/8.0.416/PortableRuntimeIdentifierGraph.json"}} "restore":{"projectUniqueName":"C:\\Users\\oistig\\RiderProjects\\Knots\\Knots\\Knots.csproj","projectName":"Knots","projectPath":"C:\\Users\\oistig\\RiderProjects\\Knots\\Knots\\Knots.csproj","outputPath":"C:\\Users\\oistig\\RiderProjects\\Knots\\Knots\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net8.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"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":{"AutoMapper":{"target":"Package","version":"[16.1.1, )"},"FastEndpoints":{"target":"Package","version":"[8.0.1, )"},"FastEndpoints.Swagger":{"target":"Package","version":"[8.0.1, )"},"Microsoft.AspNetCore.OpenApi":{"target":"Package","version":"[8.0.25, )"},"Microsoft.EntityFrameworkCore":{"target":"Package","version":"[8.0.25, )"},"Microsoft.EntityFrameworkCore.Design":{"include":"Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive","suppressParent":"All","target":"Package","version":"[8.0.25, )"},"Microsoft.EntityFrameworkCore.SqlServer":{"target":"Package","version":"[8.0.25, )"},"Swashbuckle.AspNetCore":{"target":"Package","version":"[10.1.7, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.AspNetCore.App":{"privateAssets":"none"},"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Users\\oistig\\.dotnet\\sdk\\8.0.419/PortableRuntimeIdentifierGraph.json"}}
+1 -1
View File
@@ -1 +1 @@
17739351490327864 17779706818033875
+1 -1
View File
@@ -1 +1 @@
17739363871102420 17779706824573779