-
-
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 #32 from egvijayanand/working
Changes for Preview 12
- Loading branch information
Showing
82 changed files
with
757 additions
and
852 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-9 Bytes
(100%)
src/Extensions/MauiTemplates/MauiTemplates/ItemTemplates/MauiPageCS.zip
Binary file not shown.
Binary file modified
BIN
-7 Bytes
(100%)
src/Extensions/MauiTemplates/MauiTemplates/ItemTemplates/MauiPageXaml.zip
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
src/Extensions/MauiTemplates/MauiTemplates/ItemTemplates/MauiResDict.zip
Binary file not shown.
Binary file added
BIN
+6.21 KB
src/Extensions/MauiTemplates/MauiTemplates/ItemTemplates/MauiResDictXaml.zip
Binary file not shown.
Binary file modified
BIN
-8 Bytes
(100%)
src/Extensions/MauiTemplates/MauiTemplates/ItemTemplates/MauiShell.zip
Binary file not shown.
Binary file modified
BIN
-9 Bytes
(100%)
src/Extensions/MauiTemplates/MauiTemplates/ItemTemplates/MauiViewCS.zip
Binary file not shown.
Binary file modified
BIN
-7 Bytes
(100%)
src/Extensions/MauiTemplates/MauiTemplates/ItemTemplates/MauiViewXaml.zip
Binary file not shown.
35 changes: 35 additions & 0 deletions
35
src/Extensions/MauiTemplates/MauiTemplates/MauiSnippets/CSharp/asyncMethod.snippet
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,35 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> | ||
<CodeSnippet Format="1.0.0"> | ||
<Header> | ||
<Title>Async Method</Title> | ||
<Shortcut>amethod</Shortcut> | ||
<Description>Code snippet for async method</Description> | ||
<Author>Vijay Anand E G</Author> | ||
<SnippetTypes> | ||
<SnippetType>Expansion</SnippetType> | ||
<SnippetType>SurroundsWith</SnippetType> | ||
</SnippetTypes> | ||
</Header> | ||
<Snippet> | ||
<Declarations> | ||
<Literal> | ||
<ID>name</ID> | ||
<ToolTip>Method name</ToolTip> | ||
<Default>MyMethod</Default> | ||
</Literal> | ||
</Declarations> | ||
<Code Language="CSharp" Kind="method decl"> | ||
<![CDATA[private async Task $name$() | ||
{ | ||
$selected$$end$ | ||
}]]> | ||
</Code> | ||
<Imports> | ||
<Import> | ||
<Namespace>System.Threading.Tasks</Namespace> | ||
</Import> | ||
</Imports> | ||
</Snippet> | ||
</CodeSnippet> | ||
</CodeSnippets> |
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
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
Binary file modified
BIN
-1.56 KB
(98%)
src/Extensions/MauiTemplates/MauiTemplates/ProjectTemplates/MauiApp.zip
Binary file not shown.
Binary file modified
BIN
-1.55 KB
(98%)
src/Extensions/MauiTemplates/MauiTemplates/ProjectTemplates/MauiAppCS.zip
Binary file not shown.
Binary file modified
BIN
-1.58 KB
(99%)
src/Extensions/MauiTemplates/MauiTemplates/ProjectTemplates/MauiBlazorApp.zip
Binary file not shown.
Binary file modified
BIN
+105 Bytes
(100%)
src/Extensions/MauiTemplates/MauiTemplates/ProjectTemplates/MauiClassLib.zip
Binary file not shown.
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
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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,3 +1,5 @@ | ||
What's new in ver. 1.0.0.9: | ||
What's new in ver. 1.0.0.10: | ||
|
||
Templates updated to support .NET MAUI Preview 10. | ||
Templates updated to support .NET MAUI Preview 12 | ||
|
||
Added XAML only ResourceDictionary template |
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
15 changes: 15 additions & 0 deletions
15
src/ItemTemplates/MauiResDictXaml/MauiResDictXaml.vstemplate
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,15 @@ | ||
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Item"> | ||
<TemplateData> | ||
<DefaultName>MyTheme.xaml</DefaultName> | ||
<Name>Resource Dictionary (XAML only)(.NET MAUI)</Name> | ||
<Description>A page for defining resources using only XAML.</Description> | ||
<ProjectType>CSharp</ProjectType> | ||
<ProjectSubType>MAUI</ProjectSubType> | ||
<SortOrder>100</SortOrder> | ||
<Icon>__TemplateIcon.ico</Icon> | ||
</TemplateData> | ||
<TemplateContent> | ||
<References/> | ||
<ProjectItem TargetFileName="$fileinputname$.xaml" ReplaceParameters="true">MauiResDictXaml.xaml</ProjectItem> | ||
</TemplateContent> | ||
</VSTemplate> |
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,9 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<?xaml-comp compile="true" ?> | ||
<ResourceDictionary xmlns="http://schemas.microsoft.com/dotnet/2021/maui" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" | ||
xmlns:local="clr-namespace:$rootnamespace$"> | ||
<!-- | ||
Define your resources here | ||
--> | ||
</ResourceDictionary> |
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,12 @@ | ||
using Microsoft.Maui; | ||
using Microsoft.Maui.Controls; | ||
using Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific; | ||
using Application = Microsoft.Maui.Controls.Application; | ||
|
||
namespace $safeprojectname$ | ||
namespace $safeprojectname$ | ||
{ | ||
public partial class App : Application | ||
{ | ||
public App() | ||
{ | ||
InitializeComponent(); | ||
public partial class App : Application | ||
{ | ||
public App() | ||
{ | ||
InitializeComponent(); | ||
|
||
MainPage = new MainPage(); | ||
} | ||
} | ||
MainPage = new MainPage(); | ||
} | ||
} | ||
} |
Oops, something went wrong.