-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathTestCop.nuspec
More file actions
109 lines (108 loc) · 5.8 KB
/
TestCop.nuspec
File metadata and controls
109 lines (108 loc) · 5.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Resharper.TestCop.R9</id>
<version>0.0.0-internal</version>
<title>TestCop for ReSharper 2024</title>
<authors>Alcaeus</authors>
<description>Easily switch between unit tests and code. Create missing associated files. Includes highlightings and test templates to keep test projects neat and tidy. Works with NUnit, MSTest, xUnit ...</description>
<releaseNotes>
1.10.21.243 Recompiled with R# SDK 2024.3.0
1.10.21.2 Recompiled with R# SDK 2023.3.2
1.10.21.0 Recompiled with R# SDK 2023.3.1
1.10.20.0 Recompiled with R# SDK 2023.2.0
1.10.19.0 Recompiled with R# SDK 2023.1.0
1.10.18.0 Recompiled with R# SDK 2022.2.3
1.10.17.1 Recompiled with R# SDK 2022.2.2
1.10.17.0-EAP Recompiled with R# SDK 2022.2.0-eap06
1.10.16.0 Recompiled with R# SDK 2022.1.0
1.10.15.7 Fixed focus issue when logging output
1.10.15.6 Recompiled with R# SDK 2021.3.1
1.10.15.5-EAP Recompiled with R# SDK 2021.3.0-eap07 and applied api changes
1.10.15.4-EAP Recompiled with R# SDK 2021.3.0-eap05 and migrated to R# DTE wrapper
1.10.15.3-EAP Recompiled with R# SDK 2021.3.0-eap03 and removed explicit DTE dependencies
1.10.15.2-EAP BugFix - Fix automatic shortcut assignment
1.10.15.1-EAP Recompiled with R# SDK 2021.3.0-eap01
1.10.14.1 Upgraded to .NET 4.7.2 and Recompiled with R# SDK 2021.2
1.10.13.1 R#2021.1 Recompiled
1.10.12.1 R#2020.3 Recompiled
1.10.11.2 bug fix for R# option severity screen
1.10.11.1 R#2020.2 Recompiled
1.10.10.3 BugFix - excludes project output from orphaned files scan
1.10.10.2 Highlighting config fix RSRP-476959
1.10.10.1 R#2020.1 Recompiled
1.10.9.1 R#2019.3.1 Recompiled
1.10.8.1 R#2019.2.1 Recompiled
1.10.7.1 R#2019.1.1 Recompiled
1.10.6.4 R#2018.3.2 Recompiled
1.10.6.3 R#2018.3 Recompile
1.10.6.2 R#2018.2 Recompile
1.10.6.1 R#2018.1 Recompile
1.10.5.1 R#2017.3 Recompile
1.10.4.7 Ignores virtual folders when deriving target folder (Issue#11)
1.10.4.6 Replaced assert in code with error msg (Issue#11)
1.10.4.5 Changes to support non-namespace folders in project
1.10.4.4 Bug fix corrected template selection
1.10.4.3 R#2017.2 recompile
1.10.4.2 Refactor of logic and bug fix for find matching test files when no direct reference present
1.10.4.1 R#2017.1 recompile
1.10.3.3 R#2016.3 recompile
1.10.3.2-EAP R#2016.3 recompile
1.10.3.1 R#2016.2 recompile
1.10.3.0 R#2016.2 recompile
1.10.2.1 Rename Refactoring supports rename of any class within file finding associated test files
1.10.2.0 Rename Refactoring skips rename of secondary class within file
1.10.1.0 R#2016.1 recompile
1.10.0.9-EAP R#10.1 EAP recompile
1.10.0.8-EAP R#10.1 EAP recompile
1.10.0.7 Able to override keyboard shortcut for running tests
1.10.0.6 Support partial test classes. Trailing .* is ignored for partial class files e.g. MyClassTests.partial.cs or MyClass.SecurityTests.fixture.cs
1.10.0.5 Move test file now preserves file name in all cases
1.10.0.3 Added the test templates back into the build (template for when testcop creates the test class)
1.10.0.1 Added ability to run associated unit tests
1.10.0.0 Recompiled with R#10
1.9.2.4 Only checks test files within recognised Test projects
1.9.2.3 Added support for // Resharper Disable
1.9.2.2 Internal code cleanup
1.9.2.1 Rename refactor bug fix for associated test files
1.9.2.0 Recompiled with R#9.2
1.9.2.0-Beta Recompiled with R#9.2 - however tests need rework
1.9.1.3 Added ability to run associated unit tests
1.9.1.2 Added document links to dialog
1.9.1.1 Adding unit test file templates
1.9.1.0 Rebuilt with R#9.1
1.9.0.2 Bug fixes for strategy using the regex from default strategy for test assembly identification.
1.9.0.1 Rebuilt with R#9.0 - BETA
1.8.2.7 Added support for multiple test project mapping to a single code project by using project name.
1.8.2.6 Quickfixes added to move test class to correct folder and delete orphaned files.
Test file rename refactor support added (off by default).
1.8.2.5 Support for multiple test class suffix (comma separated)
1.8.2.4 Adding support to find orphaned project files
1.8.2.3 Support added for solutions with a single test project for all code projects.
1.8.2.2 Beta. Refactor of code. Supported added for single test project for all code projects within solution
1.8.2.1 -
1.8.2.0 Rebuilt with R#8.2
1.8.2.0-EAP Puts exact match first in list when switching from test to code
1.8.1.9 Minor bug fix to file template selection within settings dialog
1.8.1.8 Now ignores nested test classes
1.8.1.7 Fixed Memory Leak
1.8.1.6 Added support for multiple test project mapping to a single code project. Can now turn off 'must be public' warnings.
</releaseNotes>
<projectUrl>https://github.com/testcop/Resharper.TestCop/</projectUrl>
<licenseUrl>https://github.com/testcop/Resharper.TestCop</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/testcop/Resharper.TestCop/master/Project/Src/TestCop.Plugin/resources/agent48x48.png</iconUrl>
<icon>images\agent48x48.png</icon>
<copyright>Copyright © 2013-2018</copyright>
<dependencies>
<dependency id="Wave" version="[$WAVEID$.0.0]"/>
</dependencies>
<tags>resharper unittest xunit nunit mstest tdd c# template</tags>
</metadata>
<files>
<file src="..\..\..\resources\agent48x48.png" target="images" />
<file src="Resharper.Testcop.dll" target="dotFiles" />
<file src="Resharper.TestCop.pdb" target="dotFiles\" />
<file src="..\..\..\ResharperTemplates\templates.DotSettings"
target="dotFiles\Extensions\Resharper.TestCop.R9\settings\" />
</files>
</package>