From: Stefan B. <no...@gi...> - 2019-04-03 19:04:05
|
Branch: refs/heads/netstandard-2.0 Home: https://github.com/xmlunit/xmlunit.net Commit: 88188d4a787226b4c0f28d6bed14f5e135cfe058 https://github.com/xmlunit/xmlunit.net/commit/88188d4a787226b4c0f28d6bed14f5e135cfe058 Author: vk <vk...@al...> Date: 2019-02-10 (Sun, 10 Feb 2019) Changed paths: M .gitignore M XMLUnit.NET.sln M appveyor.yml M src/main/net-constraints-nunit2/XMLUnit.NUnit2.Constraints.csproj R src/main/net-constraints-nunit2/packages.config M src/main/net-constraints-nunit3/XMLUnit.NUnit3.Constraints.csproj M src/main/net-constraints-nunit3/XMLUnit.NUnit3.Constraints.nuspec R src/main/net-constraints-nunit3/packages.config M src/main/net-core/XMLUnit.Core.csproj A src/main/net-core/XMLUnit.Core.sln M src/main/net-placeholders/XMLUnit.Placeholders.csproj M src/tests/net-constraints-nunit2/XMLUnit.NUnit2.Constraints.Test.csproj R src/tests/net-constraints-nunit2/packages.config M src/tests/net-constraints-nunit3/CompareConstraintTest.cs M src/tests/net-constraints-nunit3/EvaluateXPathConstraintTest.cs M src/tests/net-constraints-nunit3/HasXPathConstraintTest.cs M src/tests/net-constraints-nunit3/XMLUnit.NUnit3.Constraints.Test.csproj R src/tests/net-constraints-nunit3/packages.config M src/tests/net-core/Builder/DiffBuilderTest.cs M src/tests/net-core/TestResources.cs M src/tests/net-core/VerifySetup.cs M src/tests/net-core/XMLUnit.Core.Tests.csproj R src/tests/net-core/packages.config M src/tests/net-placeholders/XMLUnit.Placeholders.Tests.csproj R src/tests/net-placeholders/packages.config Log Message: ----------- Migrate to VS2017 / NetStandard, see #21 Commit: e82c884d93bc18fe9c34bf5171551a60e70a0e0f https://github.com/xmlunit/xmlunit.net/commit/e82c884d93bc18fe9c34bf5171551a60e70a0e0f Author: Stefan Bodewig <ste...@fr...> Date: 2019-04-03 (Wed, 03 Apr 2019) Changed paths: M .gitignore M README.md A XMLUnit.NET.NetFramework.sln A src/main/net-constraints-nunit2/XMLUnit.NUnit2.Constraints.NetFramework.csproj A src/main/net-constraints-nunit2/packages.config A src/main/net-constraints-nunit3/XMLUnit.NUnit3.Constraints.NetFramework.csproj A src/main/net-constraints-nunit3/packages.config A src/main/net-core/XMLUnit.Core.NetFramework.csproj A src/main/net-placeholders/XMLUnit.Placeholders.NetFramework.csproj A src/tests/net-constraints-nunit2/XMLUnit.NUnit2.Constraints.Test.NetFramework.csproj A src/tests/net-constraints-nunit2/packages.config A src/tests/net-constraints-nunit3/XMLUnit.NUnit3.Constraints.Test.NetFramework.csproj A src/tests/net-constraints-nunit3/packages.config A src/tests/net-core/XMLUnit.Core.Tests.NetFramework.csproj A src/tests/net-core/packages.config A src/tests/net-placeholders/XMLUnit.Placeholders.Tests.NetFramework.csproj A src/tests/net-placeholders/packages.config Log Message: ----------- add parallel build infrastructure based on .NET Framework 3.5/Mono Commit: b73270d7f6aefc9022310880f4678fb277e26ce8 https://github.com/xmlunit/xmlunit.net/commit/b73270d7f6aefc9022310880f4678fb277e26ce8 Author: Stefan Bodewig <ste...@fr...> Date: 2019-04-03 (Wed, 03 Apr 2019) Changed paths: M XMLUnit.NET.sln R src/main/net-constraints-nunit2/XMLUnit.NUnit2.Constraints.csproj R src/tests/net-constraints-nunit2/XMLUnit.NUnit2.Constraints.Test.csproj Log Message: ----------- remove NUnit 2.x constraints from Net Standard build Commit: 068ef99117891b75b37da619e85fb8cfbae3facc https://github.com/xmlunit/xmlunit.net/commit/068ef99117891b75b37da619e85fb8cfbae3facc Author: Stefan Bodewig <ste...@fr...> Date: 2019-04-03 (Wed, 03 Apr 2019) Changed paths: M src/main/net-constraints-nunit3/XMLUnit.NUnit3.Constraints.csproj M src/main/net-constraints-nunit3/XMLUnit.NUnit3.Constraints.nuspec M src/main/net-core/XMLUnit.Core.csproj M src/main/net-placeholders/XMLUnit.Placeholders.csproj M src/tests/net-constraints-nunit3/XMLUnit.NUnit3.Constraints.Test.csproj M src/tests/net-core/XMLUnit.Core.Tests.csproj M src/tests/net-placeholders/XMLUnit.Placeholders.Tests.csproj Log Message: ----------- tweak things so that I can at least run tests on Linux, even if some fail Commit: 6c816e76f5bd25a9e88f2859f4642f4cd4159f47 https://github.com/xmlunit/xmlunit.net/commit/6c816e76f5bd25a9e88f2859f4642f4cd4159f47 Author: Stefan Bodewig <ste...@fr...> Date: 2019-04-03 (Wed, 03 Apr 2019) Changed paths: M src/tests/net-constraints-nunit3/CompareConstraintTest.cs M src/tests/net-constraints-nunit3/EvaluateXPathConstraintTest.cs M src/tests/net-constraints-nunit3/HasXPathConstraintTest.cs M src/tests/net-core/Builder/DiffBuilderTest.cs M src/tests/net-core/TestResources.cs Log Message: ----------- revert some of the changes to tests Compare: https://github.com/xmlunit/xmlunit.net/compare/88188d4a7872%5E...6c816e76f5bd |