XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEExtension.NetCore.VSIX

【VSIX】XFEExtension的Visual Studio扩展

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFEExtension.NetCore.VSIX

适配新版的AutoConfig

c1b2f1f
XFE工作室室长 <mail@xfegzs.com>
提交于

代码差异

4 个文件 +8 -16
Modified XFEExtension.NetCore.VSIX/ReleaseNotes.txt +1 -1
@@ -1,4 +1,4 @@
1 Fix: fix static modifyer for vm code snippest
1 Fix: adapt to new version of XFEExtension.NetCore.AutoConfig
2 2
3 3 Change: None
4 4
Modified XFEExtension.NetCore.VSIX/XFEExtension CodeSnippets/XFEExtension CSharp/acd.snippet +3 -7
@@ -22,12 +22,6 @@
22 22 </Import>
23 23 </Imports>
24 24 <Declarations>
25 <Literal Editable="false">
26 <ID>profiletype</ID>
27 <ToolTip>Profile Value Type</ToolTip>
28 <Function>ClassName()</Function>
29 <Default>ClassNamePlaceholder</Default>
30 </Literal>
31 25 <Literal>
32 26 <ID>keytype</ID>
33 27 <ToolTip>Dictinoary Key Type</ToolTip>
@@ -46,7 +40,9 @@
46 40 </Declarations>
47 41 <Code Language="csharp">
48 42 <![CDATA[[ProfileProperty]
49 private ProfileDictionary<$profiletype$, $keytype$, $valuetype$> $name$;$end$]]>
43 [ProfilePropertyAddGet("Current.$name$.CurrentProfile = Current")]
44 [ProfilePropertyAddGet("return Current.$name$")]
45 private ProfileDictionary<$keytype$, $valuetype$> $name$;$end$]]>
50 46 </Code>
51 47 </Snippet>
52 48 </CodeSnippet>
Modified XFEExtension.NetCore.VSIX/XFEExtension CodeSnippets/XFEExtension CSharp/acl.snippet +3 -7
@@ -22,12 +22,6 @@
22 22 </Import>
23 23 </Imports>
24 24 <Declarations>
25 <Literal Editable="false">
26 <ID>profiletype</ID>
27 <ToolTip>Profile Value Type</ToolTip>
28 <Function>ClassName()</Function>
29 <Default>ClassNamePlaceholder</Default>
30 </Literal>
31 25 <Literal>
32 26 <ID>valuetype</ID>
33 27 <ToolTip>List Value Type</ToolTip>
@@ -41,7 +35,9 @@
41 35 </Declarations>
42 36 <Code Language="csharp">
43 37 <![CDATA[[ProfileProperty]
44 private ProfileList<$profiletype$, $valuetype$> $name$;$end$]]>
38 [ProfilePropertyAddGet("Current.$name$.CurrentProfile = Current")]
39 [ProfilePropertyAddGet("return Current.$name$")]
40 private ProfileList<$valuetype$> $name$;$end$]]>
45 41 </Code>
46 42 </Snippet>
47 43 </CodeSnippet>
Modified XFEExtension.NetCore.VSIX/source.extension.vsixmanifest +1 -1
@@ -1,7 +1,7 @@
1 1 <?xml version="1.0" encoding="utf-8"?>
2 2 <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3 3 <Metadata>
4 <Identity Id="XFEExtension.NetCore.VSIX.26e90afd-9260-4229-819a-61538e0198f7" Version="0.2.3" Language="zh-CN" Publisher="XFEstudio" />
4 <Identity Id="XFEExtension.NetCore.VSIX.26e90afd-9260-4229-819a-61538e0198f7" Version="0.2.4" Language="zh-CN" Publisher="XFEstudio" />
5 5 <DisplayName>XFEExtension.NetCore.VSIX</DisplayName>
6 6 <Description xml:space="preserve">A Extension VSIX package based on the XFEExtenison.NetCore Nuget Package</Description>
7 7 <License>LICENSE.txt</License>