Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"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 (console)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/Dapper.SimpleCRUDTests/bin/Debug/netcoreapp3.1/Dapper.SimpleCRUDTests.dll",
"args": [],
"cwd": "${workspaceFolder}/Dapper.SimpleCRUDTests",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
"console": "internalConsole",
"stopAtEntry": false
},
{
// 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 (console) - FluentTableMap",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/Dapper.SimpleCRUDFluentTableMap.Tests/bin/Debug/netcoreapp3.1/Dapper.SimpleCRUDFluentTableMap.Tests.dll",
"args": [],
"cwd": "${workspaceFolder}/Dapper.SimpleCRUDFluentTableMap.Tests",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
"console": "internalConsole",
"stopAtEntry": false
},
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach"
}
]
}
42 changes: 42 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/Dapper.SimpleCRUDTests/Dapper.SimpleCRUDTests.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"${workspaceFolder}/Dapper.SimpleCRUDTests/Dapper.SimpleCRUDTests.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
}
]
}
28 changes: 28 additions & 0 deletions Dapper.SimpleCRUD.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.SimpleCRUD", "Dapper
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.SimpleCRUDTests", "Dapper.SimpleCRUDTests\Dapper.SimpleCRUDTests.csproj", "{165025ED-34C7-4519-BEDC-37B2859735AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dapper.SimpleCRUDFluentTableMap", "Dapper.SimpleCRUDFluentTableMap\Dapper.SimpleCRUDFluentTableMap.csproj", "{F55831AC-F972-43C3-A742-EBB5D0908C8E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dapper.SimpleCRUDFluentTableMap.Tests", "Dapper.SimpleCRUDFluentTableMap.Tests\Dapper.SimpleCRUDFluentTableMap.Tests.csproj", "{E699CE93-AC81-4F3F-9BA5-2BC7C51DB87C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -48,6 +52,30 @@ Global
{165025ED-34C7-4519-BEDC-37B2859735AF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{165025ED-34C7-4519-BEDC-37B2859735AF}.Release|x86.ActiveCfg = Release|Any CPU
{165025ED-34C7-4519-BEDC-37B2859735AF}.Release|x86.Build.0 = Release|Any CPU
{F55831AC-F972-43C3-A742-EBB5D0908C8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F55831AC-F972-43C3-A742-EBB5D0908C8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F55831AC-F972-43C3-A742-EBB5D0908C8E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F55831AC-F972-43C3-A742-EBB5D0908C8E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F55831AC-F972-43C3-A742-EBB5D0908C8E}.Debug|x86.ActiveCfg = Debug|Any CPU
{F55831AC-F972-43C3-A742-EBB5D0908C8E}.Debug|x86.Build.0 = Debug|Any CPU
{F55831AC-F972-43C3-A742-EBB5D0908C8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F55831AC-F972-43C3-A742-EBB5D0908C8E}.Release|Any CPU.Build.0 = Release|Any CPU
{F55831AC-F972-43C3-A742-EBB5D0908C8E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F55831AC-F972-43C3-A742-EBB5D0908C8E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F55831AC-F972-43C3-A742-EBB5D0908C8E}.Release|x86.ActiveCfg = Release|Any CPU
{F55831AC-F972-43C3-A742-EBB5D0908C8E}.Release|x86.Build.0 = Release|Any CPU
{E699CE93-AC81-4F3F-9BA5-2BC7C51DB87C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E699CE93-AC81-4F3F-9BA5-2BC7C51DB87C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E699CE93-AC81-4F3F-9BA5-2BC7C51DB87C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E699CE93-AC81-4F3F-9BA5-2BC7C51DB87C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E699CE93-AC81-4F3F-9BA5-2BC7C51DB87C}.Debug|x86.ActiveCfg = Debug|Any CPU
{E699CE93-AC81-4F3F-9BA5-2BC7C51DB87C}.Debug|x86.Build.0 = Debug|Any CPU
{E699CE93-AC81-4F3F-9BA5-2BC7C51DB87C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E699CE93-AC81-4F3F-9BA5-2BC7C51DB87C}.Release|Any CPU.Build.0 = Release|Any CPU
{E699CE93-AC81-4F3F-9BA5-2BC7C51DB87C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E699CE93-AC81-4F3F-9BA5-2BC7C51DB87C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E699CE93-AC81-4F3F-9BA5-2BC7C51DB87C}.Release|x86.ActiveCfg = Release|Any CPU
{E699CE93-AC81-4F3F-9BA5-2BC7C51DB87C}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading