Skip to content

Commit

Permalink
Automated dotnet-format update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 3, 2024
1 parent 8354cb4 commit c9af6c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace BUTR.Site.NexusMods.Server.Models;
using TValueType = Guid;

[ValueObject<TValueType>(conversions: Conversions.EfCoreValueConverter | Conversions.SystemTextJson | Conversions.TypeConverter)]
public readonly partial struct CrashReportId : IVogen<TType,TValueType>, IHasRandomValueGenerator<TType, TValueType, Random>
public readonly partial struct CrashReportId : IVogen<TType, TValueType>, IHasRandomValueGenerator<TType, TValueType, Random>
{
public static TType NewRandomValue(Random? random) => From(TValueType.NewGuid());
}

0 comments on commit c9af6c9

Please sign in to comment.