refact
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/packages/
|
/packages/
|
||||||
/bin/
|
/bin/
|
||||||
/obj/
|
/obj/
|
||||||
|
appsettings.Testing.json
|
||||||
|
10
.vscode/launch.json
vendored
@ -9,7 +9,7 @@
|
|||||||
"type": "coreclr",
|
"type": "coreclr",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"preLaunchTask": "build",
|
"preLaunchTask": "build",
|
||||||
"program": "${workspaceFolder}/bin/Debug/netcoreapp2.1/nuget-host.dll",
|
"program": "${workspaceFolder}/src/nuget-host/bin/Debug/netcoreapp2.1/nuget-host.dll",
|
||||||
"args": [],
|
"args": [],
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}",
|
||||||
"stopAtEntry": false,
|
"stopAtEntry": false,
|
||||||
@ -22,7 +22,7 @@
|
|||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
},
|
},
|
||||||
"sourceFileMap": {
|
"sourceFileMap": {
|
||||||
"/Views": "${workspaceFolder}/Views"
|
"/Views": "${workspaceFolder}/src/nuget-host/Views"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -30,9 +30,9 @@
|
|||||||
"type": "coreclr",
|
"type": "coreclr",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"preLaunchTask": "build",
|
"preLaunchTask": "build",
|
||||||
"program": "${workspaceFolder}/bin/Debug/netcoreapp2.1/nuget-host.dll",
|
"program": "${workspaceFolder}/src/nuget-host/bin/Debug/netcoreapp2.1/nuget-host.dll",
|
||||||
"args": [],
|
"args": [],
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}/src/nuget-host/",
|
||||||
"stopAtEntry": false,
|
"stopAtEntry": false,
|
||||||
"requireExactSource": false,
|
"requireExactSource": false,
|
||||||
"serverReadyAction": {
|
"serverReadyAction": {
|
||||||
@ -43,7 +43,7 @@
|
|||||||
"ASPNETCORE_ENVIRONMENT": "Production"
|
"ASPNETCORE_ENVIRONMENT": "Production"
|
||||||
},
|
},
|
||||||
"sourceFileMap": {
|
"sourceFileMap": {
|
||||||
"/Views": "${workspaceFolder}/Views"
|
"/Views": "${workspaceFolder}/src/nuget-host/Views"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"msbuild": {
|
"msbuild": {
|
||||||
"useBundledOnly": false,
|
|
||||||
"Configuration": "Debug",
|
"Configuration": "Debug",
|
||||||
"CscToolPath": "/usr/bin",
|
"CscToolPath": "/usr/bin",
|
||||||
"CscToolExe": "csc"
|
"CscToolExe": "csc"
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"Nuget": {
|
"Nuget": {
|
||||||
"ExternalUrl" : "<http://localhost:5000/packages",
|
|
||||||
"PackagesRootDir" : "packages",
|
"PackagesRootDir" : "packages",
|
||||||
"MaxUserKeyCount": 5
|
"MaxUserKeyCount": 5
|
||||||
},
|
},
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"RootApiKeySecret": "<your-root-api-clear-key>",
|
"RootApiKeySecret": "<your-root-api-clear-key>",
|
||||||
"Nuget": {
|
"Nuget": {
|
||||||
"ExternalUrl" : "<http://your-external.url",
|
|
||||||
"PackagesRootDir" : "<your-Source-dir>",
|
"PackagesRootDir" : "<your-Source-dir>",
|
||||||
"ProtectionTitle": "protected-data-v1",
|
"ProtectionTitle": "protected-data-v1",
|
||||||
"MaxUserKeyCount": 1
|
"MaxUserKeyCount": 1
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |