Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.0.0] - 2026-03-04
[v2.0.0](https://github.com/TensionDev/UUID.Serialization.JsonNet/releases/tag/v2.0.0)

### Changed
- Changed to reference TensionDev.UUID v2.0.0.
- Changed to reference Newtonsoft.Json v13.0.2.


## [v1.1.0] - 2026-02-27
[v1.1.0](https://github.com/TensionDev/UUID.Serialization.JsonNet/releases/tag/v1.1.0)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

namespace TensionDev.UUID.Serialization.JsonNet.Tests
{
public class TestUuidJsonNetConverter : IDisposable
public class UuidJsonNetConverterTests : IDisposable
{
private bool disposedValue;

private readonly UuidJsonNetConverter _converter;

public TestUuidJsonNetConverter()
public UuidJsonNetConverterTests()
{
_converter = new UuidJsonNetConverter();
}
Expand Down Expand Up @@ -43,10 +43,10 @@
public void TestWriteJson()
{
var writerMock = new Mock<JsonWriter>(MockBehavior.Strict);
object? capturedValue = null;

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 46 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
// Setup to accept any object and capture it
writerMock.Setup(w => w.WriteValue(It.IsAny<string?>()))

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 48 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.Callback<string?>(v => capturedValue = v)

Check warning on line 49 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 49 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 49 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 49 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 49 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 49 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 49 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 49 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 49 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 49 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 49 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 49 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 49 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 49 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 49 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 49 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.Verifiable();

var serializerMock = new Mock<JsonSerializer>(MockBehavior.Loose);
Expand Down Expand Up @@ -78,7 +78,7 @@
_converter.WriteJson(writerMock.Object, value, serializerMock.Object);

// Assert
writerMock.Verify(w => w.WriteValue(It.IsAny<string?>()), Times.Once, "WriteValue should be called exactly once.");

Check warning on line 81 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 81 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 81 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 81 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 81 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 81 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 81 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 81 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on macos-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 81 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 81 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 81 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 81 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on ubuntu-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 81 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 81 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x on windows-latest

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 81 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check warning on line 81 in TensionDev.UUID.Serialization.JsonNet.Tests/UuidJsonNetConverterTests.cs

View workflow job for this annotation

GitHub Actions / .NET 8.0.x

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
// Ensure the captured value matches the value.ToString() result
var expected = value.ToString();
Assert.NotNull(capturedValue);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageId>TensionDev.UUID.Serialization.JsonNet</PackageId>
<Version>1.1.0</Version>
<Version>2.0.0</Version>
<Authors>TensionDev amsga</Authors>
<Company>TensionDev</Company>
<Product>TensionDev.UUID.Serialization.JsonNet</Product>
Expand All @@ -37,8 +37,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="TensionDev.UUID" Version="1.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="TensionDev.UUID" Version="2.0.0" />
</ItemGroup>

</Project>