diff --git a/Directory.Packages.props b/Directory.Packages.props
index 9dc1b10..6d3a153 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -32,8 +32,8 @@
-
-
+
+
@@ -52,7 +52,7 @@
-
+
@@ -68,7 +68,7 @@
-
+
diff --git a/samples/Healthie.AppHost/Healthie.AppHost.csproj b/samples/Healthie.AppHost/Healthie.AppHost.csproj
index aa4de30..ca6c7b8 100644
--- a/samples/Healthie.AppHost/Healthie.AppHost.csproj
+++ b/samples/Healthie.AppHost/Healthie.AppHost.csproj
@@ -28,6 +28,7 @@
+
diff --git a/samples/Healthie.Sample.WebApi/packages.lock.json b/samples/Healthie.Sample.WebApi/packages.lock.json
index d990059..4fd57e5 100644
--- a/samples/Healthie.Sample.WebApi/packages.lock.json
+++ b/samples/Healthie.Sample.WebApi/packages.lock.json
@@ -116,8 +116,8 @@
},
"ModelContextProtocol.Core": {
"type": "Transitive",
- "resolved": "2.0.0",
- "contentHash": "piFR0HtA/2Oc1tgk96EE5Tye6qA2sg3WGRAXBhUqo/BWikdEYEs2UuqtmwLrQZJUge1nUOPgGHYsb15VIBK8iw==",
+ "resolved": "2.1.0",
+ "contentHash": "cU/urrhRxE4/iSyBIJI7QOaFqSP1FOEnwEHsct9n6t6/XluCAFD9iqnrPkBAsEYr+f/G4tVQ21U+6wN/6fQvOg==",
"dependencies": {
"Microsoft.Extensions.AI.Abstractions": "10.8.3",
"Microsoft.Extensions.Logging.Abstractions": "10.0.10",
@@ -303,8 +303,8 @@
"dependencies": {
"Healthie.NET.Abstractions": "[1.0.0, )",
"Microsoft.Extensions.AI.Abstractions": "[10.8.3, )",
- "ModelContextProtocol": "[2.0.0, )",
- "ModelContextProtocol.AspNetCore": "[2.0.0, )"
+ "ModelContextProtocol": "[2.1.0, )",
+ "ModelContextProtocol.AspNetCore": "[2.1.0, )"
}
},
"Cronos": {
@@ -381,22 +381,22 @@
},
"ModelContextProtocol": {
"type": "CentralTransitive",
- "requested": "[2.0.0, )",
- "resolved": "2.0.0",
- "contentHash": "X/KDNZDP9Zgs7YXXxxpKiDMWWPXYrs764lVgc6vEM4pCg87bYz4VaceeiKW91XDTGgUvIbmRYXgWqyNpV32xRg==",
+ "requested": "[2.1.0, )",
+ "resolved": "2.1.0",
+ "contentHash": "Oa4rU7EL9C2qyFjQj1dx+ysGMzfWDRpM8RRaUMmLGs5vPvfJ9xyz4ZtyF4ychY+Nx1b/auGCqIQLqSz/IpPkKA==",
"dependencies": {
"Microsoft.Extensions.Caching.Abstractions": "10.0.10",
"Microsoft.Extensions.Hosting.Abstractions": "10.0.10",
- "ModelContextProtocol.Core": "[2.0.0]"
+ "ModelContextProtocol.Core": "[2.1.0]"
}
},
"ModelContextProtocol.AspNetCore": {
"type": "CentralTransitive",
- "requested": "[2.0.0, )",
- "resolved": "2.0.0",
- "contentHash": "dXrB7sBpQjUQU0UcdyFPJbOTFw7yaceD+OgAZVAeBveRzbiBlg89jEygAtcgOwd/L+O+YpM98zfwaXz067NFDQ==",
+ "requested": "[2.1.0, )",
+ "resolved": "2.1.0",
+ "contentHash": "yhJ8bBXIgrX0mAgRYRgzcbH3bLdv3MDSkG52utRW9EAAtQrPw/g7Q/T6EurxKV+L+Zefv8VVUYcNbXEOd9GgfA==",
"dependencies": {
- "ModelContextProtocol": "[2.0.0]"
+ "ModelContextProtocol": "[2.1.0]"
}
}
}
diff --git a/src/Healthie.Dashboard/packages.lock.json b/src/Healthie.Dashboard/packages.lock.json
index 5d6eb1f..0b76ecc 100644
--- a/src/Healthie.Dashboard/packages.lock.json
+++ b/src/Healthie.Dashboard/packages.lock.json
@@ -1,14 +1,78 @@
{
"version": 2,
"dependencies": {
- "net10.0": {
- "Healthie.NET.Abstractions": {
- "type": "Project"
- }
- },
"net8.0": {
+ "Microsoft.Extensions.Configuration.Abstractions": {
+ "type": "Transitive",
+ "resolved": "8.0.0",
+ "contentHash": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "8.0.0"
+ }
+ },
+ "Microsoft.Extensions.Diagnostics.Abstractions": {
+ "type": "Transitive",
+ "resolved": "8.0.1",
+ "contentHash": "elH2vmwNmsXuKmUeMQ4YW9ldXiF+gSGDgg1vORksob5POnpaI6caj1Hu8zaYbEuibhqCoWg0YRWDazBY3zjBfg==",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Options": "8.0.2"
+ }
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions": {
+ "type": "Transitive",
+ "resolved": "8.0.0",
+ "contentHash": "ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "8.0.0"
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions": {
+ "type": "Transitive",
+ "resolved": "8.0.2",
+ "contentHash": "nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
+ }
+ },
+ "Microsoft.Extensions.Options": {
+ "type": "Transitive",
+ "resolved": "8.0.2",
+ "contentHash": "dWGKvhFybsaZpGmzkGCbNNwBD1rVlWzrZKANLW/CcbFJpCEceMCGzT7zZwHOGBCbwM0SzBuceMj5HN1LKV1QqA==",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
+ "Microsoft.Extensions.Primitives": "8.0.0"
+ }
+ },
+ "Microsoft.Extensions.Primitives": {
+ "type": "Transitive",
+ "resolved": "8.0.0",
+ "contentHash": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g=="
+ },
"Healthie.NET.Abstractions": {
- "type": "Project"
+ "type": "Project",
+ "dependencies": {
+ "Microsoft.Extensions.Hosting.Abstractions": "[8.0.1, )"
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions": {
+ "type": "CentralTransitive",
+ "requested": "[8.0.2, )",
+ "resolved": "8.0.2",
+ "contentHash": "3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg=="
+ },
+ "Microsoft.Extensions.Hosting.Abstractions": {
+ "type": "CentralTransitive",
+ "requested": "[8.0.1, )",
+ "resolved": "8.0.1",
+ "contentHash": "nHwq9aPBdBPYXPti6wYEEfgXddfBrYC+CQLn+qISiwQq5tpfaqDZSKOJNxoe9rfQxGf1c+2wC/qWFe1QYJPYqw==",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.1",
+ "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2"
+ }
}
}
}
diff --git a/src/Healthie.Mcp/packages.lock.json b/src/Healthie.Mcp/packages.lock.json
index 06e66db..25f13b5 100644
--- a/src/Healthie.Mcp/packages.lock.json
+++ b/src/Healthie.Mcp/packages.lock.json
@@ -1,123 +1,6 @@
{
"version": 2,
"dependencies": {
- "net10.0": {
- "Microsoft.Extensions.AI.Abstractions": {
- "type": "Direct",
- "requested": "[10.8.3, )",
- "resolved": "10.8.3",
- "contentHash": "K0B05oApxmviWalNHPMBBcRC7erKiDATz3ENNR/jqTR9JwIwLRefgDhj2jCRwL1aca99pXUe0qyQC73/xIuZig=="
- },
- "ModelContextProtocol": {
- "type": "Direct",
- "requested": "[2.0.0, )",
- "resolved": "2.0.0",
- "contentHash": "X/KDNZDP9Zgs7YXXxxpKiDMWWPXYrs764lVgc6vEM4pCg87bYz4VaceeiKW91XDTGgUvIbmRYXgWqyNpV32xRg==",
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "10.0.10",
- "Microsoft.Extensions.Hosting.Abstractions": "10.0.10",
- "ModelContextProtocol.Core": "[2.0.0]"
- }
- },
- "ModelContextProtocol.AspNetCore": {
- "type": "Direct",
- "requested": "[2.0.0, )",
- "resolved": "2.0.0",
- "contentHash": "dXrB7sBpQjUQU0UcdyFPJbOTFw7yaceD+OgAZVAeBveRzbiBlg89jEygAtcgOwd/L+O+YpM98zfwaXz067NFDQ==",
- "dependencies": {
- "ModelContextProtocol": "[2.0.0]"
- }
- },
- "Microsoft.Extensions.Caching.Abstractions": {
- "type": "Transitive",
- "resolved": "10.0.10",
- "contentHash": "4ZFBNE+jzR+CrWWlhOesnmywCW7pYKT0dxyAQRdL11yJwxe4jvcAu31eorFtEkoFeCDcUTeNssgPv2yaRRptaQ==",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "10.0.10"
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions": {
- "type": "Transitive",
- "resolved": "10.0.10",
- "contentHash": "5Vnd2I75DmZCVEjSynIdJ/0EGafgnLQwgR3t2C2/fkjx/nRG+cLwxLLdInoHeCEpkD5K4Ov/g9ZCRYrl4TRsaA==",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "10.0.10"
- }
- },
- "Microsoft.Extensions.Diagnostics.Abstractions": {
- "type": "Transitive",
- "resolved": "10.0.10",
- "contentHash": "9uWiKpeOVac355STyChWR/pliFX/5CeLqChW9kKsaxyDH4EUTZxMkT4Jwp/J/peLm0GBFmSX5c0WCse3yCnq1Q==",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.10",
- "Microsoft.Extensions.Options": "10.0.10"
- }
- },
- "Microsoft.Extensions.FileProviders.Abstractions": {
- "type": "Transitive",
- "resolved": "10.0.10",
- "contentHash": "c5zqFCY9DiIpMovLd7/d/CTiEtrMOuQ639dhv3PABtKQIKNQikSHwQt8+N679uii9q+B55lgK28Uv64FOwEu8w==",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "10.0.10"
- }
- },
- "Microsoft.Extensions.Logging.Abstractions": {
- "type": "Transitive",
- "resolved": "10.0.10",
- "contentHash": "zkFxGYUvdxAvIKTyXHrmW+Sux53D4SezD9dMyZ6hrwwzPQJNuwCRy1f5W7AvYTqacEGhWF2XderRQG1OvbV8og==",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.10"
- }
- },
- "Microsoft.Extensions.Options": {
- "type": "Transitive",
- "resolved": "10.0.10",
- "contentHash": "srnhnk7nE8krBiIXp71LvBmKBtraBONWSRzdjJgRv1Ko9Mp8IVNqv4vIS9hGeVteBig8aQkva9ZG+sC+o5sVcA==",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.10",
- "Microsoft.Extensions.Primitives": "10.0.10"
- }
- },
- "Microsoft.Extensions.Primitives": {
- "type": "Transitive",
- "resolved": "10.0.10",
- "contentHash": "5wu/GrYVd8mG2DVUw3vFJzF+O336TyTGg/Kmcgw9bfwYhCoFiV5lR5QeEmKecJyrW4W54nMfD3p3589E8a7czQ=="
- },
- "ModelContextProtocol.Core": {
- "type": "Transitive",
- "resolved": "2.0.0",
- "contentHash": "piFR0HtA/2Oc1tgk96EE5Tye6qA2sg3WGRAXBhUqo/BWikdEYEs2UuqtmwLrQZJUge1nUOPgGHYsb15VIBK8iw==",
- "dependencies": {
- "Microsoft.Extensions.AI.Abstractions": "10.8.3",
- "Microsoft.Extensions.Logging.Abstractions": "10.0.10"
- }
- },
- "Healthie.NET.Abstractions": {
- "type": "Project",
- "dependencies": {
- "Microsoft.Extensions.Hosting.Abstractions": "[10.0.10, )"
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions": {
- "type": "CentralTransitive",
- "requested": "[10.0.10, )",
- "resolved": "10.0.10",
- "contentHash": "z/2xXlFw2aLGjHyEm6E0tQ+In6VfzQzTrtArbQ2c0TQE16ZbyDCMGPvaUT9I0s8rgy9sRWlU2P9waW37qV04qA=="
- },
- "Microsoft.Extensions.Hosting.Abstractions": {
- "type": "CentralTransitive",
- "requested": "[10.0.10, )",
- "resolved": "10.0.10",
- "contentHash": "5LugpYGHk+mkn0a8IZgcyfBca8PCTAU9RQFoMrTdtOOidq88M2SI5f3px6ugnzgxC+eTkvYYJi8pzlUnG5xdAQ==",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "10.0.10",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.10",
- "Microsoft.Extensions.Diagnostics.Abstractions": "10.0.10",
- "Microsoft.Extensions.FileProviders.Abstractions": "10.0.10",
- "Microsoft.Extensions.Logging.Abstractions": "10.0.10"
- }
- }
- },
"net8.0": {
"Microsoft.Extensions.AI.Abstractions": {
"type": "Direct",
@@ -130,22 +13,22 @@
},
"ModelContextProtocol": {
"type": "Direct",
- "requested": "[2.0.0, )",
- "resolved": "2.0.0",
- "contentHash": "X/KDNZDP9Zgs7YXXxxpKiDMWWPXYrs764lVgc6vEM4pCg87bYz4VaceeiKW91XDTGgUvIbmRYXgWqyNpV32xRg==",
+ "requested": "[2.1.0, )",
+ "resolved": "2.1.0",
+ "contentHash": "Oa4rU7EL9C2qyFjQj1dx+ysGMzfWDRpM8RRaUMmLGs5vPvfJ9xyz4ZtyF4ychY+Nx1b/auGCqIQLqSz/IpPkKA==",
"dependencies": {
"Microsoft.Extensions.Caching.Abstractions": "10.0.10",
"Microsoft.Extensions.Hosting.Abstractions": "10.0.10",
- "ModelContextProtocol.Core": "[2.0.0]"
+ "ModelContextProtocol.Core": "[2.1.0]"
}
},
"ModelContextProtocol.AspNetCore": {
"type": "Direct",
- "requested": "[2.0.0, )",
- "resolved": "2.0.0",
- "contentHash": "dXrB7sBpQjUQU0UcdyFPJbOTFw7yaceD+OgAZVAeBveRzbiBlg89jEygAtcgOwd/L+O+YpM98zfwaXz067NFDQ==",
+ "requested": "[2.1.0, )",
+ "resolved": "2.1.0",
+ "contentHash": "yhJ8bBXIgrX0mAgRYRgzcbH3bLdv3MDSkG52utRW9EAAtQrPw/g7Q/T6EurxKV+L+Zefv8VVUYcNbXEOd9GgfA==",
"dependencies": {
- "ModelContextProtocol": "[2.0.0]"
+ "ModelContextProtocol": "[2.1.0]"
}
},
"Microsoft.Extensions.Caching.Abstractions": {
@@ -207,8 +90,8 @@
},
"ModelContextProtocol.Core": {
"type": "Transitive",
- "resolved": "2.0.0",
- "contentHash": "piFR0HtA/2Oc1tgk96EE5Tye6qA2sg3WGRAXBhUqo/BWikdEYEs2UuqtmwLrQZJUge1nUOPgGHYsb15VIBK8iw==",
+ "resolved": "2.1.0",
+ "contentHash": "cU/urrhRxE4/iSyBIJI7QOaFqSP1FOEnwEHsct9n6t6/XluCAFD9iqnrPkBAsEYr+f/G4tVQ21U+6wN/6fQvOg==",
"dependencies": {
"Microsoft.Extensions.AI.Abstractions": "10.8.3",
"Microsoft.Extensions.Logging.Abstractions": "10.0.10",
diff --git a/src/Healthie.StateProviding.Redis/packages.lock.json b/src/Healthie.StateProviding.Redis/packages.lock.json
index 6bd4f7e..c919452 100644
--- a/src/Healthie.StateProviding.Redis/packages.lock.json
+++ b/src/Healthie.StateProviding.Redis/packages.lock.json
@@ -1,110 +1,15 @@
{
"version": 2,
"dependencies": {
- "net10.0": {
- "StackExchange.Redis": {
- "type": "Direct",
- "requested": "[3.0.25, )",
- "resolved": "3.0.25",
- "contentHash": "ak+9jk7f5oE25gBaCT7Epr8jYD3EyTEuMr5oxlY8EZE7o01xcaGLWTg+xeE6PaRV1ko9/fMdlvSEjdrdgpBb0g==",
- "dependencies": {
- "Microsoft.Extensions.Logging.Abstractions": "10.0.5",
- "RESPite": "3.0.25",
- "System.IO.Hashing": "10.0.5"
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions": {
- "type": "Transitive",
- "resolved": "10.0.10",
- "contentHash": "5Vnd2I75DmZCVEjSynIdJ/0EGafgnLQwgR3t2C2/fkjx/nRG+cLwxLLdInoHeCEpkD5K4Ov/g9ZCRYrl4TRsaA==",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "10.0.10"
- }
- },
- "Microsoft.Extensions.Diagnostics.Abstractions": {
- "type": "Transitive",
- "resolved": "10.0.10",
- "contentHash": "9uWiKpeOVac355STyChWR/pliFX/5CeLqChW9kKsaxyDH4EUTZxMkT4Jwp/J/peLm0GBFmSX5c0WCse3yCnq1Q==",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.10",
- "Microsoft.Extensions.Options": "10.0.10"
- }
- },
- "Microsoft.Extensions.FileProviders.Abstractions": {
- "type": "Transitive",
- "resolved": "10.0.10",
- "contentHash": "c5zqFCY9DiIpMovLd7/d/CTiEtrMOuQ639dhv3PABtKQIKNQikSHwQt8+N679uii9q+B55lgK28Uv64FOwEu8w==",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "10.0.10"
- }
- },
- "Microsoft.Extensions.Logging.Abstractions": {
- "type": "Transitive",
- "resolved": "10.0.10",
- "contentHash": "zkFxGYUvdxAvIKTyXHrmW+Sux53D4SezD9dMyZ6hrwwzPQJNuwCRy1f5W7AvYTqacEGhWF2XderRQG1OvbV8og==",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.10"
- }
- },
- "Microsoft.Extensions.Options": {
- "type": "Transitive",
- "resolved": "10.0.10",
- "contentHash": "srnhnk7nE8krBiIXp71LvBmKBtraBONWSRzdjJgRv1Ko9Mp8IVNqv4vIS9hGeVteBig8aQkva9ZG+sC+o5sVcA==",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.10",
- "Microsoft.Extensions.Primitives": "10.0.10"
- }
- },
- "Microsoft.Extensions.Primitives": {
- "type": "Transitive",
- "resolved": "10.0.10",
- "contentHash": "5wu/GrYVd8mG2DVUw3vFJzF+O336TyTGg/Kmcgw9bfwYhCoFiV5lR5QeEmKecJyrW4W54nMfD3p3589E8a7czQ=="
- },
- "RESPite": {
- "type": "Transitive",
- "resolved": "3.0.25",
- "contentHash": "v4vA1MttS78DQINFIY5BLOtWdA9OXoSSZk4VVdSzM7B2GezKsFHqTQpTHCZXuUuQ6+gPmvh8DkT60wEEtCojSg=="
- },
- "System.IO.Hashing": {
- "type": "Transitive",
- "resolved": "10.0.5",
- "contentHash": "8IBJWcCT9+e4Bmevm4T7+fQEiAh133KGiz4oiVTgJckd3Q76OFdR1falgn9lpz7+C4HJvogCDJeAa2QmvbeVtg=="
- },
- "Healthie.NET.Abstractions": {
- "type": "Project",
- "dependencies": {
- "Microsoft.Extensions.Hosting.Abstractions": "[10.0.10, )"
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions": {
- "type": "CentralTransitive",
- "requested": "[10.0.10, )",
- "resolved": "10.0.10",
- "contentHash": "z/2xXlFw2aLGjHyEm6E0tQ+In6VfzQzTrtArbQ2c0TQE16ZbyDCMGPvaUT9I0s8rgy9sRWlU2P9waW37qV04qA=="
- },
- "Microsoft.Extensions.Hosting.Abstractions": {
- "type": "CentralTransitive",
- "requested": "[10.0.10, )",
- "resolved": "10.0.10",
- "contentHash": "5LugpYGHk+mkn0a8IZgcyfBca8PCTAU9RQFoMrTdtOOidq88M2SI5f3px6ugnzgxC+eTkvYYJi8pzlUnG5xdAQ==",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "10.0.10",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.10",
- "Microsoft.Extensions.Diagnostics.Abstractions": "10.0.10",
- "Microsoft.Extensions.FileProviders.Abstractions": "10.0.10",
- "Microsoft.Extensions.Logging.Abstractions": "10.0.10"
- }
- }
- },
"net8.0": {
"StackExchange.Redis": {
"type": "Direct",
- "requested": "[3.0.25, )",
- "resolved": "3.0.25",
- "contentHash": "ak+9jk7f5oE25gBaCT7Epr8jYD3EyTEuMr5oxlY8EZE7o01xcaGLWTg+xeE6PaRV1ko9/fMdlvSEjdrdgpBb0g==",
+ "requested": "[3.1.13, )",
+ "resolved": "3.1.13",
+ "contentHash": "OvhFdV2ucee2hnN2v2EOcOTMvIzGsq1PX4kAbIYC8cax+MyabSa7Eu3hWY6D//SbxzZQ/eYFvD8Tvg+pK+969g==",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "10.0.5",
- "RESPite": "3.0.25",
+ "RESPite": "3.1.13",
"System.IO.Hashing": "10.0.5",
"System.IO.Pipelines": "10.0.5"
}
@@ -159,8 +64,11 @@
},
"RESPite": {
"type": "Transitive",
- "resolved": "3.0.25",
- "contentHash": "v4vA1MttS78DQINFIY5BLOtWdA9OXoSSZk4VVdSzM7B2GezKsFHqTQpTHCZXuUuQ6+gPmvh8DkT60wEEtCojSg=="
+ "resolved": "3.1.13",
+ "contentHash": "wqViG+Dl4Ln/X33IyfmciyGirm1ET+M7kjwbb+oJAbDXLP2u2hX1eOnaEgyIAerJNSP98BytyddcW3ZQH55wgw==",
+ "dependencies": {
+ "System.IO.Pipelines": "10.0.5"
+ }
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
diff --git a/tests/Healthie.Tests.Unit/packages.lock.json b/tests/Healthie.Tests.Unit/packages.lock.json
index e8fad9b..845b15d 100644
--- a/tests/Healthie.Tests.Unit/packages.lock.json
+++ b/tests/Healthie.Tests.Unit/packages.lock.json
@@ -1,818 +1,25 @@
{
"version": 2,
"dependencies": {
- "net10.0": {
- "bunit": {
- "type": "Direct",
- "requested": "[2.8.6, )",
- "resolved": "2.8.6",
- "contentHash": "kBGHiCrn0LvUGRiDaqLxBewZXAOIIqYlJTcfh/+yaMc5XOzWm2eeuDl2+3ksK3AuLSSnVitmCLu8n1RV9CXpSQ==",
- "dependencies": {
- "AngleSharp": "1.5.2",
- "AngleSharp.Css": "1.0.0-beta.224",
- "AngleSharp.Diffing": "1.1.1",
- "Microsoft.AspNetCore.Components.WebAssembly": "10.0.10",
- "Microsoft.AspNetCore.Components.WebAssembly.Authentication": "10.0.10"
- }
- },
- "Microsoft.NET.Test.Sdk": {
- "type": "Direct",
- "requested": "[18.8.1, )",
- "resolved": "18.8.1",
- "contentHash": "dknJL3/9Y3t4XuCBqnc0PevPxgLsUMmVhjwup/b1HNovA8zWcj3XsfIf7c6p05363DWcqL7X/YhDL9B+Zymv1w==",
- "dependencies": {
- "Microsoft.CodeCoverage": "18.8.1",
- "Microsoft.TestPlatform.TestHost": "18.8.1"
- }
- },
- "Newtonsoft.Json": {
- "type": "Direct",
- "requested": "[13.0.4, )",
- "resolved": "13.0.4",
- "contentHash": "pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A=="
- },
- "Testcontainers.CosmosDb": {
- "type": "Direct",
- "requested": "[4.13.0, )",
- "resolved": "4.13.0",
- "contentHash": "JEt91rif3KbDRXJm9FEmxPpXoOZN6wZQy3KMrkmpDhINDN4DI9K48pI19c6zNK99k2jOD0h1IldoXbQ+UQbOoA==",
- "dependencies": {
- "Testcontainers": "4.13.0"
- }
- },
- "Testcontainers.MsSql": {
- "type": "Direct",
- "requested": "[4.13.0, )",
- "resolved": "4.13.0",
- "contentHash": "TAUNJBgO5WjArP7VW2EpkRm9ZQYlBEN65r2TQF80fJJAsQb9o/thrVmCwuPfZ1/EtABJS5LbgUclefPMkLWGEA==",
- "dependencies": {
- "Testcontainers": "4.13.0"
- }
- },
- "Testcontainers.PostgreSql": {
- "type": "Direct",
- "requested": "[4.13.0, )",
- "resolved": "4.13.0",
- "contentHash": "2ow4AE8drI9iA9Fr4ycAPusXPB1lJfQyyNONSMLE/XqLpm8VuNAh3pK38fOjkOWtTrnD03s4hAIdl4036Ik69A==",
- "dependencies": {
- "Testcontainers": "4.13.0"
- }
- },
- "Testcontainers.Redis": {
- "type": "Direct",
- "requested": "[4.13.0, )",
- "resolved": "4.13.0",
- "contentHash": "OPnG9q83LYvgwGTAnCCsPEemRiJoxL+Mv3C6/lJnlpw+qCfAuiCWD4Hmtb/tUO0xbndzc7FecrhpEho0aldZBA==",
- "dependencies": {
- "Testcontainers": "4.13.0"
- }
- },
- "xunit.runner.visualstudio": {
- "type": "Direct",
- "requested": "[3.1.5, )",
- "resolved": "3.1.5",
- "contentHash": "tKi7dSTwP4m5m9eXPM2Ime4Kn7xNf4x4zT9sdLO/G4hZVnQCRiMTWoSZqI/pYTVeI27oPPqHBKYI/DjJ9GsYgA=="
- },
- "xunit.v3": {
- "type": "Direct",
- "requested": "[3.2.2, )",
- "resolved": "3.2.2",
- "contentHash": "L+4/4y0Uqcg8/d6hfnxhnwh4j9FaeULvefTwrk30rr1o4n/vdPfyUQ8k0yzH8VJx7bmFEkDdcRfbtbjEHlaYcA==",
- "dependencies": {
- "xunit.v3.mtp-v1": "[3.2.2]"
- }
- },
- "AngleSharp": {
- "type": "Transitive",
- "resolved": "1.5.2",
- "contentHash": "LVZ7rrr6GHbhERhTgVDarVygl1e6KwE96pronA90LBOMacDhxR4lB+xYLjn/vlnUu+xbOB2RM9fuCPEx5bdyWA=="
- },
- "AngleSharp.Css": {
- "type": "Transitive",
- "resolved": "1.0.0-beta.224",
- "contentHash": "BF/hPs8sRjhR+rYkBom7WaMLN0w36Qvnu+WvoHK/gL67MrQOONkkivBTGilvta4sNix5Y8T9XVlZsRI8IU2/vA==",
- "dependencies": {
- "AngleSharp": "[1.5.0, 2.0.0)"
- }
- },
- "AngleSharp.Diffing": {
- "type": "Transitive",
- "resolved": "1.1.1",
- "contentHash": "Uzz5895TpRyMA4t8GExmq4TxXqi3+bZTgb3kJgH+tdwrSuo9CO6Dlmv+Oqyhb2pNRfbnReLUzhlHAuT7c+3jSg==",
- "dependencies": {
- "AngleSharp": "1.1.2",
- "AngleSharp.Css": "1.0.0-beta.144"
- }
- },
- "Azure.Core": {
- "type": "Transitive",
- "resolved": "1.44.1",
- "contentHash": "YyznXLQZCregzHvioip07/BkzjuWNXogJEVz9T5W6TwjNr17ax41YGzYMptlo2G10oLCuVPoyva62y0SIRDixg==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "6.0.0",
- "System.ClientModel": "1.1.0",
- "System.Memory.Data": "6.0.0"
- }
- },
- "BouncyCastle.Cryptography": {
- "type": "Transitive",
- "resolved": "2.6.2",
- "contentHash": "7oWOcvnntmMKNzDLsdxAYqApt+AjpRpP2CShjMfIa3umZ42UQMvH0tl1qAliYPNYO6vTdcGMqnRrCPmsfzTI1w=="
- },
- "Docker.DotNet.Enhanced": {
- "type": "Transitive",
- "resolved": "4.3.3",
- "contentHash": "nGicLwvd42FhRk+khY5uS6cx49ErNdwYKnYBg0F4m4BDKLp/R77AVmmN9xAiqI3W/wN5ZCHkdUhgxf5ORkZuFQ==",
- "dependencies": {
- "Docker.DotNet.Enhanced.Handler.Abstractions": "4.3.3",
- "Docker.DotNet.Enhanced.LegacyHttp": "4.3.3",
- "Docker.DotNet.Enhanced.NPipe": "4.3.3",
- "Docker.DotNet.Enhanced.NativeHttp": "4.3.3",
- "Docker.DotNet.Enhanced.Unix": "4.3.3"
- }
- },
- "Docker.DotNet.Enhanced.Handler.Abstractions": {
- "type": "Transitive",
- "resolved": "4.3.3",
- "contentHash": "9Cp8hOgtynixcDoAs9lnEaQosluojSYmiW3fsLsLIVfZjlq/fznSIZNUhnmyT4Xo1Iyuok/y49WL/25O47u0Pw=="
- },
- "Docker.DotNet.Enhanced.LegacyHttp": {
- "type": "Transitive",
- "resolved": "4.3.3",
- "contentHash": "7j3M16emv9PAQN7VwFn23xLYNj8GJmwPOcogveHkaWnOCqiC+anRaNKQwqIBNApM1AuwZKivehTKTPmmrjUUnw==",
- "dependencies": {
- "Docker.DotNet.Enhanced.Handler.Abstractions": "4.3.3"
- }
- },
- "Docker.DotNet.Enhanced.NativeHttp": {
- "type": "Transitive",
- "resolved": "4.3.3",
- "contentHash": "iNzK+jRFeEMobSA7l/h4ARwCKOOefOWtVN5/RB0ft6/6H6IQXvVUuOgGyZAjYLBT7TsyClRYno2B904f3dtBuQ==",
- "dependencies": {
- "Docker.DotNet.Enhanced.Handler.Abstractions": "4.3.3"
- }
- },
- "Docker.DotNet.Enhanced.NPipe": {
- "type": "Transitive",
- "resolved": "4.3.3",
- "contentHash": "ZTLYufuEfY0e6qLOgeH9QgXx2KYuoABRVaY5A8rsggyLgYqbDj9rCRfVAhHPCUv83S7pVxDHy+Tvm/BnxjWVpg==",
- "dependencies": {
- "Docker.DotNet.Enhanced.Handler.Abstractions": "4.3.3"
- }
- },
- "Docker.DotNet.Enhanced.Unix": {
- "type": "Transitive",
- "resolved": "4.3.3",
- "contentHash": "ypo8qNbmvHw1t9VfpRTMogCw2vht6VjkXzlGYUUeP2H2bf83USURdla1maW1njn2oq2rfLUFOGMfmt+A37QU2w==",
- "dependencies": {
- "Docker.DotNet.Enhanced.Handler.Abstractions": "4.3.3"
- }
- },
- "Docker.DotNet.Enhanced.X509": {
- "type": "Transitive",
- "resolved": "4.3.3",
- "contentHash": "oBDibWezEv4hgj3RIQxI3DVcxkNV1MdrD0d/jhjUu+h3DL+qc0wlkQva15kkwMatXmC/hWp1VP0DMoFXe+BmEw==",
- "dependencies": {
- "Docker.DotNet.Enhanced.Handler.Abstractions": "4.3.3"
- }
- },
- "Google.Protobuf": {
- "type": "Transitive",
- "resolved": "3.26.1",
- "contentHash": "CHZX8zXqhF/fdUtd+AYzew8T2HFkAoe5c7lbGxZY/qryAlQXckDvM5BfOJjXlMS7kyICqQTMszj4w1bX5uBJ/w=="
- },
- "Microsoft.ApplicationInsights": {
- "type": "Transitive",
- "resolved": "2.23.0",
- "contentHash": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw=="
- },
- "Microsoft.AspNetCore.Components.WebAssembly": {
- "type": "Transitive",
- "resolved": "10.0.10",
- "contentHash": "0Zib7U6HmGw4Noj/+yJz1YuEJwo3XOV0iLezXDLFsrHTaC8L+KUOR/1+1tX7AAeipDG6jP3gPZOwpirk6G3LYQ==",
- "dependencies": {
- "Microsoft.JSInterop.WebAssembly": "10.0.10"
- }
- },
- "Microsoft.AspNetCore.Components.WebAssembly.Authentication": {
- "type": "Transitive",
- "resolved": "10.0.10",
- "contentHash": "D2GIsqVJ2+tVDViJmbEF4tc+gxhdAl5xkBAMZHWCJV7Pt+oBkU2omBSRbgVTq3N2OgreVNSp7w+FrZNgu97d5A=="
- },
- "Microsoft.Bcl.AsyncInterfaces": {
- "type": "Transitive",
- "resolved": "6.0.0",
- "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg=="
- },
- "Microsoft.Bcl.Cryptography": {
- "type": "Transitive",
- "resolved": "9.0.13",
- "contentHash": "5T+bH3Lb1nEe8Hf/ixMxLmhlrx5wRi53wv7OhVwG2F1ZviW1ejFRS1NHur3uqPpJRGtkQwUchtY6zhVK2R+v+w=="
- },
- "Microsoft.Bcl.HashCode": {
- "type": "Transitive",
- "resolved": "1.1.0",
- "contentHash": "J2G1k+u5unBV+aYcwxo94ip16Rkp65pgWFb0R6zwJipzWNMgvqlWeuI7/+R+e8bob66LnSG+llLJ+z8wI94cHg=="
- },
- "Microsoft.CodeCoverage": {
- "type": "Transitive",
- "resolved": "18.8.1",
- "contentHash": "Eclse/ZZjr4lmWzZFNN9h/OluhKL+SK/QbUyKUewgX139aGeyMEO/DkMPwuFs2MixvanTnz6891rF8UHDg+W4Q=="
- },
- "Microsoft.Data.SqlClient.Extensions.Abstractions": {
- "type": "Transitive",
- "resolved": "7.0.2",
- "contentHash": "Zx7z61fG2Nc6LdDn4jA7b5Aj1ABrljkOPRE31RvVUdjF6IgbG60leDUhMCafsnWFgaheiK3iqpLe+kbf5Z5L8Q==",
- "dependencies": {
- "Microsoft.Data.SqlClient.Internal.Logging": "[7.0.2, 8.0.0)"
- }
- },
- "Microsoft.Data.SqlClient.Internal.Logging": {
- "type": "Transitive",
- "resolved": "7.0.2",
- "contentHash": "iqgYBbGSVy/DIYWjzmQOa964Kn4rs4wW5vg2IamqVK0fQqfTiILVR5hMK27XWqoyONtAZs+VxH354cPJBtSnbg=="
- },
- "Microsoft.Data.SqlClient.SNI.runtime": {
- "type": "Transitive",
- "resolved": "6.0.2",
- "contentHash": "f+pRODTWX7Y67jXO3T5S2dIPZ9qMJNySjlZT/TKmWVNWe19N8jcWmHaqHnnchaq3gxEKv1SWVY5EFzOD06l41w=="
- },
- "Microsoft.Data.Sqlite.Core": {
- "type": "Transitive",
- "resolved": "10.0.10",
- "contentHash": "TPCs0ldm7AWqcKmp6f/Xr+14sat7hx4rHfRlS4RgCURBH2thEWbAKEyX7cCWr63zVJVOJIJZTg2cBiUXa8ys6g==",
- "dependencies": {
- "SQLitePCLRaw.core": "2.1.11"
- }
- },
- "Microsoft.IdentityModel.Abstractions": {
- "type": "Transitive",
- "resolved": "8.16.0",
- "contentHash": "gSxKLWRZzBpIsEoeUPkxfywNCCvRvl7hkq146XHPk5vOQc9izSf1I+uL1vh4y2U19QPxd9Z8K/8AdWyxYz2lSg=="
- },
- "Microsoft.IdentityModel.JsonWebTokens": {
- "type": "Transitive",
- "resolved": "8.16.0",
- "contentHash": "prBU72cIP4V8E9fhN+o/YdskTsLeIcnKPbhZf0X6mD7fdxoZqnS/NdEkSr+9Zp+2q7OZBOMfNBKGbTbhXODO4w==",
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "8.16.0"
- }
- },
- "Microsoft.IdentityModel.Logging": {
- "type": "Transitive",
- "resolved": "8.16.0",
- "contentHash": "MTzXmETkNQPACR7/XCXM1OGM6oU9RkyibqeJRtO9Ndew2LnGjMf9Atqj2VSf4XC27X0FQycUAlzxxEgQMWn2xQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Abstractions": "8.16.0"
- }
- },
- "Microsoft.IdentityModel.Protocols": {
- "type": "Transitive",
- "resolved": "8.16.0",
- "contentHash": "UFrU7d46UTsPQTa2HIEIpB9H1uJe1BW9FLw5uhEJ2ZuKdur8bcUA/bO5caq5dlBt5gNJeRIB3QQXYNs5fCQCZA==",
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "8.16.0"
- }
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect": {
- "type": "Transitive",
- "resolved": "8.16.0",
- "contentHash": "h4yVXyJsEBBX5lg2G5ftMsi5JzcNEGAzrNphA6DQ6eOd8P0s+cDCOyPwVTYLePZvJL5unbPvYIvzrbTXzFjXnQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Protocols": "8.16.0",
- "System.IdentityModel.Tokens.Jwt": "8.16.0"
- }
- },
- "Microsoft.IdentityModel.Tokens": {
- "type": "Transitive",
- "resolved": "8.16.0",
- "contentHash": "rtViGJcGsN7WcfUNErwNeQgjuU5cJNl6FDQsfi9TncwO+Epzn0FTfBsg3YuFW1Q0Ch/KPxaVdjLw3/+5Z5ceFQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "8.16.0"
- }
- },
- "Microsoft.JSInterop.WebAssembly": {
- "type": "Transitive",
- "resolved": "10.0.10",
- "contentHash": "FjPAGQWbCP85FWY2Wl9opHSsY+u9nZb8Ui6eTVHEMY/RJateOhW78jEtC4QOQ/6slkS1MKyIAF6ZHIrUR1fX/w=="
- },
- "Microsoft.SqlServer.Server": {
- "type": "Transitive",
- "resolved": "1.0.0",
- "contentHash": "N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug=="
- },
- "Microsoft.Testing.Extensions.Telemetry": {
- "type": "Transitive",
- "resolved": "1.9.1",
- "contentHash": "No5AudZMmSb+uNXjlgL2y3/stHD2IT4uxqc5yHwkE+/nNux9jbKcaJMvcp9SwgP4DVD8L9/P3OUz8mmmcvEIdQ==",
- "dependencies": {
- "Microsoft.ApplicationInsights": "2.23.0",
- "Microsoft.Testing.Platform": "1.9.1"
- }
- },
- "Microsoft.Testing.Extensions.TrxReport.Abstractions": {
- "type": "Transitive",
- "resolved": "1.9.1",
- "contentHash": "AL46Xe1WBi85Ntd4mNPvat5ZSsZ2uejiVqoKCypr8J3wK0elA5xJ3AN4G/Q4GIwzUFnggZoH/DBjnr9J18IO/g==",
- "dependencies": {
- "Microsoft.Testing.Platform": "1.9.1"
- }
- },
- "Microsoft.Testing.Platform": {
- "type": "Transitive",
- "resolved": "1.9.1",
- "contentHash": "QafNtNSmEI0zazdebnsIkDKmFtTSpmx/5PLOjURWwozcPb3tvRxzosQSL8xwYNM1iPhhKiBksXZyRSE2COisrA=="
- },
- "Microsoft.Testing.Platform.MSBuild": {
- "type": "Transitive",
- "resolved": "1.9.1",
- "contentHash": "oTUtyR4X/s9ytuiNA29FGsNCCH0rNmY5Wdm14NCKLjTM1cT9edVSlA+rGS/mVmusPqcP0l/x9qOnMXg16v87RQ==",
- "dependencies": {
- "Microsoft.Testing.Platform": "1.9.1"
- }
- },
- "Microsoft.TestPlatform.ObjectModel": {
- "type": "Transitive",
- "resolved": "18.8.1",
- "contentHash": "qLbktNB1+b1XZLNJBTzaWVVJAd6PEzD7cgD406geMb6PcFZhp3EDNa1tctWx1+mtMU6MP/6ozVvFPC9vs2a9rw=="
- },
- "Microsoft.TestPlatform.TestHost": {
- "type": "Transitive",
- "resolved": "18.8.1",
- "contentHash": "FaQHPDTUOcE+SFTjssNPfrub2lT9Zyon4J2W/KLHt/efLJACb1TCeWXyOgh0D/4Q1e4n+S3E6mOKud+9nLZlEA==",
- "dependencies": {
- "Microsoft.TestPlatform.ObjectModel": "18.8.1"
- }
- },
- "Microsoft.Win32.Registry": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg=="
- },
- "ModelContextProtocol.Core": {
- "type": "Transitive",
- "resolved": "2.0.0",
- "contentHash": "piFR0HtA/2Oc1tgk96EE5Tye6qA2sg3WGRAXBhUqo/BWikdEYEs2UuqtmwLrQZJUge1nUOPgGHYsb15VIBK8iw==",
- "dependencies": {
- "Microsoft.Extensions.AI.Abstractions": "10.8.3"
- }
- },
- "NexusRpc": {
- "type": "Transitive",
- "resolved": "0.3.0",
- "contentHash": "Kr+NMSZ5428AvxpzShdJcQxc9w6HT8SM6FXQMekC4K9wGpmC1m/L2pQJydpvVTwRBu3qAIYKPI37KWexF4Gtcg=="
- },
- "Quartz": {
- "type": "Transitive",
- "resolved": "3.19.1",
- "contentHash": "u+kAlmReZLLpKRG9TcPt8gP0H5e8Nff11fh9tz52e4B+GtXm9cLBOe/bfGcDs4IQftmEcxakpfTzOlsZdv9ekg=="
- },
- "RESPite": {
- "type": "Transitive",
- "resolved": "3.0.25",
- "contentHash": "v4vA1MttS78DQINFIY5BLOtWdA9OXoSSZk4VVdSzM7B2GezKsFHqTQpTHCZXuUuQ6+gPmvh8DkT60wEEtCojSg=="
- },
- "SharpZipLib": {
- "type": "Transitive",
- "resolved": "1.4.2",
- "contentHash": "yjj+3zgz8zgXpiiC3ZdF/iyTBbz2fFvMxZFEBPUcwZjIvXOf37Ylm+K58hqMfIBt5JgU/Z2uoUS67JmTLe973A=="
- },
- "SQLitePCLRaw.bundle_e_sqlite3": {
- "type": "Transitive",
- "resolved": "2.1.11",
- "contentHash": "DC4nA7yWnf4UZdgJDF+9Mus4/cb0Y3Sfgi3gDnAoKNAIBwzkskNAbNbyu+u4atT0ruVlZNJfwZmwiEwE5oz9LQ==",
- "dependencies": {
- "SQLitePCLRaw.lib.e_sqlite3": "2.1.11",
- "SQLitePCLRaw.provider.e_sqlite3": "2.1.11"
- }
- },
- "SQLitePCLRaw.core": {
- "type": "Transitive",
- "resolved": "2.1.11",
- "contentHash": "PK0GLFkfhZzLQeR3PJf71FmhtHox+U3vcY6ZtswoMjrefkB9k6ErNJEnwXqc5KgXDSjige2XXrezqS39gkpQKA=="
- },
- "SQLitePCLRaw.provider.e_sqlite3": {
- "type": "Transitive",
- "resolved": "2.1.11",
- "contentHash": "Y/0ZkR+r0Cg3DQFuCl1RBnv/tmxpIZRU3HUvelPw6MVaKHwYYR8YNvgs0vuNuXCMvlyJ+Fh88U1D4tah1tt6qw==",
- "dependencies": {
- "SQLitePCLRaw.core": "2.1.11"
- }
- },
- "SSH.NET": {
- "type": "Transitive",
- "resolved": "2025.1.0",
- "contentHash": "jrnbtf0ItVaXAe6jE8X/kSLa6uC+0C+7W1vepcnRQB/rD88qy4IxG7Lf1FIbWmkoc4iVXv0pKrz+Wc6J4ngmHw==",
- "dependencies": {
- "BouncyCastle.Cryptography": "2.6.2"
- }
- },
- "System.ClientModel": {
- "type": "Transitive",
- "resolved": "1.1.0",
- "contentHash": "UocOlCkxLZrG2CKMAAImPcldJTxeesHnHGHwhJ0pNlZEvEXcWKuQvVOER2/NiOkJGRJk978SNdw3j6/7O9H1lg==",
- "dependencies": {
- "System.Memory.Data": "1.0.2"
- }
- },
- "System.Configuration.ConfigurationManager": {
- "type": "Transitive",
- "resolved": "9.0.13",
- "contentHash": "GbBrJq9S/gYpHzm7Pxx6Y5tDyfSfyxW6tlP5oiKJV38uf19Wp+GIIAnWfyL1zmNiz1+EjwVapw2WkBFvvqKQzg==",
- "dependencies": {
- "System.Security.Cryptography.ProtectedData": "9.0.13"
- }
- },
- "System.IdentityModel.Tokens.Jwt": {
- "type": "Transitive",
- "resolved": "8.16.0",
- "contentHash": "rrs2u7DRMXQG2yh0oVyF/vLwosfRv20Ld2iEpYcKwQWXHjfV+gFXNQsQ9p008kR9Ou4pxBs68Q6/9zC8Gi1wjg==",
- "dependencies": {
- "Microsoft.IdentityModel.JsonWebTokens": "8.16.0",
- "Microsoft.IdentityModel.Tokens": "8.16.0"
- }
- },
- "System.IO.Hashing": {
- "type": "Transitive",
- "resolved": "10.0.5",
- "contentHash": "8IBJWcCT9+e4Bmevm4T7+fQEiAh133KGiz4oiVTgJckd3Q76OFdR1falgn9lpz7+C4HJvogCDJeAa2QmvbeVtg=="
- },
- "System.Memory.Data": {
- "type": "Transitive",
- "resolved": "6.0.0",
- "contentHash": "ntFHArH3I4Lpjf5m4DCXQHJuGwWPNVJPaAvM95Jy/u+2Yzt2ryiyIN04LAogkjP9DeRcEOiviAjQotfmPq/FrQ=="
- },
- "System.Security.Cryptography.Pkcs": {
- "type": "Transitive",
- "resolved": "9.0.13",
- "contentHash": "dxJhkuoaelvWy588wPXjShNks+ZMiSgXnN75/u+DPbER5PqKrLPDftE0BvGM7nDK/scQAVlD+gRXlCAAjWi58Q=="
- },
- "System.Security.Cryptography.ProtectedData": {
- "type": "Transitive",
- "resolved": "9.0.13",
- "contentHash": "t8S9IDpjJKsLpLkeBdW8cWtcPyYqrGu93Dej1RO6WwuL/lkFSqWlan3rMJfortqz1mRIh+sys2AFsSA6jWJ3Jg=="
- },
- "Testcontainers": {
- "type": "Transitive",
- "resolved": "4.13.0",
- "contentHash": "j8vi9jPBNSwaraGGx8w+2gtZyWrlbKxdhiGMS3nektg+KiwjFWx9ghCjs57EoQfvI+IAbzti0oQJupQChwgMog==",
- "dependencies": {
- "Docker.DotNet.Enhanced": "4.3.3",
- "Docker.DotNet.Enhanced.X509": "4.3.3",
- "SSH.NET": "2025.1.0",
- "SharpZipLib": "1.4.2"
- }
- },
- "xunit.analyzers": {
- "type": "Transitive",
- "resolved": "1.27.0",
- "contentHash": "y/pxIQaLvk/kxAoDkZW9GnHLCEqzwl5TW0vtX3pweyQpjizB9y3DXhb9pkw2dGeUqhLjsxvvJM1k89JowU6z3g=="
- },
- "xunit.v3.assert": {
- "type": "Transitive",
- "resolved": "3.2.2",
- "contentHash": "BPciBghgEEaJN/JG00QfCYDfEfnLgQhfnYEy+j1izoeHVNYd5+3Wm8GJ6JgYysOhpBPYGE+sbf75JtrRc7jrdA=="
- },
- "xunit.v3.common": {
- "type": "Transitive",
- "resolved": "3.2.2",
- "contentHash": "Hj775PEH6GTbbg0wfKRvG2hNspDCvTH9irXhH4qIWgdrOSV1sQlqPie+DOvFeigsFg2fxSM3ZAaaCDQs+KreFA==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "6.0.0"
- }
- },
- "xunit.v3.core.mtp-v1": {
- "type": "Transitive",
- "resolved": "3.2.2",
- "contentHash": "Ga5aA2Ca9ktz+5k3g5ukzwfexwoqwDUpV6z7atSEUvqtd6JuybU1XopHqg1oFd78QdTfZgZE9h5sHpO4qYIi5w==",
- "dependencies": {
- "Microsoft.Testing.Extensions.Telemetry": "1.9.1",
- "Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.9.1",
- "Microsoft.Testing.Platform": "1.9.1",
- "Microsoft.Testing.Platform.MSBuild": "1.9.1",
- "xunit.v3.extensibility.core": "[3.2.2]",
- "xunit.v3.runner.inproc.console": "[3.2.2]"
- }
- },
- "xunit.v3.extensibility.core": {
- "type": "Transitive",
- "resolved": "3.2.2",
- "contentHash": "srY8z/oMPvh/t8axtO2DwrHajhFMH7tnqKildvYrVQIfICi8fOn3yIBWkVPAcrKmHMwvXRJ/XsQM3VMR6DOYfQ==",
- "dependencies": {
- "xunit.v3.common": "[3.2.2]"
- }
- },
- "xunit.v3.mtp-v1": {
- "type": "Transitive",
- "resolved": "3.2.2",
- "contentHash": "O41aAzYKBT5PWqATa1oEWVNCyEUypFQ4va6K0kz37dduV3EKzXNMaV2UnEhufzU4Cce1I33gg0oldS8tGL5I0A==",
- "dependencies": {
- "xunit.analyzers": "1.27.0",
- "xunit.v3.assert": "[3.2.2]",
- "xunit.v3.core.mtp-v1": "[3.2.2]"
- }
- },
- "xunit.v3.runner.common": {
- "type": "Transitive",
- "resolved": "3.2.2",
- "contentHash": "/hkHkQCzGrugelOAehprm7RIWdsUFVmIVaD6jDH/8DNGCymTlKKPTbGokD5czbAfqfex47mBP0sb0zbHYwrO/g==",
- "dependencies": {
- "Microsoft.Win32.Registry": "[5.0.0]",
- "xunit.v3.common": "[3.2.2]"
- }
- },
- "xunit.v3.runner.inproc.console": {
- "type": "Transitive",
- "resolved": "3.2.2",
- "contentHash": "ulWOdSvCk+bPXijJZ73bth9NyoOHsAs1ZOvamYbCkD4DNLX/Bd29Ve2ZNUwBbK0MqfIYWXHZViy/HKrdEC/izw==",
- "dependencies": {
- "xunit.v3.extensibility.core": "[3.2.2]",
- "xunit.v3.runner.common": "[3.2.2]"
- }
- },
- "Healthie.NET.Abstractions": {
- "type": "Project"
- },
- "Healthie.NET.AI": {
- "type": "Project",
- "dependencies": {
- "Healthie.NET.Abstractions": "[1.0.0, )",
- "Microsoft.Extensions.AI.Abstractions": "[10.8.3, )"
- }
- },
- "Healthie.NET.Alerting": {
- "type": "Project",
- "dependencies": {
- "Healthie.NET.Abstractions": "[1.0.0, )"
- }
- },
- "Healthie.NET.Api": {
- "type": "Project",
- "dependencies": {
- "Healthie.NET.Abstractions": "[1.0.0, )"
- }
- },
- "Healthie.NET.Checkers": {
- "type": "Project",
- "dependencies": {
- "Healthie.NET.Abstractions": "[1.0.0, )"
- }
- },
- "Healthie.NET.Coravel": {
- "type": "Project",
- "dependencies": {
- "Coravel": "[6.0.2, )",
- "Cronos": "[0.13.0, )",
- "Healthie.NET.Abstractions": "[1.0.0, )"
- }
- },
- "Healthie.NET.CosmosDb": {
- "type": "Project",
- "dependencies": {
- "Healthie.NET.Abstractions": "[1.0.0, )",
- "Microsoft.Azure.Cosmos": "[3.62.0, )"
- }
- },
- "Healthie.NET.Dashboard": {
- "type": "Project",
- "dependencies": {
- "Healthie.NET.Abstractions": "[1.0.0, )"
- }
- },
- "Healthie.NET.DependencyInjection": {
- "type": "Project",
- "dependencies": {
- "Cronos": "[0.13.0, )",
- "Healthie.NET.Abstractions": "[1.0.0, )"
- }
- },
- "Healthie.NET.Hangfire": {
- "type": "Project",
- "dependencies": {
- "Hangfire.Core": "[1.8.24, )",
- "Healthie.NET.Abstractions": "[1.0.0, )",
- "Newtonsoft.Json": "[13.0.4, )"
- }
- },
- "Healthie.NET.LeaderElection": {
- "type": "Project",
- "dependencies": {
- "Healthie.NET.DependencyInjection": "[1.0.0, )"
- }
- },
- "Healthie.NET.Mcp": {
- "type": "Project",
- "dependencies": {
- "Healthie.NET.Abstractions": "[1.0.0, )",
- "Microsoft.Extensions.AI.Abstractions": "[10.8.3, )",
- "ModelContextProtocol": "[2.0.0, )",
- "ModelContextProtocol.AspNetCore": "[2.0.0, )"
- }
- },
- "Healthie.NET.Postgres": {
- "type": "Project",
- "dependencies": {
- "Healthie.NET.Relational": "[1.0.0, )",
- "Npgsql": "[10.0.3, )"
- }
- },
- "Healthie.NET.Quartz": {
- "type": "Project",
- "dependencies": {
- "Healthie.NET.Abstractions": "[1.0.0, )",
- "Quartz.Extensions.DependencyInjection": "[3.19.1, )",
- "Quartz.Extensions.Hosting": "[3.19.1, )"
- }
- },
- "Healthie.NET.Redis": {
- "type": "Project",
- "dependencies": {
- "Healthie.NET.Abstractions": "[1.0.0, )",
- "StackExchange.Redis": "[3.0.25, )"
- }
- },
- "Healthie.NET.Relational": {
- "type": "Project",
- "dependencies": {
- "Healthie.NET.Abstractions": "[1.0.0, )"
- }
- },
- "Healthie.NET.Sqlite": {
- "type": "Project",
- "dependencies": {
- "Healthie.NET.Relational": "[1.0.0, )",
- "Microsoft.Data.Sqlite": "[10.0.10, )",
- "SQLitePCLRaw.lib.e_sqlite3": "[2.1.12, )"
- }
- },
- "Healthie.NET.SqlServer": {
- "type": "Project",
- "dependencies": {
- "Healthie.NET.Relational": "[1.0.0, )",
- "Microsoft.Data.SqlClient": "[7.0.2, )"
- }
- },
- "Healthie.NET.Temporal": {
- "type": "Project",
- "dependencies": {
- "Healthie.NET.Abstractions": "[1.0.0, )",
- "Temporalio": "[1.17.0, )"
- }
- },
- "Healthie.NET.Uptime": {
- "type": "Project",
- "dependencies": {
- "Healthie.NET.DependencyInjection": "[1.0.0, )"
- }
- },
- "Coravel": {
- "type": "CentralTransitive",
- "requested": "[6.0.2, )",
- "resolved": "6.0.2",
- "contentHash": "/XZiRId4Ilar/OqjGKdxkZWfW97ekeT0wgiWNjGdqf8pPxiK508//Zkc0xrKMDOqchFT7B/oqAoQ+Vrx1txpPQ=="
- },
- "Cronos": {
- "type": "CentralTransitive",
- "requested": "[0.13.0, )",
- "resolved": "0.13.0",
- "contentHash": "Nkve+Yi0+ol3ntSBRHeW0ka9cJQ8vndSUvvkXqF9LVqwpoqWueyxu/HS275r98RDOmF7/mzRnZW5XXUBXob+TA=="
- },
- "Hangfire.Core": {
- "type": "CentralTransitive",
- "requested": "[1.8.24, )",
- "resolved": "1.8.24",
- "contentHash": "XhiE55abcXXw4jEe0EClnU1fainkfi7ZVINbcCB+Se6ZatfVAglLsvNc6wtTMq5aZz0tv2DuW+U5lx1R0DcWOg==",
- "dependencies": {
- "Newtonsoft.Json": "11.0.1"
- }
- },
- "Microsoft.Azure.Cosmos": {
- "type": "CentralTransitive",
- "requested": "[3.62.0, )",
- "resolved": "3.62.0",
- "contentHash": "+ooDYlbL5fzqk0dZyRP3nO2dB9dEavZfuS+CRLSoIdHQESPuLm5FHq7rha4ud3OU5rhllbNoy3y7aCokBAAaPQ==",
- "dependencies": {
- "Azure.Core": "1.44.1",
- "Microsoft.Bcl.AsyncInterfaces": "6.0.0",
- "Microsoft.Bcl.HashCode": "1.1.0",
- "System.Configuration.ConfigurationManager": "6.0.0"
- }
- },
- "Microsoft.Data.SqlClient": {
- "type": "CentralTransitive",
- "requested": "[7.0.2, )",
- "resolved": "7.0.2",
- "contentHash": "zwv76lANFQQI6Gmp6ntkzMWIWVqm8Wf4Mz00AeGCk1n8HCi5afi6bNynSe18uI0xeL0n6J+Myjk9AiIsL5oSqw==",
- "dependencies": {
- "Microsoft.Bcl.Cryptography": "9.0.13",
- "Microsoft.Data.SqlClient.Extensions.Abstractions": "[7.0.2, 8.0.0)",
- "Microsoft.Data.SqlClient.Internal.Logging": "[7.0.2, 8.0.0)",
- "Microsoft.Data.SqlClient.SNI.runtime": "[6.0.2, 7.0.0)",
- "Microsoft.IdentityModel.JsonWebTokens": "8.16.0",
- "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.16.0",
- "Microsoft.SqlServer.Server": "[1.0.0, 2.0.0)",
- "System.Configuration.ConfigurationManager": "9.0.13",
- "System.Security.Cryptography.Pkcs": "9.0.13"
- }
- },
- "Microsoft.Data.Sqlite": {
- "type": "CentralTransitive",
- "requested": "[10.0.10, )",
- "resolved": "10.0.10",
- "contentHash": "58JwZ39lCvRXHfV5O6RQfbHEDu8ZsXI7weRoVRR4jrGRxxkS+qyeuGrN2xD+9VYEICApYr0iTSL6PuU+DdsvPg==",
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "10.0.10",
- "SQLitePCLRaw.bundle_e_sqlite3": "2.1.11",
- "SQLitePCLRaw.core": "2.1.11"
- }
- },
- "Microsoft.Extensions.AI.Abstractions": {
- "type": "CentralTransitive",
- "requested": "[10.8.3, )",
- "resolved": "10.8.3",
- "contentHash": "K0B05oApxmviWalNHPMBBcRC7erKiDATz3ENNR/jqTR9JwIwLRefgDhj2jCRwL1aca99pXUe0qyQC73/xIuZig=="
- },
- "ModelContextProtocol": {
- "type": "CentralTransitive",
- "requested": "[2.0.0, )",
- "resolved": "2.0.0",
- "contentHash": "X/KDNZDP9Zgs7YXXxxpKiDMWWPXYrs764lVgc6vEM4pCg87bYz4VaceeiKW91XDTGgUvIbmRYXgWqyNpV32xRg==",
- "dependencies": {
- "ModelContextProtocol.Core": "[2.0.0]"
- }
- },
- "ModelContextProtocol.AspNetCore": {
- "type": "CentralTransitive",
- "requested": "[2.0.0, )",
- "resolved": "2.0.0",
- "contentHash": "dXrB7sBpQjUQU0UcdyFPJbOTFw7yaceD+OgAZVAeBveRzbiBlg89jEygAtcgOwd/L+O+YpM98zfwaXz067NFDQ==",
- "dependencies": {
- "ModelContextProtocol": "[2.0.0]"
- }
- },
- "Npgsql": {
- "type": "CentralTransitive",
- "requested": "[10.0.3, )",
- "resolved": "10.0.3",
- "contentHash": "7nb5YzXuvWWJxB0J8DiyL3we+X4FOctZrt0fIBnucOIaIevFEEwGQVZKtiu9olXdlNAK1eNgqSral6r/jlhI4w=="
- },
- "Quartz.Extensions.DependencyInjection": {
- "type": "CentralTransitive",
- "requested": "[3.19.1, )",
- "resolved": "3.19.1",
- "contentHash": "6UKrPvWQBgOslVnhD6OgFBjBA3kO7kUc4bM2EXG8b+vSgB/EHqVP8cLOb9RePZQJb5OJeNunN9dNEmGLpg5wuw==",
- "dependencies": {
- "Quartz": "3.19.1"
- }
- },
- "Quartz.Extensions.Hosting": {
- "type": "CentralTransitive",
- "requested": "[3.19.1, )",
- "resolved": "3.19.1",
- "contentHash": "gp6EUrreKcU/Az6b2bZNeebxJWMrmlLItXRmR9nX9zUSmMzQTIDWR7NTm3SsdmsoDBbrIU9vhkLD3uv1y5mMzA==",
- "dependencies": {
- "Quartz.Extensions.DependencyInjection": "3.19.1"
- }
- },
- "SQLitePCLRaw.lib.e_sqlite3": {
- "type": "CentralTransitive",
- "requested": "[2.1.12, )",
- "resolved": "2.1.12",
- "contentHash": "fWi8Dbknuhgg72fWinIdjXVaqO1hHL4YBBwVLnr7e1c9TAZwJ0QE38j9syW1hwx6HaqEVTwI+O07WPdZn8Rp0w=="
- },
- "StackExchange.Redis": {
- "type": "CentralTransitive",
- "requested": "[3.0.25, )",
- "resolved": "3.0.25",
- "contentHash": "ak+9jk7f5oE25gBaCT7Epr8jYD3EyTEuMr5oxlY8EZE7o01xcaGLWTg+xeE6PaRV1ko9/fMdlvSEjdrdgpBb0g==",
- "dependencies": {
- "RESPite": "3.0.25",
- "System.IO.Hashing": "10.0.5"
- }
- },
- "Temporalio": {
- "type": "CentralTransitive",
- "requested": "[1.17.0, )",
- "resolved": "1.17.0",
- "contentHash": "C/RVMPIvZHa7pnvPle6dvJTF6kL9QaIt4Rr0oLzZ3vYHLfBO+SpVMYOMs5HhlJWIW95zPvEMVmXyLNTQLkX+nQ==",
- "dependencies": {
- "Google.Protobuf": "3.26.1",
- "NexusRpc": "0.3.0"
- }
- }
- },
"net8.0": {
"bunit": {
"type": "Direct",
- "requested": "[2.8.6, )",
- "resolved": "2.8.6",
- "contentHash": "kBGHiCrn0LvUGRiDaqLxBewZXAOIIqYlJTcfh/+yaMc5XOzWm2eeuDl2+3ksK3AuLSSnVitmCLu8n1RV9CXpSQ==",
+ "requested": "[2.9.0, )",
+ "resolved": "2.9.0",
+ "contentHash": "Jz9ywwpjjYHppFDw4bIMkk5cNOy0vN74p3PzJFVIlCZicK8vpAovM5LsuNDLKE4bpwISNKrjwSrsw4SIVzT+0g==",
"dependencies": {
- "AngleSharp": "1.5.2",
- "AngleSharp.Css": "1.0.0-beta.224",
+ "AngleSharp": "1.7.0",
+ "AngleSharp.Css": "1.0.1",
"AngleSharp.Diffing": "1.1.1",
+ "Microsoft.AspNetCore.Components": "8.0.29",
+ "Microsoft.AspNetCore.Components.Authorization": "8.0.29",
+ "Microsoft.AspNetCore.Components.Web": "8.0.29",
"Microsoft.AspNetCore.Components.WebAssembly": "8.0.29",
- "Microsoft.AspNetCore.Components.WebAssembly.Authentication": "8.0.29"
+ "Microsoft.AspNetCore.Components.WebAssembly.Authentication": "8.0.29",
+ "Microsoft.Extensions.Caching.Memory": "8.0.1",
+ "Microsoft.Extensions.Localization.Abstractions": "8.0.29",
+ "Microsoft.Extensions.Logging": "8.0.1",
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.3"
}
},
"Microsoft.NET.Test.Sdk": {
@@ -884,13 +91,13 @@
},
"AngleSharp": {
"type": "Transitive",
- "resolved": "1.5.2",
- "contentHash": "LVZ7rrr6GHbhERhTgVDarVygl1e6KwE96pronA90LBOMacDhxR4lB+xYLjn/vlnUu+xbOB2RM9fuCPEx5bdyWA=="
+ "resolved": "1.7.0",
+ "contentHash": "v1R++46dblGRBo2/fKFUfgtZOaFnDGQhqBM0AarxgZSJuumj1e1vexBbjlTv2hx3Olr3qeoJa2yUoWyv5fuJ5A=="
},
"AngleSharp.Css": {
"type": "Transitive",
- "resolved": "1.0.0-beta.224",
- "contentHash": "BF/hPs8sRjhR+rYkBom7WaMLN0w36Qvnu+WvoHK/gL67MrQOONkkivBTGilvta4sNix5Y8T9XVlZsRI8IU2/vA==",
+ "resolved": "1.0.1",
+ "contentHash": "6S13xNHH+SUGPZd6EO1MhkuDbpEnFroUM6A8DZpLJHQnLRTvtBJb3Ydu65s618E4gWF9FSWmM5jhKk4RIfwT2A==",
"dependencies": {
"AngleSharp": "[1.5.0, 2.0.0)"
}
@@ -911,7 +118,12 @@
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"System.ClientModel": "1.1.0",
- "System.Memory.Data": "6.0.0"
+ "System.Diagnostics.DiagnosticSource": "6.0.1",
+ "System.Memory.Data": "6.0.0",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Text.Encodings.Web": "6.0.0",
+ "System.Text.Json": "6.0.10",
+ "System.Threading.Tasks.Extensions": "4.5.4"
}
},
"BouncyCastle.Cryptography": {
@@ -928,13 +140,18 @@
"Docker.DotNet.Enhanced.LegacyHttp": "4.3.3",
"Docker.DotNet.Enhanced.NPipe": "4.3.3",
"Docker.DotNet.Enhanced.NativeHttp": "4.3.3",
- "Docker.DotNet.Enhanced.Unix": "4.3.3"
+ "Docker.DotNet.Enhanced.Unix": "4.3.3",
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.3",
+ "System.IO.Pipelines": "8.0.0"
}
},
"Docker.DotNet.Enhanced.Handler.Abstractions": {
"type": "Transitive",
"resolved": "4.3.3",
- "contentHash": "9Cp8hOgtynixcDoAs9lnEaQosluojSYmiW3fsLsLIVfZjlq/fznSIZNUhnmyT4Xo1Iyuok/y49WL/25O47u0Pw=="
+ "contentHash": "9Cp8hOgtynixcDoAs9lnEaQosluojSYmiW3fsLsLIVfZjlq/fznSIZNUhnmyT4Xo1Iyuok/y49WL/25O47u0Pw==",
+ "dependencies": {
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.3"
+ }
},
"Docker.DotNet.Enhanced.LegacyHttp": {
"type": "Transitive",
@@ -984,20 +201,90 @@
"Microsoft.ApplicationInsights": {
"type": "Transitive",
"resolved": "2.23.0",
- "contentHash": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw=="
+ "contentHash": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==",
+ "dependencies": {
+ "System.Diagnostics.DiagnosticSource": "5.0.0"
+ }
+ },
+ "Microsoft.AspNetCore.Authorization": {
+ "type": "Transitive",
+ "resolved": "8.0.29",
+ "contentHash": "IMVrMqYF7LASYMWVt/sL9f5vkA8qtfvsLEaxSchEc1Pk/zxdQt1fP1W3hN6Wxm0+wJjAKO+DhF/1mi22AtAfCQ==",
+ "dependencies": {
+ "Microsoft.AspNetCore.Metadata": "8.0.29",
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.3",
+ "Microsoft.Extensions.Options": "8.0.2"
+ }
+ },
+ "Microsoft.AspNetCore.Components": {
+ "type": "Transitive",
+ "resolved": "8.0.29",
+ "contentHash": "1ZNdFYtEORG9LOYFJf0AtNMSAtkQ8WQ5XEGQXdEDvRMYBp4MS5t6mPAiWGVMb5aKpPfaeXOGHQqDcZHP3QfuAA==",
+ "dependencies": {
+ "Microsoft.AspNetCore.Authorization": "8.0.29",
+ "Microsoft.AspNetCore.Components.Analyzers": "8.0.29"
+ }
+ },
+ "Microsoft.AspNetCore.Components.Analyzers": {
+ "type": "Transitive",
+ "resolved": "8.0.29",
+ "contentHash": "AoGUtJ3CgKhihjGCga7vNCawzWUHb7QNMtxzBJKjTYYhM9HwkGE/xmg6sZNO3Tw5W+ke5PoUO411Squ//jgiTQ=="
+ },
+ "Microsoft.AspNetCore.Components.Authorization": {
+ "type": "Transitive",
+ "resolved": "8.0.29",
+ "contentHash": "1zf+E8B8BZod/1POB4c/YnHKPXaj/zkoFeT079iwJHWMBXxB/Y75Dug2KstusYEZBHyiHdN7UUD+Fh2edLEVvg==",
+ "dependencies": {
+ "Microsoft.AspNetCore.Authorization": "8.0.29",
+ "Microsoft.AspNetCore.Components": "8.0.29"
+ }
+ },
+ "Microsoft.AspNetCore.Components.Forms": {
+ "type": "Transitive",
+ "resolved": "8.0.29",
+ "contentHash": "GXmEG6N30oDLZHvyxUmwKDPh/iQkcsktjUb3wffSV3Qi4DD1O37Zzz4EBIsgLQwTr4WtqjQ94yprJtKy+YSE1g==",
+ "dependencies": {
+ "Microsoft.AspNetCore.Components": "8.0.29"
+ }
+ },
+ "Microsoft.AspNetCore.Components.Web": {
+ "type": "Transitive",
+ "resolved": "8.0.29",
+ "contentHash": "1El7nDceNvO07z3Wr8uYj9J5Y7KdtIEgpbyfb9r88BYFVuZxaDDA2F4n907mWib1iLbw+XoV25XbNcPH2rne/A==",
+ "dependencies": {
+ "Microsoft.AspNetCore.Components": "8.0.29",
+ "Microsoft.AspNetCore.Components.Forms": "8.0.29",
+ "Microsoft.Extensions.DependencyInjection": "8.0.1",
+ "Microsoft.Extensions.Primitives": "8.0.0",
+ "Microsoft.JSInterop": "8.0.29",
+ "System.IO.Pipelines": "8.0.0"
+ }
},
"Microsoft.AspNetCore.Components.WebAssembly": {
"type": "Transitive",
"resolved": "8.0.29",
"contentHash": "wAPYLWm1Y2ikdUY0OgsWOJ0A1iQ0GJIvwsgbQKXTBUP/9r5rK3DvmJnZy9a0yEMslJPxvYesACNYDmLz2sTcxQ==",
"dependencies": {
+ "Microsoft.AspNetCore.Components.Web": "8.0.29",
+ "Microsoft.Extensions.Configuration.Binder": "8.0.2",
+ "Microsoft.Extensions.Configuration.Json": "8.0.1",
+ "Microsoft.Extensions.Logging": "8.0.1",
"Microsoft.JSInterop.WebAssembly": "8.0.29"
}
},
"Microsoft.AspNetCore.Components.WebAssembly.Authentication": {
"type": "Transitive",
"resolved": "8.0.29",
- "contentHash": "rs3U4TsemB1lqnpBVtLlQbQM3ewtAImIy3OjlhM7YjxJb/1AEXmIno1Wm8S3HPScYmLZtwLrTG5//uNlYzlRag=="
+ "contentHash": "rs3U4TsemB1lqnpBVtLlQbQM3ewtAImIy3OjlhM7YjxJb/1AEXmIno1Wm8S3HPScYmLZtwLrTG5//uNlYzlRag==",
+ "dependencies": {
+ "Microsoft.AspNetCore.Components.Authorization": "8.0.29",
+ "Microsoft.AspNetCore.Components.Web": "8.0.29"
+ }
+ },
+ "Microsoft.AspNetCore.Metadata": {
+ "type": "Transitive",
+ "resolved": "8.0.29",
+ "contentHash": "5Oyb4tncDGft/tXVJoyO7iWy1fnz1AzgycQfzPPSJqafmp3J+xLhgfDSTB+hzVVyG9mcb9z/8m9RDEx7bCj3Kw=="
},
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
@@ -1053,6 +340,18 @@
"Microsoft.Extensions.Primitives": "10.0.10"
}
},
+ "Microsoft.Extensions.Caching.Memory": {
+ "type": "Transitive",
+ "resolved": "8.0.1",
+ "contentHash": "HFDnhYLccngrzyGgHkjEDU5FMLn4MpOsr5ElgsBMC4yx6lJh4jeWO7fHS8+TXPq+dgxCmUa/Trl8svObmwW4QA==",
+ "dependencies": {
+ "Microsoft.Extensions.Caching.Abstractions": "8.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Options": "8.0.2",
+ "Microsoft.Extensions.Primitives": "8.0.0"
+ }
+ },
"Microsoft.Extensions.Configuration": {
"type": "Transitive",
"resolved": "10.0.10",
@@ -1079,6 +378,29 @@
"Microsoft.Extensions.Configuration.Abstractions": "10.0.10"
}
},
+ "Microsoft.Extensions.Configuration.FileExtensions": {
+ "type": "Transitive",
+ "resolved": "8.0.1",
+ "contentHash": "EJzSNO9oaAXnTdtdNO6npPRsIIeZCBSNmdQ091VDO7fBiOtJAAeEq6dtrVXIi3ZyjC5XRSAtVvF8SzcneRHqKQ==",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "8.0.0",
+ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
+ "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
+ "Microsoft.Extensions.FileProviders.Physical": "8.0.0",
+ "Microsoft.Extensions.Primitives": "8.0.0"
+ }
+ },
+ "Microsoft.Extensions.Configuration.Json": {
+ "type": "Transitive",
+ "resolved": "8.0.1",
+ "contentHash": "L89DLNuimOghjV3tLx0ArFDwVEJD6+uGB3BMCMX01kaLzXkaXHb2021xOMl2QOxUxbdePKUZsUY7n2UUkycjRg==",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "8.0.0",
+ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
+ "Microsoft.Extensions.Configuration.FileExtensions": "8.0.1",
+ "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0"
+ }
+ },
"Microsoft.Extensions.Diagnostics": {
"type": "Transitive",
"resolved": "10.0.10",
@@ -1107,6 +429,26 @@
"Microsoft.Extensions.Primitives": "10.0.10"
}
},
+ "Microsoft.Extensions.FileProviders.Physical": {
+ "type": "Transitive",
+ "resolved": "8.0.0",
+ "contentHash": "UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==",
+ "dependencies": {
+ "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
+ "Microsoft.Extensions.FileSystemGlobbing": "8.0.0",
+ "Microsoft.Extensions.Primitives": "8.0.0"
+ }
+ },
+ "Microsoft.Extensions.FileSystemGlobbing": {
+ "type": "Transitive",
+ "resolved": "8.0.0",
+ "contentHash": "OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ=="
+ },
+ "Microsoft.Extensions.Localization.Abstractions": {
+ "type": "Transitive",
+ "resolved": "8.0.29",
+ "contentHash": "OCbXCCp4OgmiRUNSJ9nhbHkwGireO0OmhCs1jNQGw9R1bV749SClPeTFpUaQijGoUEXBTgFzUAenJAMQbqEZpQ=="
+ },
"Microsoft.Extensions.Logging": {
"type": "Transitive",
"resolved": "10.0.10",
@@ -1195,13 +537,27 @@
"resolved": "8.16.0",
"contentHash": "rtViGJcGsN7WcfUNErwNeQgjuU5cJNl6FDQsfi9TncwO+Epzn0FTfBsg3YuFW1Q0Ch/KPxaVdjLw3/+5Z5ceFQ==",
"dependencies": {
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
"Microsoft.IdentityModel.Logging": "8.16.0"
}
},
+ "Microsoft.JSInterop": {
+ "type": "Transitive",
+ "resolved": "8.0.29",
+ "contentHash": "6N3e6a5YHcV53/jU63XBvLEOEV3ctWSFZi+hNl0HNRHYd3aJrTSA9Wl6tq7/9piO+pYRat4V6wPB2NEWMe3TnA=="
+ },
"Microsoft.JSInterop.WebAssembly": {
"type": "Transitive",
"resolved": "8.0.29",
- "contentHash": "aPT2wbEYTKwFYwSGGNEoX0af5jrAPIG8zzMuZ02Hfh4+6+0lFAdRcZ3GEHljoVbE491WSLgoeyMQTcUKx3zYTQ=="
+ "contentHash": "aPT2wbEYTKwFYwSGGNEoX0af5jrAPIG8zzMuZ02Hfh4+6+0lFAdRcZ3GEHljoVbE491WSLgoeyMQTcUKx3zYTQ==",
+ "dependencies": {
+ "Microsoft.JSInterop": "8.0.29"
+ }
+ },
+ "Microsoft.NETCore.Platforms": {
+ "type": "Transitive",
+ "resolved": "5.0.0",
+ "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ=="
},
"Microsoft.SqlServer.Server": {
"type": "Transitive",
@@ -1241,7 +597,10 @@
"Microsoft.TestPlatform.ObjectModel": {
"type": "Transitive",
"resolved": "18.8.1",
- "contentHash": "qLbktNB1+b1XZLNJBTzaWVVJAd6PEzD7cgD406geMb6PcFZhp3EDNa1tctWx1+mtMU6MP/6ozVvFPC9vs2a9rw=="
+ "contentHash": "qLbktNB1+b1XZLNJBTzaWVVJAd6PEzD7cgD406geMb6PcFZhp3EDNa1tctWx1+mtMU6MP/6ozVvFPC9vs2a9rw==",
+ "dependencies": {
+ "System.Reflection.Metadata": "8.0.0"
+ }
},
"Microsoft.TestPlatform.TestHost": {
"type": "Transitive",
@@ -1254,12 +613,16 @@
"Microsoft.Win32.Registry": {
"type": "Transitive",
"resolved": "5.0.0",
- "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg=="
+ "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
+ "dependencies": {
+ "System.Security.AccessControl": "5.0.0",
+ "System.Security.Principal.Windows": "5.0.0"
+ }
},
"ModelContextProtocol.Core": {
"type": "Transitive",
- "resolved": "2.0.0",
- "contentHash": "piFR0HtA/2Oc1tgk96EE5Tye6qA2sg3WGRAXBhUqo/BWikdEYEs2UuqtmwLrQZJUge1nUOPgGHYsb15VIBK8iw==",
+ "resolved": "2.1.0",
+ "contentHash": "cU/urrhRxE4/iSyBIJI7QOaFqSP1FOEnwEHsct9n6t6/XluCAFD9iqnrPkBAsEYr+f/G4tVQ21U+6wN/6fQvOg==",
"dependencies": {
"Microsoft.Extensions.AI.Abstractions": "10.8.3",
"Microsoft.Extensions.Logging.Abstractions": "10.0.10",
@@ -1275,12 +638,18 @@
"Quartz": {
"type": "Transitive",
"resolved": "3.19.1",
- "contentHash": "u+kAlmReZLLpKRG9TcPt8gP0H5e8Nff11fh9tz52e4B+GtXm9cLBOe/bfGcDs4IQftmEcxakpfTzOlsZdv9ekg=="
+ "contentHash": "u+kAlmReZLLpKRG9TcPt8gP0H5e8Nff11fh9tz52e4B+GtXm9cLBOe/bfGcDs4IQftmEcxakpfTzOlsZdv9ekg==",
+ "dependencies": {
+ "Microsoft.Extensions.Logging.Abstractions": "2.1.1"
+ }
},
"RESPite": {
"type": "Transitive",
- "resolved": "3.0.25",
- "contentHash": "v4vA1MttS78DQINFIY5BLOtWdA9OXoSSZk4VVdSzM7B2GezKsFHqTQpTHCZXuUuQ6+gPmvh8DkT60wEEtCojSg=="
+ "resolved": "3.1.13",
+ "contentHash": "wqViG+Dl4Ln/X33IyfmciyGirm1ET+M7kjwbb+oJAbDXLP2u2hX1eOnaEgyIAerJNSP98BytyddcW3ZQH55wgw==",
+ "dependencies": {
+ "System.IO.Pipelines": "10.0.5"
+ }
},
"SharpZipLib": {
"type": "Transitive",
@@ -1299,7 +668,10 @@
"SQLitePCLRaw.core": {
"type": "Transitive",
"resolved": "2.1.11",
- "contentHash": "PK0GLFkfhZzLQeR3PJf71FmhtHox+U3vcY6ZtswoMjrefkB9k6ErNJEnwXqc5KgXDSjige2XXrezqS39gkpQKA=="
+ "contentHash": "PK0GLFkfhZzLQeR3PJf71FmhtHox+U3vcY6ZtswoMjrefkB9k6ErNJEnwXqc5KgXDSjige2XXrezqS39gkpQKA==",
+ "dependencies": {
+ "System.Memory": "4.5.3"
+ }
},
"SQLitePCLRaw.provider.e_sqlite3": {
"type": "Transitive",
@@ -1314,22 +686,35 @@
"resolved": "2025.1.0",
"contentHash": "jrnbtf0ItVaXAe6jE8X/kSLa6uC+0C+7W1vepcnRQB/rD88qy4IxG7Lf1FIbWmkoc4iVXv0pKrz+Wc6J4ngmHw==",
"dependencies": {
- "BouncyCastle.Cryptography": "2.6.2"
+ "BouncyCastle.Cryptography": "2.6.2",
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.3"
}
},
+ "System.Buffers": {
+ "type": "Transitive",
+ "resolved": "4.5.1",
+ "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
+ },
"System.ClientModel": {
"type": "Transitive",
"resolved": "1.1.0",
"contentHash": "UocOlCkxLZrG2CKMAAImPcldJTxeesHnHGHwhJ0pNlZEvEXcWKuQvVOER2/NiOkJGRJk978SNdw3j6/7O9H1lg==",
"dependencies": {
- "System.Memory.Data": "1.0.2"
+ "System.Memory.Data": "1.0.2",
+ "System.Text.Json": "6.0.9"
}
},
+ "System.Collections.Immutable": {
+ "type": "Transitive",
+ "resolved": "8.0.0",
+ "contentHash": "AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg=="
+ },
"System.Configuration.ConfigurationManager": {
"type": "Transitive",
"resolved": "8.0.1",
"contentHash": "gPYFPDyohW2gXNhdQRSjtmeS6FymL2crg4Sral1wtvEJ7DUqFCDWDVbbLobASbzxfic8U1hQEdC7hmg9LHncMw==",
"dependencies": {
+ "System.Diagnostics.EventLog": "8.0.1",
"System.Security.Cryptography.ProtectedData": "8.0.0"
}
},
@@ -1338,6 +723,11 @@
"resolved": "10.0.10",
"contentHash": "cjtKi6ERMYWp6b9UTVPcwDT29PjKDtlM3W9OwnWL5abRsI8ku42Q2wqZoLIIXJnT/XF2s2CjuK8Nl4a3mmTxQQ=="
},
+ "System.Diagnostics.EventLog": {
+ "type": "Transitive",
+ "resolved": "8.0.1",
+ "contentHash": "n1ZP7NM2Gkn/MgD8+eOT5MulMj6wfeQMNS2Pizvq5GHCZfjlFMXV2irQlQmJhwA2VABC57M0auudO89Iu2uRLg=="
+ },
"System.IdentityModel.Tokens.Jwt": {
"type": "Transitive",
"resolved": "8.16.0",
@@ -1357,16 +747,51 @@
"resolved": "10.0.10",
"contentHash": "7WX0W96y3dpQdYG4sEGdh38g3/0lOD4/dKbn2rRVOVzKhzoZUn2gKNIKaFeKWs8RCbpFfmmEWsRhSy95hMpvqA=="
},
+ "System.Memory": {
+ "type": "Transitive",
+ "resolved": "4.5.5",
+ "contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw=="
+ },
"System.Memory.Data": {
"type": "Transitive",
"resolved": "6.0.0",
- "contentHash": "ntFHArH3I4Lpjf5m4DCXQHJuGwWPNVJPaAvM95Jy/u+2Yzt2ryiyIN04LAogkjP9DeRcEOiviAjQotfmPq/FrQ=="
+ "contentHash": "ntFHArH3I4Lpjf5m4DCXQHJuGwWPNVJPaAvM95Jy/u+2Yzt2ryiyIN04LAogkjP9DeRcEOiviAjQotfmPq/FrQ==",
+ "dependencies": {
+ "System.Text.Json": "6.0.0"
+ }
},
"System.Net.ServerSentEvents": {
"type": "Transitive",
"resolved": "10.0.10",
"contentHash": "1m3dGOl5YI9VhOE+MPCSII+WXZcyYVr5D/UbBifOUxkrx2npczhWjdl0PYZ1tMGygVce1mIfUDhdM1LBiEQFNw=="
},
+ "System.Numerics.Vectors": {
+ "type": "Transitive",
+ "resolved": "4.5.0",
+ "contentHash": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ=="
+ },
+ "System.Reflection.Metadata": {
+ "type": "Transitive",
+ "resolved": "8.0.0",
+ "contentHash": "ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==",
+ "dependencies": {
+ "System.Collections.Immutable": "8.0.0"
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe": {
+ "type": "Transitive",
+ "resolved": "6.0.0",
+ "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
+ },
+ "System.Security.AccessControl": {
+ "type": "Transitive",
+ "resolved": "5.0.0",
+ "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "5.0.0",
+ "System.Security.Principal.Windows": "5.0.0"
+ }
+ },
"System.Security.Cryptography.Pkcs": {
"type": "Transitive",
"resolved": "8.0.1",
@@ -1377,6 +802,11 @@
"resolved": "8.0.0",
"contentHash": "+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg=="
},
+ "System.Security.Principal.Windows": {
+ "type": "Transitive",
+ "resolved": "5.0.0",
+ "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA=="
+ },
"System.Text.Encodings.Web": {
"type": "Transitive",
"resolved": "10.0.10",
@@ -1391,6 +821,16 @@
"System.Text.Encodings.Web": "10.0.10"
}
},
+ "System.Threading.Tasks.Extensions": {
+ "type": "Transitive",
+ "resolved": "4.5.4",
+ "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg=="
+ },
+ "System.ValueTuple": {
+ "type": "Transitive",
+ "resolved": "4.5.0",
+ "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ=="
+ },
"Testcontainers": {
"type": "Transitive",
"resolved": "4.13.0",
@@ -1398,6 +838,7 @@
"dependencies": {
"Docker.DotNet.Enhanced": "4.3.3",
"Docker.DotNet.Enhanced.X509": "4.3.3",
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.3",
"SSH.NET": "2025.1.0",
"SharpZipLib": "1.4.2"
}
@@ -1470,7 +911,10 @@
}
},
"Healthie.NET.Abstractions": {
- "type": "Project"
+ "type": "Project",
+ "dependencies": {
+ "Microsoft.Extensions.Hosting.Abstractions": "[8.0.1, )"
+ }
},
"Healthie.NET.AI": {
"type": "Project",
@@ -1524,7 +968,8 @@
"type": "Project",
"dependencies": {
"Cronos": "[0.13.0, )",
- "Healthie.NET.Abstractions": "[1.0.0, )"
+ "Healthie.NET.Abstractions": "[1.0.0, )",
+ "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.29, )"
}
},
"Healthie.NET.Hangfire": {
@@ -1546,8 +991,8 @@
"dependencies": {
"Healthie.NET.Abstractions": "[1.0.0, )",
"Microsoft.Extensions.AI.Abstractions": "[10.8.3, )",
- "ModelContextProtocol": "[2.0.0, )",
- "ModelContextProtocol.AspNetCore": "[2.0.0, )"
+ "ModelContextProtocol": "[2.1.0, )",
+ "ModelContextProtocol.AspNetCore": "[2.1.0, )"
}
},
"Healthie.NET.Postgres": {
@@ -1561,6 +1006,7 @@
"type": "Project",
"dependencies": {
"Healthie.NET.Abstractions": "[1.0.0, )",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.2, )",
"Quartz.Extensions.DependencyInjection": "[3.19.1, )",
"Quartz.Extensions.Hosting": "[3.19.1, )"
}
@@ -1569,7 +1015,7 @@
"type": "Project",
"dependencies": {
"Healthie.NET.Abstractions": "[1.0.0, )",
- "StackExchange.Redis": "[3.0.25, )"
+ "StackExchange.Redis": "[3.1.13, )"
}
},
"Healthie.NET.Relational": {
@@ -1610,7 +1056,14 @@
"type": "CentralTransitive",
"requested": "[6.0.2, )",
"resolved": "6.0.2",
- "contentHash": "/XZiRId4Ilar/OqjGKdxkZWfW97ekeT0wgiWNjGdqf8pPxiK508//Zkc0xrKMDOqchFT7B/oqAoQ+Vrx1txpPQ=="
+ "contentHash": "/XZiRId4Ilar/OqjGKdxkZWfW97ekeT0wgiWNjGdqf8pPxiK508//Zkc0xrKMDOqchFT7B/oqAoQ+Vrx1txpPQ==",
+ "dependencies": {
+ "Microsoft.Extensions.Caching.Memory": "3.1.0",
+ "Microsoft.Extensions.Configuration.Binder": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection": "6.0.1",
+ "Microsoft.Extensions.Hosting.Abstractions": "3.1.0",
+ "Microsoft.Extensions.Logging.Abstractions": "3.1.0"
+ }
},
"Cronos": {
"type": "CentralTransitive",
@@ -1636,7 +1089,15 @@
"Azure.Core": "1.44.1",
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"Microsoft.Bcl.HashCode": "1.1.0",
- "System.Configuration.ConfigurationManager": "6.0.0"
+ "System.Buffers": "4.5.1",
+ "System.Collections.Immutable": "1.7.0",
+ "System.Configuration.ConfigurationManager": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "8.0.1",
+ "System.Memory": "4.5.5",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0",
+ "System.Threading.Tasks.Extensions": "4.5.4",
+ "System.ValueTuple": "4.5.0"
}
},
"Microsoft.Data.SqlClient": {
@@ -1649,6 +1110,7 @@
"Microsoft.Data.SqlClient.Extensions.Abstractions": "[7.0.2, 8.0.0)",
"Microsoft.Data.SqlClient.Internal.Logging": "[7.0.2, 8.0.0)",
"Microsoft.Data.SqlClient.SNI.runtime": "[6.0.2, 7.0.0)",
+ "Microsoft.Extensions.Caching.Memory": "8.0.1",
"Microsoft.IdentityModel.JsonWebTokens": "8.16.0",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.16.0",
"Microsoft.SqlServer.Server": "[1.0.0, 2.0.0)",
@@ -1691,6 +1153,24 @@
"resolved": "10.0.10",
"contentHash": "z/2xXlFw2aLGjHyEm6E0tQ+In6VfzQzTrtArbQ2c0TQE16ZbyDCMGPvaUT9I0s8rgy9sRWlU2P9waW37qV04qA=="
},
+ "Microsoft.Extensions.Diagnostics.HealthChecks": {
+ "type": "CentralTransitive",
+ "requested": "[8.0.29, )",
+ "resolved": "8.0.29",
+ "contentHash": "CKaXBomiwjwo+HQv8WhCPVW8LwNP8pVu6nKzRxh23qgOMVNJeerPgxfHaBniFJsFnBzsq9ntu6nXk77CbYvkHA==",
+ "dependencies": {
+ "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.29",
+ "Microsoft.Extensions.Hosting.Abstractions": "8.0.1",
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.3",
+ "Microsoft.Extensions.Options": "8.0.2"
+ }
+ },
+ "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": {
+ "type": "CentralTransitive",
+ "requested": "[8.0.29, )",
+ "resolved": "8.0.29",
+ "contentHash": "HSabrcvae+5j1CYW4MJa8CC9Wd4ZX1l9ImldPjiDeTmcdgfi6XvEuWFLncj/xB2FiVuOVlMAssMWiICPxZnEJA=="
+ },
"Microsoft.Extensions.Hosting.Abstractions": {
"type": "CentralTransitive",
"requested": "[8.0.1, )",
@@ -1720,22 +1200,22 @@
},
"ModelContextProtocol": {
"type": "CentralTransitive",
- "requested": "[2.0.0, )",
- "resolved": "2.0.0",
- "contentHash": "X/KDNZDP9Zgs7YXXxxpKiDMWWPXYrs764lVgc6vEM4pCg87bYz4VaceeiKW91XDTGgUvIbmRYXgWqyNpV32xRg==",
+ "requested": "[2.1.0, )",
+ "resolved": "2.1.0",
+ "contentHash": "Oa4rU7EL9C2qyFjQj1dx+ysGMzfWDRpM8RRaUMmLGs5vPvfJ9xyz4ZtyF4ychY+Nx1b/auGCqIQLqSz/IpPkKA==",
"dependencies": {
"Microsoft.Extensions.Caching.Abstractions": "10.0.10",
"Microsoft.Extensions.Hosting.Abstractions": "10.0.10",
- "ModelContextProtocol.Core": "[2.0.0]"
+ "ModelContextProtocol.Core": "[2.1.0]"
}
},
"ModelContextProtocol.AspNetCore": {
"type": "CentralTransitive",
- "requested": "[2.0.0, )",
- "resolved": "2.0.0",
- "contentHash": "dXrB7sBpQjUQU0UcdyFPJbOTFw7yaceD+OgAZVAeBveRzbiBlg89jEygAtcgOwd/L+O+YpM98zfwaXz067NFDQ==",
+ "requested": "[2.1.0, )",
+ "resolved": "2.1.0",
+ "contentHash": "yhJ8bBXIgrX0mAgRYRgzcbH3bLdv3MDSkG52utRW9EAAtQrPw/g7Q/T6EurxKV+L+Zefv8VVUYcNbXEOd9GgfA==",
"dependencies": {
- "ModelContextProtocol": "[2.0.0]"
+ "ModelContextProtocol": "[2.1.0]"
}
},
"Npgsql": {
@@ -1744,6 +1224,7 @@
"resolved": "10.0.3",
"contentHash": "7nb5YzXuvWWJxB0J8DiyL3we+X4FOctZrt0fIBnucOIaIevFEEwGQVZKtiu9olXdlNAK1eNgqSral6r/jlhI4w==",
"dependencies": {
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
"System.Diagnostics.DiagnosticSource": "9.0.11"
}
},
@@ -1753,6 +1234,8 @@
"resolved": "3.19.1",
"contentHash": "6UKrPvWQBgOslVnhD6OgFBjBA3kO7kUc4bM2EXG8b+vSgB/EHqVP8cLOb9RePZQJb5OJeNunN9dNEmGLpg5wuw==",
"dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
+ "Microsoft.Extensions.Options": "8.0.0",
"Quartz": "3.19.1"
}
},
@@ -1762,6 +1245,7 @@
"resolved": "3.19.1",
"contentHash": "gp6EUrreKcU/Az6b2bZNeebxJWMrmlLItXRmR9nX9zUSmMzQTIDWR7NTm3SsdmsoDBbrIU9vhkLD3uv1y5mMzA==",
"dependencies": {
+ "Microsoft.Extensions.Hosting.Abstractions": "8.0.0",
"Quartz.Extensions.DependencyInjection": "3.19.1"
}
},
@@ -1773,12 +1257,12 @@
},
"StackExchange.Redis": {
"type": "CentralTransitive",
- "requested": "[3.0.25, )",
- "resolved": "3.0.25",
- "contentHash": "ak+9jk7f5oE25gBaCT7Epr8jYD3EyTEuMr5oxlY8EZE7o01xcaGLWTg+xeE6PaRV1ko9/fMdlvSEjdrdgpBb0g==",
+ "requested": "[3.1.13, )",
+ "resolved": "3.1.13",
+ "contentHash": "OvhFdV2ucee2hnN2v2EOcOTMvIzGsq1PX4kAbIYC8cax+MyabSa7Eu3hWY6D//SbxzZQ/eYFvD8Tvg+pK+969g==",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "10.0.5",
- "RESPite": "3.0.25",
+ "RESPite": "3.1.13",
"System.IO.Hashing": "10.0.5",
"System.IO.Pipelines": "10.0.5"
}
@@ -1790,6 +1274,7 @@
"contentHash": "C/RVMPIvZHa7pnvPle6dvJTF6kL9QaIt4Rr0oLzZ3vYHLfBO+SpVMYOMs5HhlJWIW95zPvEMVmXyLNTQLkX+nQ==",
"dependencies": {
"Google.Protobuf": "3.26.1",
+ "Microsoft.Extensions.Logging.Abstractions": "2.2.0",
"NexusRpc": "0.3.0"
}
}