Update MimeKit package because of a security issue #43
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Classification
This pull request focuses on code cleanup and modernization, specifically by enhancing test readability and consistency, adopting newer C# features, and updating dependencies.
PR Summary
The pull request modernizes the test suite and codebase of the MailMergeLib project by refactoring assertion syntax for better readability, adopting C# 8.0 nullable reference types, and updating NuGet package versions. Key changes include:
Assert.That
with the NUnit constraint model.Assert.Multiple
blocks in test methods for grouped assertion evaluation.netcoreapp3.1
target framework and updated various NuGet package references inMailMergeLib.Tests.csproj
.NUnit.Analyzers
reference inMailMergeLib.Tests.csproj
for enhanced test writing assistance.Package Updates
MailMergeLib package updates
Unit test package updates