fix
This commit is contained in:
@@ -54,7 +54,7 @@ public static class StringExtensions
|
||||
return Guid.Parse(str);
|
||||
}
|
||||
|
||||
public static Guid? AsGuidNull(this string str)
|
||||
public static Guid? AsGuidNull(this string? str)
|
||||
{
|
||||
if (Guid.TryParse(str, out var guid))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user