Configure project for NuGet packaging and implement WithData for chainable ViewData updates

This commit is contained in:
Developer 02
2024-04-17 16:55:53 +02:00
parent 82da3586a5
commit 217f4049db
196 changed files with 3070 additions and 90 deletions

View File

@@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "Ng655q2G++xx7UIt9gr/OWTyrrPAc0GMA1Zk3E9z5lalMZ+0ws2D/LN+jWmxYyLvAX9/sl6jPsWi+zpfE5P1Zg==",
"dgSpecHash": "Qyy0ewwX8b7BiqESSzh2Ry+6wOCVtTdArIjIXLb/4jI8jc7qKyoxNQrtrO0Gs5rATfA0WGd8VD4I03sDyI89NA==",
"success": true,
"projectFilePath": "E:\\TekH\\Visual Studio\\WebCoreModules\\DigitalData.Core.Application\\DigitalData.Core.Application.csproj",
"expectedPackageFiles": [
@@ -34,5 +34,12 @@
"C:\\Users\\tekh\\.nuget\\packages\\system.security.permissions\\7.0.0\\system.security.permissions.7.0.0.nupkg.sha512",
"C:\\Users\\tekh\\.nuget\\packages\\system.windows.extensions\\7.0.0\\system.windows.extensions.7.0.0.nupkg.sha512"
],
"logs": []
"logs": [
{
"code": "NU1803",
"level": "Warning",
"warningLevel": 1,
"message": "You are running the 'restore' operation with an 'HTTP' source, 'http://localhost:5000/v3/index.json'. Non-HTTPS access will be removed in a future version. Consider migrating to an 'HTTPS' source."
}
]
}