diff --git a/Testura.Code.UnitTestGenerator.sln b/Testura.Code.UnitTestGenerator.sln
index 3ac5c97..abbb267 100644
--- a/Testura.Code.UnitTestGenerator.sln
+++ b/Testura.Code.UnitTestGenerator.sln
@@ -1,13 +1,13 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 15
-VisualStudioVersion = 15.0.26127.3
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.30803.129
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Testura.Code.UnitTestGenerator", "src\Testura.Code.UnitTestGenerator\Testura.Code.UnitTestGenerator.csproj", "{441975F9-7600-4280-9614-17F2843B1695}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testura.Code.UnitTestGenerator", "src\Testura.Code.UnitTestGenerator\Testura.Code.UnitTestGenerator.csproj", "{1CF365AE-A900-4D38-90A7-881DC8E2B3F4}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Testura.Code.UnitTestGenerator.Tests", "src\Testura.Code.UnitTestGenerator.Tests\Testura.Code.UnitTestGenerator.Tests.csproj", "{2018B986-C520-465B-A0E7-B66C190BA1EC}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testura.Code.UnitTestGenerator.UI", "src\Testura.Code.UnitTestGenerator.UI\Testura.Code.UnitTestGenerator.UI.csproj", "{0D8EF2C1-9CFE-46E9-8D86-B2E4C2018754}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Testura.Code.UnitTestGenerator.UI", "src\Testura.Code.UnitTestGenerator.UI\Testura.Code.UnitTestGenerator.UI.csproj", "{623D495D-9775-4287-8D2A-1AB5E4718E8C}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Testura.Code.UnitTestGenerator.Tests", "src\Testura.Code.UnitTestGenerator.Tests\Testura.Code.UnitTestGenerator.Tests.csproj", "{39989A81-82CF-4943-9500-2D6A6DA61108}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -19,44 +19,47 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {441975F9-7600-4280-9614-17F2843B1695}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {441975F9-7600-4280-9614-17F2843B1695}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {441975F9-7600-4280-9614-17F2843B1695}.Debug|x64.ActiveCfg = Debug|Any CPU
- {441975F9-7600-4280-9614-17F2843B1695}.Debug|x64.Build.0 = Debug|Any CPU
- {441975F9-7600-4280-9614-17F2843B1695}.Debug|x86.ActiveCfg = Debug|Any CPU
- {441975F9-7600-4280-9614-17F2843B1695}.Debug|x86.Build.0 = Debug|Any CPU
- {441975F9-7600-4280-9614-17F2843B1695}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {441975F9-7600-4280-9614-17F2843B1695}.Release|Any CPU.Build.0 = Release|Any CPU
- {441975F9-7600-4280-9614-17F2843B1695}.Release|x64.ActiveCfg = Release|Any CPU
- {441975F9-7600-4280-9614-17F2843B1695}.Release|x64.Build.0 = Release|Any CPU
- {441975F9-7600-4280-9614-17F2843B1695}.Release|x86.ActiveCfg = Release|Any CPU
- {441975F9-7600-4280-9614-17F2843B1695}.Release|x86.Build.0 = Release|Any CPU
- {2018B986-C520-465B-A0E7-B66C190BA1EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {2018B986-C520-465B-A0E7-B66C190BA1EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {2018B986-C520-465B-A0E7-B66C190BA1EC}.Debug|x64.ActiveCfg = Debug|Any CPU
- {2018B986-C520-465B-A0E7-B66C190BA1EC}.Debug|x64.Build.0 = Debug|Any CPU
- {2018B986-C520-465B-A0E7-B66C190BA1EC}.Debug|x86.ActiveCfg = Debug|Any CPU
- {2018B986-C520-465B-A0E7-B66C190BA1EC}.Debug|x86.Build.0 = Debug|Any CPU
- {2018B986-C520-465B-A0E7-B66C190BA1EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {2018B986-C520-465B-A0E7-B66C190BA1EC}.Release|Any CPU.Build.0 = Release|Any CPU
- {2018B986-C520-465B-A0E7-B66C190BA1EC}.Release|x64.ActiveCfg = Release|Any CPU
- {2018B986-C520-465B-A0E7-B66C190BA1EC}.Release|x64.Build.0 = Release|Any CPU
- {2018B986-C520-465B-A0E7-B66C190BA1EC}.Release|x86.ActiveCfg = Release|Any CPU
- {2018B986-C520-465B-A0E7-B66C190BA1EC}.Release|x86.Build.0 = Release|Any CPU
- {623D495D-9775-4287-8D2A-1AB5E4718E8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {623D495D-9775-4287-8D2A-1AB5E4718E8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {623D495D-9775-4287-8D2A-1AB5E4718E8C}.Debug|x64.ActiveCfg = Debug|Any CPU
- {623D495D-9775-4287-8D2A-1AB5E4718E8C}.Debug|x64.Build.0 = Debug|Any CPU
- {623D495D-9775-4287-8D2A-1AB5E4718E8C}.Debug|x86.ActiveCfg = Debug|Any CPU
- {623D495D-9775-4287-8D2A-1AB5E4718E8C}.Debug|x86.Build.0 = Debug|Any CPU
- {623D495D-9775-4287-8D2A-1AB5E4718E8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {623D495D-9775-4287-8D2A-1AB5E4718E8C}.Release|Any CPU.Build.0 = Release|Any CPU
- {623D495D-9775-4287-8D2A-1AB5E4718E8C}.Release|x64.ActiveCfg = Release|Any CPU
- {623D495D-9775-4287-8D2A-1AB5E4718E8C}.Release|x64.Build.0 = Release|Any CPU
- {623D495D-9775-4287-8D2A-1AB5E4718E8C}.Release|x86.ActiveCfg = Release|Any CPU
- {623D495D-9775-4287-8D2A-1AB5E4718E8C}.Release|x86.Build.0 = Release|Any CPU
+ {1CF365AE-A900-4D38-90A7-881DC8E2B3F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {1CF365AE-A900-4D38-90A7-881DC8E2B3F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {1CF365AE-A900-4D38-90A7-881DC8E2B3F4}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {1CF365AE-A900-4D38-90A7-881DC8E2B3F4}.Debug|x64.Build.0 = Debug|Any CPU
+ {1CF365AE-A900-4D38-90A7-881DC8E2B3F4}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {1CF365AE-A900-4D38-90A7-881DC8E2B3F4}.Debug|x86.Build.0 = Debug|Any CPU
+ {1CF365AE-A900-4D38-90A7-881DC8E2B3F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {1CF365AE-A900-4D38-90A7-881DC8E2B3F4}.Release|Any CPU.Build.0 = Release|Any CPU
+ {1CF365AE-A900-4D38-90A7-881DC8E2B3F4}.Release|x64.ActiveCfg = Release|Any CPU
+ {1CF365AE-A900-4D38-90A7-881DC8E2B3F4}.Release|x64.Build.0 = Release|Any CPU
+ {1CF365AE-A900-4D38-90A7-881DC8E2B3F4}.Release|x86.ActiveCfg = Release|Any CPU
+ {1CF365AE-A900-4D38-90A7-881DC8E2B3F4}.Release|x86.Build.0 = Release|Any CPU
+ {0D8EF2C1-9CFE-46E9-8D86-B2E4C2018754}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {0D8EF2C1-9CFE-46E9-8D86-B2E4C2018754}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {0D8EF2C1-9CFE-46E9-8D86-B2E4C2018754}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {0D8EF2C1-9CFE-46E9-8D86-B2E4C2018754}.Debug|x64.Build.0 = Debug|Any CPU
+ {0D8EF2C1-9CFE-46E9-8D86-B2E4C2018754}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {0D8EF2C1-9CFE-46E9-8D86-B2E4C2018754}.Debug|x86.Build.0 = Debug|Any CPU
+ {0D8EF2C1-9CFE-46E9-8D86-B2E4C2018754}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {0D8EF2C1-9CFE-46E9-8D86-B2E4C2018754}.Release|Any CPU.Build.0 = Release|Any CPU
+ {0D8EF2C1-9CFE-46E9-8D86-B2E4C2018754}.Release|x64.ActiveCfg = Release|Any CPU
+ {0D8EF2C1-9CFE-46E9-8D86-B2E4C2018754}.Release|x64.Build.0 = Release|Any CPU
+ {0D8EF2C1-9CFE-46E9-8D86-B2E4C2018754}.Release|x86.ActiveCfg = Release|Any CPU
+ {0D8EF2C1-9CFE-46E9-8D86-B2E4C2018754}.Release|x86.Build.0 = Release|Any CPU
+ {39989A81-82CF-4943-9500-2D6A6DA61108}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {39989A81-82CF-4943-9500-2D6A6DA61108}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {39989A81-82CF-4943-9500-2D6A6DA61108}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {39989A81-82CF-4943-9500-2D6A6DA61108}.Debug|x64.Build.0 = Debug|Any CPU
+ {39989A81-82CF-4943-9500-2D6A6DA61108}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {39989A81-82CF-4943-9500-2D6A6DA61108}.Debug|x86.Build.0 = Debug|Any CPU
+ {39989A81-82CF-4943-9500-2D6A6DA61108}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {39989A81-82CF-4943-9500-2D6A6DA61108}.Release|Any CPU.Build.0 = Release|Any CPU
+ {39989A81-82CF-4943-9500-2D6A6DA61108}.Release|x64.ActiveCfg = Release|Any CPU
+ {39989A81-82CF-4943-9500-2D6A6DA61108}.Release|x64.Build.0 = Release|Any CPU
+ {39989A81-82CF-4943-9500-2D6A6DA61108}.Release|x86.ActiveCfg = Release|Any CPU
+ {39989A81-82CF-4943-9500-2D6A6DA61108}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {F1CEE4D3-E652-4908-B86E-87D6567CE060}
+ EndGlobalSection
EndGlobal
diff --git a/src/Testura.Code.UnitTestGenerator.Tests/Generators/MockGenerators/MoqGeneratorTests.cs b/src/Testura.Code.UnitTestGenerator.Tests/Generators/MockGenerators/MoqGeneratorTests.cs
index 9316052..3e14a43 100644
--- a/src/Testura.Code.UnitTestGenerator.Tests/Generators/MockGenerators/MoqGeneratorTests.cs
+++ b/src/Testura.Code.UnitTestGenerator.Tests/Generators/MockGenerators/MoqGeneratorTests.cs
@@ -1,6 +1,5 @@
using System.Collections.Generic;
using System.Linq;
-using Microsoft.CodeAnalysis.Semantics;
using NUnit.Framework;
using Testura.Code.Models;
using Testura.Code.UnitTestGenerator.Generators.MockGenerators;
diff --git a/src/Testura.Code.UnitTestGenerator.Tests/Properties/AssemblyInfo.cs b/src/Testura.Code.UnitTestGenerator.Tests/Properties/AssemblyInfo.cs
deleted file mode 100644
index a4d2ad4..0000000
--- a/src/Testura.Code.UnitTestGenerator.Tests/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-[assembly: AssemblyTitle("Testura.Code.UnitTests.Tests")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Testura.Code.UnitTests.Tests")]
-[assembly: AssemblyCopyright("Copyright © 2017")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-[assembly: ComVisible(false)]
-
-[assembly: Guid("2018b986-c520-465b-a0e7-b66c190ba1ec")]
-
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/Testura.Code.UnitTestGenerator.Tests/Testura.Code.UnitTestGenerator.Tests.csproj b/src/Testura.Code.UnitTestGenerator.Tests/Testura.Code.UnitTestGenerator.Tests.csproj
index 8aabf00..68886fe 100644
--- a/src/Testura.Code.UnitTestGenerator.Tests/Testura.Code.UnitTestGenerator.Tests.csproj
+++ b/src/Testura.Code.UnitTestGenerator.Tests/Testura.Code.UnitTestGenerator.Tests.csproj
@@ -1,130 +1,20 @@
-
-
-
+
+
- Debug
- AnyCPU
- {2018B986-C520-465B-A0E7-B66C190BA1EC}
- Library
- Properties
- Testura.Code.UnitTestGenerator.Tests
- Testura.Code.UnitTestGenerator.Tests
- v4.5.2
- 512
- {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
- 15.0
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
- $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages
- False
- UnitTest
-
-
+ netcoreapp3.1
+
+ false
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
- ..\..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll
-
-
- ..\..\packages\Microsoft.CodeAnalysis.Common.1.3.2\lib\net45\Microsoft.CodeAnalysis.dll
-
-
- ..\..\packages\Microsoft.CodeAnalysis.CSharp.1.3.2\lib\net45\Microsoft.CodeAnalysis.CSharp.dll
-
-
- ..\..\packages\Microsoft.CodeAnalysis.CSharp.Workspaces.1.3.2\lib\net45\Microsoft.CodeAnalysis.CSharp.Workspaces.dll
-
-
- ..\..\packages\Microsoft.CodeAnalysis.Workspaces.Common.1.3.2\lib\net45\Microsoft.CodeAnalysis.Workspaces.dll
-
-
- ..\..\packages\Microsoft.CodeAnalysis.Workspaces.Common.1.3.2\lib\net45\Microsoft.CodeAnalysis.Workspaces.Desktop.dll
-
-
- ..\..\packages\MSTest.TestFramework.1.0.8-rc2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
-
-
- ..\..\packages\MSTest.TestFramework.1.0.8-rc2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
-
-
- ..\..\packages\Moq.4.5.30\lib\net45\Moq.dll
-
-
- ..\..\packages\NUnit.3.6.0\lib\net45\nunit.framework.dll
-
-
-
- ..\..\packages\System.Collections.Immutable.1.1.37\lib\dotnet\System.Collections.Immutable.dll
-
-
- ..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.AttributedModel.dll
-
-
- ..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Convention.dll
-
-
- ..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Hosting.dll
-
-
- ..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Runtime.dll
-
-
- ..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.TypedParts.dll
-
-
-
- ..\..\packages\System.Reflection.Metadata.1.2.0\lib\portable-net45+win8\System.Reflection.Metadata.dll
-
-
- ..\..\packages\Testura.Code.0.5.1\lib\net452\Testura.Code.dll
-
-
-
-
-
-
-
-
-
-
-
- Designer
-
-
+
-
- {441975f9-7600-4280-9614-17f2843b1695}
- Testura.Code.UnitTestGenerator
-
+
+
+
+
+
-
-
+
-
-
-
-
- This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
-
-
-
-
-
-
\ No newline at end of file
+
+
diff --git a/src/Testura.Code.UnitTestGenerator.Tests/app.config b/src/Testura.Code.UnitTestGenerator.Tests/app.config
new file mode 100644
index 0000000..74312e4
--- /dev/null
+++ b/src/Testura.Code.UnitTestGenerator.Tests/app.config
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Testura.Code.UnitTestGenerator.Tests/packages.config b/src/Testura.Code.UnitTestGenerator.Tests/packages.config
deleted file mode 100644
index ba01839..0000000
--- a/src/Testura.Code.UnitTestGenerator.Tests/packages.config
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Testura.Code.UnitTestGenerator.UI/App.config b/src/Testura.Code.UnitTestGenerator.UI/App.config
index 88fa402..d830d70 100644
--- a/src/Testura.Code.UnitTestGenerator.UI/App.config
+++ b/src/Testura.Code.UnitTestGenerator.UI/App.config
@@ -1,6 +1,14 @@
-
+
-
+
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
diff --git a/src/Testura.Code.UnitTestGenerator.UI/App.xaml b/src/Testura.Code.UnitTestGenerator.UI/App.xaml
index 6c798a7..032edec 100644
--- a/src/Testura.Code.UnitTestGenerator.UI/App.xaml
+++ b/src/Testura.Code.UnitTestGenerator.UI/App.xaml
@@ -1,23 +1,34 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- 16
- 10
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10
+
+
+
+
diff --git a/src/Testura.Code.UnitTestGenerator.UI/App.xaml.cs b/src/Testura.Code.UnitTestGenerator.UI/App.xaml.cs
index b864203..6753509 100644
--- a/src/Testura.Code.UnitTestGenerator.UI/App.xaml.cs
+++ b/src/Testura.Code.UnitTestGenerator.UI/App.xaml.cs
@@ -6,12 +6,12 @@
using System.Threading.Tasks;
using System.Windows;
-namespace Testura.Code.UnitTestGenerator.UI
+namespace Testura.Code.UnitTestGenerator.UI5
{
- ///
- /// Interaction logic for App.xaml
- ///
- public partial class App : Application
- {
- }
+ ///
+ /// Interaction logic for App.xaml
+ ///
+ public partial class App : Application
+ {
+ }
}
diff --git a/src/Testura.Code.UnitTestGenerator.UI/AssemblyInfo.cs b/src/Testura.Code.UnitTestGenerator.UI/AssemblyInfo.cs
new file mode 100644
index 0000000..427f202
--- /dev/null
+++ b/src/Testura.Code.UnitTestGenerator.UI/AssemblyInfo.cs
@@ -0,0 +1,10 @@
+using System.Windows;
+
+[assembly: ThemeInfo(
+ ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
+ //(used if a resource is not found in the page,
+ // or application resource dictionaries)
+ ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
+ //(used if a resource is not found in the page,
+ // app, or any theme specific resource dictionaries)
+)]
diff --git a/src/Testura.Code.UnitTestGenerator.UI/FodyWeavers.xml b/src/Testura.Code.UnitTestGenerator.UI/FodyWeavers.xml
index b6150dc..20750c2 100644
--- a/src/Testura.Code.UnitTestGenerator.UI/FodyWeavers.xml
+++ b/src/Testura.Code.UnitTestGenerator.UI/FodyWeavers.xml
@@ -1,5 +1,5 @@
-
-
-
+
+
\ No newline at end of file
diff --git a/src/Testura.Code.UnitTestGenerator.UI/FodyWeavers.xsd b/src/Testura.Code.UnitTestGenerator.UI/FodyWeavers.xsd
new file mode 100644
index 0000000..70aa3c9
--- /dev/null
+++ b/src/Testura.Code.UnitTestGenerator.UI/FodyWeavers.xsd
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+
+
+
+
+ Used to control if the On_PropertyName_Changed feature is enabled.
+
+
+
+
+ Used to control if the Dependent properties feature is enabled.
+
+
+
+
+ Used to control if the IsChanged property feature is enabled.
+
+
+
+
+ Used to change the name of the method that fires the notify event. This is a string that accepts multiple values in a comma separated form.
+
+
+
+
+ Used to control if equality checks should be inserted. If false, equality checking will be disabled for the project.
+
+
+
+
+ Used to control if equality checks should use the Equals method resolved from the base class.
+
+
+
+
+ Used to control if equality checks should use the static Equals method resolved from the base class.
+
+
+
+
+ Used to turn off build warnings from this weaver.
+
+
+
+
+ Used to turn off build warnings about mismatched On_PropertyName_Changed methods.
+
+
+
+
+
+
+
+
+
+ A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks
+
+
+
+
+ A list of assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks.
+
+
+
+
+ A list of unmanaged 32 bit assembly names to include, delimited with line breaks.
+
+
+
+
+ A list of unmanaged 64 bit assembly names to include, delimited with line breaks.
+
+
+
+
+ The order of preloaded assemblies, delimited with line breaks.
+
+
+
+
+
+ This will copy embedded files to disk before loading them into memory. This is helpful for some scenarios that expected an assembly to be loaded from a physical file.
+
+
+
+
+ Controls if .pdbs for reference assemblies are also embedded.
+
+
+
+
+ Embedded assemblies are compressed by default, and uncompressed when they are loaded. You can turn compression off with this option.
+
+
+
+
+ As part of Costura, embedded assemblies are no longer included as part of the build. This cleanup can be turned off.
+
+
+
+
+ Costura by default will load as part of the module initialization. This flag disables that behavior. Make sure you call CosturaUtility.Initialize() somewhere in your code.
+
+
+
+
+ Costura will by default use assemblies with a name like 'resources.dll' as a satellite resource and prepend the output path. This flag disables that behavior.
+
+
+
+
+ A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with |
+
+
+
+
+ A list of assembly names to include from the default action of "embed all Copy Local references", delimited with |.
+
+
+
+
+ A list of unmanaged 32 bit assembly names to include, delimited with |.
+
+
+
+
+ A list of unmanaged 64 bit assembly names to include, delimited with |.
+
+
+
+
+ The order of preloaded assemblies, delimited with |.
+
+
+
+
+
+
+
+ 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.
+
+
+
+
+ A comma-separated list of error codes that can be safely ignored in assembly verification.
+
+
+
+
+ 'false' to turn off automatic generation of the XML Schema file.
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Testura.Code.UnitTestGenerator.UI/MainWindow.xaml b/src/Testura.Code.UnitTestGenerator.UI/MainWindow.xaml
index 0040661..69d9aa0 100644
--- a/src/Testura.Code.UnitTestGenerator.UI/MainWindow.xaml
+++ b/src/Testura.Code.UnitTestGenerator.UI/MainWindow.xaml
@@ -1,4 +1,4 @@
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
+
-
-
-
+
+
+
diff --git a/src/Testura.Code.UnitTestGenerator.UI/MainWindow.xaml.cs b/src/Testura.Code.UnitTestGenerator.UI/MainWindow.xaml.cs
index 934cfcc..c4322c8 100644
--- a/src/Testura.Code.UnitTestGenerator.UI/MainWindow.xaml.cs
+++ b/src/Testura.Code.UnitTestGenerator.UI/MainWindow.xaml.cs
@@ -1,15 +1,15 @@
using MahApps.Metro.Controls;
-namespace Testura.Code.UnitTestGenerator.UI
+namespace Testura.Code.UnitTestGenerator.UI5
{
- ///
- /// Interaction logic for MainWindow.xaml
- ///
- public partial class MainWindow : MetroWindow
- {
- public MainWindow()
- {
- InitializeComponent();
- }
- }
+ ///
+ /// Interaction logic for MainWindow.xaml
+ ///
+ public partial class MainWindow : MetroWindow
+ {
+ public MainWindow()
+ {
+ InitializeComponent();
+ }
+ }
}
diff --git a/src/Testura.Code.UnitTestGenerator.UI/Properties/AssemblyInfo.cs b/src/Testura.Code.UnitTestGenerator.UI/Properties/AssemblyInfo.cs
deleted file mode 100644
index c57c0e5..0000000
--- a/src/Testura.Code.UnitTestGenerator.UI/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,55 +0,0 @@
-using System.Reflection;
-using System.Resources;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-using System.Windows;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("Testura.Code.UnitTestGenerator.UI")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Testura.Code.UnitTestGenerator.UI")]
-[assembly: AssemblyCopyright("Copyright © 2017")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-//In order to begin building localizable applications, set
-//CultureYouAreCodingWith in your .csproj file
-//inside a . For example, if you are using US english
-//in your source files, set the to en-US. Then uncomment
-//the NeutralResourceLanguage attribute below. Update the "en-US" in
-//the line below to match the UICulture setting in the project file.
-
-//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
-
-
-[assembly: ThemeInfo(
- ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
- //(used if a resource is not found in the page,
- // or application resource dictionaries)
- ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
- //(used if a resource is not found in the page,
- // app, or any theme specific resource dictionaries)
-)]
-
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.1.0")]
-[assembly: AssemblyFileVersion("1.0.1.0")]
diff --git a/src/Testura.Code.UnitTestGenerator.UI/Properties/Resources.Designer.cs b/src/Testura.Code.UnitTestGenerator.UI/Properties/Resources.Designer.cs
deleted file mode 100644
index c03498f..0000000
--- a/src/Testura.Code.UnitTestGenerator.UI/Properties/Resources.Designer.cs
+++ /dev/null
@@ -1,71 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace Testura.Code.UnitTestGenerator.UI.Properties
-{
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources
- {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources()
- {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager
- {
- get
- {
- if ((resourceMan == null))
- {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Testura.Code.UnitTestGenerator.UI.Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture
- {
- get
- {
- return resourceCulture;
- }
- set
- {
- resourceCulture = value;
- }
- }
- }
-}
diff --git a/src/Testura.Code.UnitTestGenerator.UI/Properties/Resources.resx b/src/Testura.Code.UnitTestGenerator.UI/Properties/Resources.resx
deleted file mode 100644
index af7dbeb..0000000
--- a/src/Testura.Code.UnitTestGenerator.UI/Properties/Resources.resx
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/src/Testura.Code.UnitTestGenerator.UI/Properties/Settings.Designer.cs b/src/Testura.Code.UnitTestGenerator.UI/Properties/Settings.Designer.cs
deleted file mode 100644
index 8051290..0000000
--- a/src/Testura.Code.UnitTestGenerator.UI/Properties/Settings.Designer.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace Testura.Code.UnitTestGenerator.UI.Properties
-{
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
- {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default
- {
- get
- {
- return defaultInstance;
- }
- }
- }
-}
diff --git a/src/Testura.Code.UnitTestGenerator.UI/Properties/Settings.settings b/src/Testura.Code.UnitTestGenerator.UI/Properties/Settings.settings
deleted file mode 100644
index 033d7a5..0000000
--- a/src/Testura.Code.UnitTestGenerator.UI/Properties/Settings.settings
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Testura.Code.UnitTestGenerator.UI/Testura.Code.UnitTestGenerator.UI.csproj b/src/Testura.Code.UnitTestGenerator.UI/Testura.Code.UnitTestGenerator.UI.csproj
index 00bcdf5..a34d68e 100644
--- a/src/Testura.Code.UnitTestGenerator.UI/Testura.Code.UnitTestGenerator.UI.csproj
+++ b/src/Testura.Code.UnitTestGenerator.UI/Testura.Code.UnitTestGenerator.UI.csproj
@@ -1,250 +1,119 @@
-
-
-
+
+
- Debug
- AnyCPU
- {623D495D-9775-4287-8D2A-1AB5E4718E8C}
WinExe
- Testura.Code.UnitTestGenerator.UI
- Testura.Code.UnitTestGenerator.UI
- v4.5.2
- 512
- {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
- 4
- true
-
-
-
-
- AnyCPU
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- AnyCPU
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
- favicon.ico
+ net5.0-windows
+ true
+
-
- ..\..\packages\MvvmLightLibs.5.3.0.0\lib\net45\GalaSoft.MvvmLight.dll
-
-
- ..\..\packages\MvvmLightLibs.5.3.0.0\lib\net45\GalaSoft.MvvmLight.Extras.dll
-
-
- ..\..\packages\MvvmLightLibs.5.3.0.0\lib\net45\GalaSoft.MvvmLight.Platform.dll
-
-
- ..\..\packages\MahApps.Metro.1.4.3\lib\net45\MahApps.Metro.dll
-
-
- ..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll
-
-
- ..\..\packages\WindowsAPICodePack.1.1.0\lib\Microsoft.WindowsAPICodePack.dll
-
-
- ..\..\packages\WindowsAPICodePack.1.1.0\lib\Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.dll
-
-
- ..\..\packages\WindowsAPICodePack.1.1.0\lib\Microsoft.WindowsAPICodePack.Sensors.dll
-
-
- ..\..\packages\WindowsAPICodePack.1.1.0\lib\Microsoft.WindowsAPICodePack.Shell.dll
-
-
- ..\..\packages\WindowsAPICodePack.1.1.0\lib\Microsoft.WindowsAPICodePack.ShellExtensions.dll
-
-
- ..\..\packages\PropertyChanged.Fody.1.52.1\lib\netstandard10\PropertyChanged.dll
- False
-
-
-
-
- ..\..\packages\MvvmLightLibs.5.3.0.0\lib\net45\System.Windows.Interactivity.dll
- True
-
-
-
-
-
-
-
-
- 4.0
-
-
- ..\Testura.Code.UnitTestGenerator\bin\Debug\Testura.Code.UnitTestGenerator.dll
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
- MSBuild:Compile
- Designer
-
-
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
InfoDialog.xaml
-
-
-
-
-
-
-
- MSBuild:Compile
- Designer
-
-
- MSBuild:Compile
+
+
+
+
Designer
-
- App.xaml
- Code
-
-
- MainWindow.xaml
- Code
-
-
- MSBuild:Compile
+
Designer
-
- MSBuild:Compile
+
Designer
-
- MSBuild:Compile
+
Designer
-
- MSBuild:Compile
+
Designer
-
- MSBuild:Compile
+
Designer
-
- MSBuild:Compile
+
Designer
-
- MSBuild:Compile
+
Designer
-
- MSBuild:Compile
+
Designer
-
- MSBuild:Compile
+
Designer
-
- MSBuild:Compile
+
Designer
-
- MSBuild:Compile
+
Designer
-
- MSBuild:Compile
+
Designer
-
- MSBuild:Compile
+
Designer
-
- MSBuild:Compile
+
Designer
-
- MSBuild:Compile
+
Designer
-
- MSBuild:Compile
+
Designer
-
- MSBuild:Compile
+
Designer
-
- MSBuild:Compile
+
Designer
-
-
- Code
-
-
- True
- True
- Resources.resx
-
-
- True
- Settings.settings
- True
-
-
- ResXFileCodeGenerator
- Resources.Designer.cs
-
-
-
- SettingsSingleFileGenerator
- Settings.Designer.cs
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
-
-
-
-
\ No newline at end of file
+
+
diff --git a/src/Testura.Code.UnitTestGenerator.UI/ViewModel/MainViewModel.cs b/src/Testura.Code.UnitTestGenerator.UI/ViewModel/MainViewModel.cs
index 1c6c051..475ee53 100644
--- a/src/Testura.Code.UnitTestGenerator.UI/ViewModel/MainViewModel.cs
+++ b/src/Testura.Code.UnitTestGenerator.UI/ViewModel/MainViewModel.cs
@@ -1,15 +1,13 @@
-using System;
using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.Command;
-using PropertyChanged;
-using Testura.Code.UnitTestGenerator.Services;
+using System;
using Testura.Code.UnitTestGenerator.UI.Services;
using Testura.Code.UnitTestGenerator.Util;
namespace Testura.Code.UnitTestGenerator.UI.ViewModel
{
- [ImplementPropertyChanged]
- public class MainViewModel : ViewModelBase
+ //[ImplementPropertyChanged] --> Obsolete. Included tag in FodyWeavers.xml
+ public class MainViewModel : ViewModelBase
{
private IFileDialogService _fileDialogService;
private IDialogService _dialogService;
diff --git a/src/Testura.Code.UnitTestGenerator.UI/ViewModel/ViewModelLocator.cs b/src/Testura.Code.UnitTestGenerator.UI/ViewModel/ViewModelLocator.cs
index 27d110f..9386326 100644
--- a/src/Testura.Code.UnitTestGenerator.UI/ViewModel/ViewModelLocator.cs
+++ b/src/Testura.Code.UnitTestGenerator.UI/ViewModel/ViewModelLocator.cs
@@ -1,21 +1,19 @@
-using GalaSoft.MvvmLight;
+using CommonServiceLocator;
using GalaSoft.MvvmLight.Ioc;
-using Microsoft.Practices.ServiceLocation;
-using Testura.Code.UnitTestGenerator.Services;
using Testura.Code.UnitTestGenerator.UI.Services;
namespace Testura.Code.UnitTestGenerator.UI.ViewModel
{
- public class ViewModelLocator
+ public class ViewModelLocator
{
public ViewModelLocator()
{
- ServiceLocator.SetLocatorProvider(() => SimpleIoc.Default);
+ // ServiceLocator.SetLocatorProvider(() => SimpleIoc.Default.);
SimpleIoc.Default.Register();
SimpleIoc.Default.Register();
SimpleIoc.Default.Register();
}
- public MainViewModel MainViewModel => ServiceLocator.Current.GetInstance();
+ public MainViewModel MainViewModel => SimpleIoc.Default.GetInstance();
}
}
\ No newline at end of file
diff --git a/src/Testura.Code.UnitTestGenerator.UI/Windows Logo.png b/src/Testura.Code.UnitTestGenerator.UI/Windows Logo.png
new file mode 100644
index 0000000..c60ed1f
Binary files /dev/null and b/src/Testura.Code.UnitTestGenerator.UI/Windows Logo.png differ
diff --git a/src/Testura.Code.UnitTestGenerator.UI/packages.config b/src/Testura.Code.UnitTestGenerator.UI/packages.config
index e511f58..6135e68 100644
--- a/src/Testura.Code.UnitTestGenerator.UI/packages.config
+++ b/src/Testura.Code.UnitTestGenerator.UI/packages.config
@@ -1,11 +1,35 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Testura.Code.UnitTestGenerator/Generators/UnitTestClassGenerators/UnitTestClassGenerator.cs b/src/Testura.Code.UnitTestGenerator/Generators/UnitTestClassGenerators/UnitTestClassGenerator.cs
index c86ce7c..98e2369 100644
--- a/src/Testura.Code.UnitTestGenerator/Generators/UnitTestClassGenerators/UnitTestClassGenerator.cs
+++ b/src/Testura.Code.UnitTestGenerator/Generators/UnitTestClassGenerators/UnitTestClassGenerator.cs
@@ -98,7 +98,7 @@ private IEnumerable GetConstructorParameters(Type typeUnderTest)
private MethodDeclarationSyntax GenerateSetUp(Type typeUnderTest, IEnumerable parameters)
{
- return new MethodBuilder("SetUp")
+ return (MethodDeclarationSyntax)new MethodBuilder("SetUp")
.WithAttributes(new Attribute(SetUpAttribute))
.WithModifiers(Modifiers.Public)
.WithBody(BodyGenerator.Create(_mockGenerator.GenerateSetUpStatements(typeUnderTest, parameters).ToArray()))
diff --git a/src/Testura.Code.UnitTestGenerator/Properties/AssemblyInfo.cs b/src/Testura.Code.UnitTestGenerator/Properties/AssemblyInfo.cs
deleted file mode 100644
index 7449e73..0000000
--- a/src/Testura.Code.UnitTestGenerator/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,35 +0,0 @@
-using System.Reflection;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("Testura.Code.UnitTests")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Testura.Code.UnitTests")]
-[assembly: AssemblyCopyright("Copyright © 2017")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("441975f9-7600-4280-9614-17f2843b1695")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/Testura.Code.UnitTestGenerator/Testura.Code.UnitTestGenerator.csproj b/src/Testura.Code.UnitTestGenerator/Testura.Code.UnitTestGenerator.csproj
index 90e7447..9fadf15 100644
--- a/src/Testura.Code.UnitTestGenerator/Testura.Code.UnitTestGenerator.csproj
+++ b/src/Testura.Code.UnitTestGenerator/Testura.Code.UnitTestGenerator.csproj
@@ -1,111 +1,12 @@
-
-
-
+
+
- Debug
- AnyCPU
- {441975F9-7600-4280-9614-17F2843B1695}
- Library
- Properties
- Testura.Code.UnitTestGenerator
- Testura.Code.UnitTestGenerator
- v4.5.2
- 512
+ netstandard2.1
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
- ..\..\..\Testura.Android.PageObjectCreator\src\Testura.Android.PageObjectCreator\Settings\Testura.ruleset
- true
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
- ..\..\packages\Microsoft.CodeAnalysis.Common.1.3.2\lib\net45\Microsoft.CodeAnalysis.dll
-
-
- ..\..\packages\Microsoft.CodeAnalysis.CSharp.1.3.2\lib\net45\Microsoft.CodeAnalysis.CSharp.dll
-
-
- ..\..\packages\Microsoft.CodeAnalysis.CSharp.Workspaces.1.3.2\lib\net45\Microsoft.CodeAnalysis.CSharp.Workspaces.dll
-
-
- ..\..\packages\Microsoft.CodeAnalysis.Workspaces.Common.1.3.2\lib\net45\Microsoft.CodeAnalysis.Workspaces.dll
-
-
- ..\..\packages\Microsoft.CodeAnalysis.Workspaces.Common.1.3.2\lib\net45\Microsoft.CodeAnalysis.Workspaces.Desktop.dll
-
-
-
- ..\..\packages\System.Collections.Immutable.1.1.37\lib\dotnet\System.Collections.Immutable.dll
-
-
- ..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.AttributedModel.dll
-
-
- ..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Convention.dll
-
-
- ..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Hosting.dll
-
-
- ..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Runtime.dll
-
-
- ..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.TypedParts.dll
-
-
-
- ..\..\packages\System.Reflection.Metadata.1.2.0\lib\portable-net45+win8\System.Reflection.Metadata.dll
-
-
-
-
-
-
-
-
- ..\..\packages\Testura.Code.0.5.1\lib\net452\Testura.Code.dll
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Designer
-
-
+
-
-
-
-
-
+
+
-
-
\ No newline at end of file
+
+
diff --git a/src/Testura.Code.UnitTestGenerator/UnitTestGenerator.cs b/src/Testura.Code.UnitTestGenerator/UnitTestGenerator.cs
index c95d2cc..6f335e9 100644
--- a/src/Testura.Code.UnitTestGenerator/UnitTestGenerator.cs
+++ b/src/Testura.Code.UnitTestGenerator/UnitTestGenerator.cs
@@ -12,7 +12,7 @@
namespace Testura.Code.UnitTestGenerator
{
- public class UnitTestGenerator
+ public class UnitTestGenerator
{
private readonly ICodeSaver _codeSaver;
private readonly IFileService _fileService;
diff --git a/src/Testura.Code.UnitTestGenerator/app.config b/src/Testura.Code.UnitTestGenerator/app.config
new file mode 100644
index 0000000..118a823
--- /dev/null
+++ b/src/Testura.Code.UnitTestGenerator/app.config
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Testura.Code.UnitTestGenerator/packages.config b/src/Testura.Code.UnitTestGenerator/packages.config
index 1810d97..3b3d955 100644
--- a/src/Testura.Code.UnitTestGenerator/packages.config
+++ b/src/Testura.Code.UnitTestGenerator/packages.config
@@ -1,21 +1,35 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file