Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/DemaConsulting.TestResults/IO/TrxSerializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#nullable enable

using System.Globalization;
using System.Text;
using System.Xml;
Expand Down
2 changes: 2 additions & 0 deletions src/DemaConsulting.TestResults/TestOutcome.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#nullable enable

namespace DemaConsulting.TestResults;

/// <summary>
Expand Down
2 changes: 2 additions & 0 deletions src/DemaConsulting.TestResults/TestResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#nullable enable

namespace DemaConsulting.TestResults;

/// <summary>
Expand Down
2 changes: 2 additions & 0 deletions src/DemaConsulting.TestResults/TestResults.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#nullable enable

namespace DemaConsulting.TestResults;

/// <summary>
Expand Down
2 changes: 2 additions & 0 deletions test/DemaConsulting.TestResults.Tests/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#nullable enable

using Microsoft.VisualStudio.TestTools.UnitTesting;

[assembly: Parallelize(Workers = 0, Scope = ExecutionScope.MethodLevel)]
2 changes: 2 additions & 0 deletions test/DemaConsulting.TestResults.Tests/IO/TrxExampleTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#nullable enable


using DemaConsulting.TestResults.IO;
using Microsoft.VisualStudio.TestTools.UnitTesting;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#nullable enable

using System.Xml;
using System.Xml.Linq;
using System.Xml.XPath;
Expand Down
2 changes: 2 additions & 0 deletions test/DemaConsulting.TestResults.Tests/TestHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#nullable enable

namespace DemaConsulting.TestResults.Tests;

/// <summary>
Expand Down
2 changes: 2 additions & 0 deletions test/DemaConsulting.TestResults.Tests/TestOutcomeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#nullable enable

using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace DemaConsulting.TestResults.Tests;
Expand Down