-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #101 from egvijayanand/working
Updated version of MauiTemplates CLI package
- Loading branch information
Showing
12 changed files
with
115 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
src/MauiTemplatesCLI/MyClass/.template.config/dotnetcli.host.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"$schema": "http://json.schemastore.org/dotnetcli.host", | ||
"symbolInfo": { | ||
"namespace": { | ||
"shortName": "na" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"$schema": "http://json.schemastore.org/vs-2017.3.host" | ||
} |
43 changes: 43 additions & 0 deletions
43
src/MauiTemplatesCLI/MyClass/.template.config/template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"$schema": "https://json.schemastore.org/template", | ||
"author": "Vijay Anand E G", | ||
"defaultName": "Class1", | ||
"classifications": [ | ||
"Code" | ||
], | ||
"identity": "VijayAnand.MyClass", | ||
"groupIdentity": "VijayAnand.MauiTemplates.Class.Code", | ||
"description": "An item template for Partial Class in C#", | ||
"name": "Partial Class", | ||
"shortName": "class", | ||
"sourceName": "MyClass.1", | ||
"primaryOutputs": [ | ||
{ | ||
"path": "MyClass.1.cs" | ||
} | ||
], | ||
"tags": { | ||
"language": "C#", | ||
"type": "item" | ||
}, | ||
"symbols": { | ||
"namespace": { | ||
"type": "bind", | ||
"binding": "msbuild:RootNamespace", | ||
"replaces": "MyApp.Namespace", | ||
"defaultValue": "MyApp.Namespace" | ||
} | ||
}, | ||
"constraints": { | ||
"dotnet7-sts": { | ||
"type": "sdk-version", | ||
"args": [ | ||
"[7.0,)" | ||
] | ||
}, | ||
"csharp-only": { | ||
"type": "project-capability", | ||
"args": "CSharp" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
namespace MyApp.Namespace | ||
{ | ||
public partial class MyClass__1 | ||
{ | ||
public MyClass__1() | ||
{ | ||
|
||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.3.1 | ||
2.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters