Skip to content

Commit 9f96580

Browse files
committed
Add blank sample with only implicit usings
1 parent c639b39 commit 9f96580

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

src/Demo/Hello.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#:property ImplicitUsings=true
2+
3+
Console.WriteLine("Hello, World!");

src/Demo/Mcp.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#:property Title=LaTeX to Image MCP
22
#:property Version=0.5.0
3+
#:property ImplicitUsings=true
34
45
#:package [email protected].*
56
#:package [email protected].*

src/Demo/Properties/launchSettings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
},
66
"Mcp.cs": {
77
"commandName": "Project"
8+
},
9+
"Hello.cs": {
10+
"commandName": "Project"
811
}
912
}
1013
}

0 commit comments

Comments
 (0)