Removed UNITTEST constant from most files; tried switching to Moq, but encountered some InternalsVisibleTo() problems; ripped out NuGet again because it is so very bad

This commit is contained in:
Markus Ewald 2024-07-24 17:42:17 +02:00 committed by cygon
parent 8b011981d9
commit 090b1375c0
26 changed files with 31 additions and 123 deletions

View file

@ -17,8 +17,6 @@ limitations under the License.
*/
#endregion // Apache License 2.0
#if UNITTEST
using System;
using System.Collections.Generic;
using System.IO;
@ -462,5 +460,3 @@ namespace Nuclex.Support.Settings {
}
} // namespace Nuclex.Support.Settings
#endif // UNITTEST

View file

@ -17,8 +17,6 @@ limitations under the License.
*/
#endregion // Apache License 2.0
#if UNITTEST
using System;
using System.Collections.Generic;
@ -160,5 +158,3 @@ namespace Nuclex.Support.Settings {
}
} // namespace Nuclex.Support.Settings
#endif // UNITTEST

View file

@ -17,7 +17,7 @@ limitations under the License.
*/
#endregion // Apache License 2.0
#if UNITTEST && WINDOWS
#if WINDOWS
using System;
using System.Collections.Generic;
@ -362,4 +362,4 @@ namespace Nuclex.Support.Settings {
} // namespace Nuclex.Support.Settings
#endif // UNITTEST
#endif // WINDOWS