public IMensuraUnit
All checks were successful
Publish NuGet packages / publish (push) Successful in 51s
All checks were successful
Publish NuGet packages / publish (push) Successful in 51s
This commit is contained in:
@@ -195,7 +195,7 @@ using System.Runtime.Serialization;
|
||||
namespace QWERTYkez.Mensura.Units;
|
||||
|
||||
[JsonConverter(typeof(UnitJsonConverter<{typeNameZ}>))]
|
||||
public readonly partial record struct {typeNameZ} : IMensuraUnit<{typeNameZ}>, IEquatable<{typeNameZ}>, IMensuraUnit
|
||||
public readonly partial record struct {typeNameZ} : IEquatable<{typeNameZ}>, IMensuraUnit
|
||||
{
|
||||
|
||||
[JsonInclude, DataMember, JsonPropertyName(""v""), Obsolete] // для JSON / EF на случай сбоев, если пробелма с _Value
|
||||
|
||||
Reference in New Issue
Block a user