Jelajahi Sumber

[Release] Vit.Linq release/3.1.0

Lith 8 bulan lalu
induk
melakukan
ff15b69e12

+ 7 - 7
Vit.Linq.sln

@@ -21,9 +21,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{75C25D0B-852
 		doc\TODO.md = doc\TODO.md
 	EndProjectSection
 EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vit.Linq.ExpressionTree.MsTest", "test\Vit.Linq.ExpressionTree.MsTest\Vit.Linq.ExpressionTree.MsTest.csproj", "{5A6CE1E2-07A4-4C8D-AB99-D7AED536DAA6}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vit.Linq.Console", "test\Vit.Linq.Console\Vit.Linq.Console.csproj", "{32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}"
 EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vit.Linq.Console", "test\Vit.Linq.Console\Vit.Linq.Console.csproj", "{32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vit.Linq.ExpressionNodes.MsTest", "test\Vit.Linq.ExpressionNodes.MsTest\Vit.Linq.ExpressionNodes.MsTest.csproj", "{FC2D5B01-792D-4CDC-BB78-9379D4DB5441}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -43,14 +43,14 @@ Global
 		{7E513E2C-BF52-4662-AD8F-5910F283178D}.Debug|Any CPU.Build.0 = Debug|Any CPU
 		{7E513E2C-BF52-4662-AD8F-5910F283178D}.Release|Any CPU.ActiveCfg = Release|Any CPU
 		{7E513E2C-BF52-4662-AD8F-5910F283178D}.Release|Any CPU.Build.0 = Release|Any CPU
-		{5A6CE1E2-07A4-4C8D-AB99-D7AED536DAA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{5A6CE1E2-07A4-4C8D-AB99-D7AED536DAA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{5A6CE1E2-07A4-4C8D-AB99-D7AED536DAA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{5A6CE1E2-07A4-4C8D-AB99-D7AED536DAA6}.Release|Any CPU.Build.0 = Release|Any CPU
 		{32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
 		{32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
 		{32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
 		{32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}.Release|Any CPU.Build.0 = Release|Any CPU
+		{FC2D5B01-792D-4CDC-BB78-9379D4DB5441}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{FC2D5B01-792D-4CDC-BB78-9379D4DB5441}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{FC2D5B01-792D-4CDC-BB78-9379D4DB5441}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{FC2D5B01-792D-4CDC-BB78-9379D4DB5441}.Release|Any CPU.Build.0 = Release|Any CPU
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE
@@ -58,8 +58,8 @@ Global
 	GlobalSection(NestedProjects) = preSolution
 		{5801E323-C03D-48D2-BEFF-DE060B3293B0} = {0062F400-558C-4084-8004-3C8D4CBBFDE4}
 		{7E513E2C-BF52-4662-AD8F-5910F283178D} = {0062F400-558C-4084-8004-3C8D4CBBFDE4}
-		{5A6CE1E2-07A4-4C8D-AB99-D7AED536DAA6} = {0062F400-558C-4084-8004-3C8D4CBBFDE4}
 		{32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C} = {0062F400-558C-4084-8004-3C8D4CBBFDE4}
+		{FC2D5B01-792D-4CDC-BB78-9379D4DB5441} = {0062F400-558C-4084-8004-3C8D4CBBFDE4}
 	EndGlobalSection
 	GlobalSection(ExtensibilityGlobals) = postSolution
 		SolutionGuid = {C7DA16E3-9949-49FA-B0B4-F830636DE60F}

+ 0 - 0
test/Vit.Linq.ExpressionTree.MsTest/ConstValue_Test.cs → test/Vit.Linq.ExpressionNodes.MsTest/ConstValue_Test.cs


+ 0 - 0
test/Vit.Linq.ExpressionTree.MsTest/CustomMethod/CustomMethod_Test.cs → test/Vit.Linq.ExpressionNodes.MsTest/CustomMethod/CustomMethod_Test.cs


+ 0 - 0
test/Vit.Linq.ExpressionTree.MsTest/DataSource.Model.cs → test/Vit.Linq.ExpressionNodes.MsTest/DataSource.Model.cs


+ 0 - 0
test/Vit.Linq.ExpressionTree.MsTest/DataSource.cs → test/Vit.Linq.ExpressionNodes.MsTest/DataSource.cs


+ 2 - 2
test/Vit.Linq.ExpressionTree.MsTest/ExpressionTreeTest/ExpressionNode_Test.cs → test/Vit.Linq.ExpressionNodes.MsTest/ExpressionNodesTest/ExpressionNode_Test.cs

@@ -4,9 +4,9 @@ using Microsoft.VisualStudio.TestTools.UnitTesting;
 
 using Vit.Core.Module.Serialization;
 using Vit.Linq.ExpressionNodes.ComponentModel;
-using Vit.Linq.ExpressionNodes.ExpressionTreeTest;
+using Vit.Linq.ExpressionNodes.ExpressionNodesTest;
 
-namespace Vit.Linq.ExpressionNodes.MsTest.ExpressionTreeTest
+namespace Vit.Linq.ExpressionNodes.MsTest.ExpressionNodesTest
 {
     [TestClass]
     public class ExpressionNode_Test

+ 1 - 1
test/Vit.Linq.ExpressionTree.MsTest/ExpressionTreeTest/ExpressionTester.Enumerable.cs → test/Vit.Linq.ExpressionNodes.MsTest/ExpressionNodesTest/ExpressionTester.Enumerable.cs

@@ -1,6 +1,6 @@
 using System.Linq.Expressions;
 
-namespace Vit.Linq.ExpressionNodes.ExpressionTreeTest
+namespace Vit.Linq.ExpressionNodes.ExpressionNodesTest
 {
 
     public partial class ExpressionTester

+ 1 - 1
test/Vit.Linq.ExpressionTree.MsTest/ExpressionTreeTest/ExpressionTester.Model.cs → test/Vit.Linq.ExpressionNodes.MsTest/ExpressionNodesTest/ExpressionTester.Model.cs

@@ -1,6 +1,6 @@
 using Vit.Linq;
 
-namespace Vit.Linq.ExpressionNodes.ExpressionTreeTest
+namespace Vit.Linq.ExpressionNodes.ExpressionNodesTest
 {
     public abstract partial class ExpressionTester
     {

+ 1 - 1
test/Vit.Linq.ExpressionTree.MsTest/ExpressionTreeTest/ExpressionTester.cs → test/Vit.Linq.ExpressionNodes.MsTest/ExpressionNodesTest/ExpressionTester.cs

@@ -5,7 +5,7 @@ using Microsoft.VisualStudio.TestTools.UnitTesting;
 
 using Vit.Linq;
 
-namespace Vit.Linq.ExpressionNodes.ExpressionTreeTest
+namespace Vit.Linq.ExpressionNodes.ExpressionNodesTest
 {
 
     public abstract partial class ExpressionTester

+ 2 - 2
test/Vit.Linq.ExpressionTree.MsTest/ExpressionTreeTest/QueryAction_Test.cs → test/Vit.Linq.ExpressionNodes.MsTest/ExpressionNodesTest/QueryAction_Test.cs

@@ -5,10 +5,10 @@ using Microsoft.VisualStudio.TestTools.UnitTesting;
 using Vit.Core.Module.Serialization;
 using Vit.Linq;
 using Vit.Linq.ExpressionNodes.ComponentModel;
-using Vit.Linq.ExpressionNodes.ExpressionTreeTest;
+using Vit.Linq.ExpressionNodes.ExpressionNodesTest;
 using Vit.Linq.ExpressionNodes.Query;
 
-namespace Vit.Linq.ExpressionNodes.MsTest.ExpressionTreeTest
+namespace Vit.Linq.ExpressionNodes.MsTest.ExpressionNodesTest
 {
     [TestClass]
     public class CollectionQuery_Test

+ 0 - 0
test/Vit.Linq.ExpressionTree.MsTest/QueryAction_Test.cs → test/Vit.Linq.ExpressionNodes.MsTest/QueryAction_Test.cs


+ 0 - 0
test/Vit.Linq.ExpressionTree.MsTest/Serialize_Test.cs → test/Vit.Linq.ExpressionNodes.MsTest/Serialize_Test.cs


+ 0 - 0
test/Vit.Linq.ExpressionTree.MsTest/ValueType_Test.cs → test/Vit.Linq.ExpressionNodes.MsTest/ValueType_Test.cs


+ 0 - 0
test/Vit.Linq.ExpressionTree.MsTest/Vit.Linq.ExpressionTree.MsTest.csproj → test/Vit.Linq.ExpressionNodes.MsTest/Vit.Linq.ExpressionNodes.MsTest.csproj