Updated the Readme
This commit is contained in:
Родитель
23ae738520
Коммит
6dacc41eb0
23
README.md
23
README.md
|
@ -1,2 +1,21 @@
|
|||
# nunit.templates
|
||||
Visual Studio project & item templates and snippets
|
||||
# NUnit Visual Studio Templates
|
||||
|
||||
An extension that adds Project and Item templates to Visual Studio
|
||||
along with Code Snippets to make unit testing with NUnit 3 easier.
|
||||
We currently only plan to add templates for NUnit 3, but will add
|
||||
templates for NUnit 2.6.4 if there is demand.
|
||||
|
||||
This project is build using [SideWaffle](http://sidewaffle.com/), many
|
||||
thanks for their great work.
|
||||
|
||||
## Content
|
||||
|
||||
The project currently provides the following templates.
|
||||
|
||||
### Project Templates
|
||||
|
||||
- NUnit 3 Unit Test Project (C#)
|
||||
|
||||
### Item Templates
|
||||
|
||||
### Code Snippets
|
||||
|
|
19
Rebracer.xml
19
Rebracer.xml
|
@ -10,13 +10,13 @@
|
|||
<ToolsOptionsCategory name="Environment">
|
||||
<ToolsOptionsSubCategory name="TaskList">
|
||||
<PropertyValue name="CommentTokens" ArrayType="VT_VARIANT" ArrayElementCount="4">
|
||||
<PropertyValue name="0">TODO:2</PropertyValue>
|
||||
<PropertyValue name="1">HACK:2</PropertyValue>
|
||||
<PropertyValue name="0">HACK:2</PropertyValue>
|
||||
<PropertyValue name="1">TODO:2</PropertyValue>
|
||||
<PropertyValue name="2">UNDONE:2</PropertyValue>
|
||||
<PropertyValue name="3">UnresolvedMergeConflict:3</PropertyValue>
|
||||
</PropertyValue>
|
||||
<PropertyValue name="ConfirmTaskDeletion">true</PropertyValue>
|
||||
<PropertyValue name="DontShowFilePaths">true</PropertyValue>
|
||||
<PropertyValue name="ConfirmTaskDeletion">false</PropertyValue>
|
||||
<PropertyValue name="DontShowFilePaths">false</PropertyValue>
|
||||
<PropertyValue name="WarnOnAddingHiddenItem">false</PropertyValue>
|
||||
</ToolsOptionsSubCategory>
|
||||
</ToolsOptionsCategory>
|
||||
|
@ -24,6 +24,11 @@
|
|||
<ToolsOptionsSubCategory name="CSharp-Specific">
|
||||
<PropertyValue name="AutoComment">1</PropertyValue>
|
||||
<PropertyValue name="BringUpOnIdentifier">1</PropertyValue>
|
||||
<PropertyValue name="ClosedFileDiagnostics">1</PropertyValue>
|
||||
<PropertyValue name="DisplayLineSeparators">0</PropertyValue>
|
||||
<PropertyValue name="EnableHighlightRelatedKeywords">1</PropertyValue>
|
||||
<PropertyValue name="ExtractMethod_AllowMovingDeclaration">0</PropertyValue>
|
||||
<PropertyValue name="ExtractMethod_DoNotPutOutOrRefOnStruct">1</PropertyValue>
|
||||
<PropertyValue name="Formatting_TriggerOnBlockCompletion">1</PropertyValue>
|
||||
<PropertyValue name="Formatting_TriggerOnPaste">1</PropertyValue>
|
||||
<PropertyValue name="Formatting_TriggerOnStatementCompletion">1</PropertyValue>
|
||||
|
@ -48,6 +53,7 @@
|
|||
<PropertyValue name="NewLines_Keywords_Finally">1</PropertyValue>
|
||||
<PropertyValue name="NewLines_ObjectInitializer_EachMember">1</PropertyValue>
|
||||
<PropertyValue name="NewLines_QueryExpression_EachClause">1</PropertyValue>
|
||||
<PropertyValue name="RenameTrackingPreview">1</PropertyValue>
|
||||
<PropertyValue name="ShowKeywords">1</PropertyValue>
|
||||
<PropertyValue name="ShowSnippets">1</PropertyValue>
|
||||
<PropertyValue name="SortUsings_PlaceSystemFirst">1</PropertyValue>
|
||||
|
@ -74,6 +80,11 @@
|
|||
<PropertyValue name="Space_WithinMethodDeclarationParentheses">0</PropertyValue>
|
||||
<PropertyValue name="Space_WithinOtherParentheses">0</PropertyValue>
|
||||
<PropertyValue name="Space_WithinSquares">0</PropertyValue>
|
||||
<PropertyValue name="Style_PreferIntrinsicPredefinedTypeKeywordInDeclaration">1</PropertyValue>
|
||||
<PropertyValue name="Style_PreferIntrinsicPredefinedTypeKeywordInMemberAccess">1</PropertyValue>
|
||||
<PropertyValue name="Style_QualifyMemberAccessWithThisOrMe">0</PropertyValue>
|
||||
<PropertyValue name="Style_UseVarWhenDeclaringLocals">1</PropertyValue>
|
||||
<PropertyValue name="WarnOnBuildErrors">1</PropertyValue>
|
||||
<PropertyValue name="Wrapping_IgnoreSpacesAroundBinaryOperators">0</PropertyValue>
|
||||
<PropertyValue name="Wrapping_IgnoreSpacesAroundVariableDeclaration">0</PropertyValue>
|
||||
<PropertyValue name="Wrapping_KeepStatementsOnSingleLine">1</PropertyValue>
|
||||
|
|
|
@ -9,10 +9,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.tests", "nunit.tests\
|
|||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39D2EB51-A8A5-4D66-8F0C-791620FB5EF3}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
.editorconfig = .editorconfig
|
||||
.gitattributes = .gitattributes
|
||||
.gitignore = .gitignore
|
||||
LICENSE = LICENSE
|
||||
README.md = README.md
|
||||
Rebracer.xml = Rebracer.xml
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
|
|
Загрузка…
Ссылка в новой задаче