Skip to content

Commit

Permalink
Apply prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekrey committed May 31, 2024
1 parent 43fc24a commit 5d166e6
Show file tree
Hide file tree
Showing 49 changed files with 1,719 additions and 1,314 deletions.
55 changes: 30 additions & 25 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Generator",
"program": "${workspaceFolder}\\typescript-axios\\node_modules/@openapitools/openapi-generator-cli/bin/openapi-generator",
"args": [
"generate", "-i", "schemas/petstore.yaml", "-g", "typescript-axios", "-o", "typescript-axios/out.local",
"-t", "typescript-axios/templates/"
],
"outFiles": [
"${workspaceFolder}/**/*.js"
]
},
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach"
}
]
}
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Generator",
"program": "${workspaceFolder}\\typescript-axios\\node_modules/@openapitools/openapi-generator-cli/bin/openapi-generator",
"args": [
"generate",
"-i",
"schemas/petstore.yaml",
"-g",
"typescript-axios",
"-o",
"typescript-axios/out.local",
"-t",
"typescript-axios/templates/"
],
"outFiles": ["${workspaceFolder}/**/*.js"]
},
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach"
}
]
}
48 changes: 24 additions & 24 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Generate .NET Core Coverage Results",
"type": "shell",
"command": "${workspaceFolder}/eng/code-coverage/generate-code-results.ps1",
"group": "test"
},
{
"label": "View .NET Core Coverage Results",
"isBackground": true,
"type": "shell",
"command": "npx",
"args": [
"lite-server",
"-c",
"eng/code-coverage/lite-server-code-coverage-config.json"
],
"problemMatcher": []
}
]
}
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Generate .NET Core Coverage Results",
"type": "shell",
"command": "${workspaceFolder}/eng/code-coverage/generate-code-results.ps1",
"group": "test"
},
{
"label": "View .NET Core Coverage Results",
"isBackground": true,
"type": "shell",
"command": "npx",
"args": [
"lite-server",
"-c",
"eng/code-coverage/lite-server-code-coverage-config.json"
],
"problemMatcher": []
}
]
}
6 changes: 3 additions & 3 deletions eng/code-coverage/lite-server-code-coverage-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"startPath": "index.htm",
"server": { "baseDir": "./artifacts/coveragereport" }
}
"startPath": "index.htm",
"server": { "baseDir": "./artifacts/coveragereport" }
}
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:9799",
"sslPort": 44342
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"PrincipleStudios.ServerInterfacesExample.Oauth": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:9799",
"sslPort": 44342
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"PrincipleStudios.ServerInterfacesExample.Oauth": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"GitHub": {
"ClientId": "FAKE_KEY",
"ClientSecret": "FAKE_KEY"
}
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"GitHub": {
"ClientId": "FAKE_KEY",
"ClientSecret": "FAKE_KEY"
}
}
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"version": "0.2.0",
"configurations": [
{
// Use IntelliSense to find out which attributes exist for C# debugging
// Use hover for the description of the existing attributes
// For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
"name": ".NET Core Launch (web)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/bin/Debug/net6.0/PrincipleStudios.ServerInterfacesExample.dll",
"args": [],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,
// Enable launching a web browser when ASP.NET Core starts. For more information: https://aka.ms/VSCode-CS-LaunchJson-WebBrowser
"serverReadyAction": {
"action": "openExternally",
"pattern": "\\bNow listening on:\\s+(https?://\\S+)"
},
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
}
},
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach"
}
]
}
"version": "0.2.0",
"configurations": [
{
// Use IntelliSense to find out which attributes exist for C# debugging
// Use hover for the description of the existing attributes
// For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
"name": ".NET Core Launch (web)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/bin/Debug/net6.0/PrincipleStudios.ServerInterfacesExample.dll",
"args": [],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,
// Enable launching a web browser when ASP.NET Core starts. For more information: https://aka.ms/VSCode-CS-LaunchJson-WebBrowser
"serverReadyAction": {
"action": "openExternally",
"pattern": "\\bNow listening on:\\s+(https?://\\S+)"
},
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
}
},
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/PrincipleStudios.ServerInterfacesExample.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/PrincipleStudios.ServerInterfacesExample.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"--project",
"${workspaceFolder}/PrincipleStudios.ServerInterfacesExample.csproj"
],
"problemMatcher": "$msCompile"
}
]
}
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/PrincipleStudios.ServerInterfacesExample.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/PrincipleStudios.ServerInterfacesExample.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"--project",
"${workspaceFolder}/PrincipleStudios.ServerInterfacesExample.csproj"
],
"problemMatcher": "$msCompile"
}
]
}
Loading

0 comments on commit 5d166e6

Please sign in to comment.