Fixed half of warnings having to do with allowing Null string objects. (#791)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
public class FileViewModel
|
||||
{
|
||||
public string FileName { get; set; }
|
||||
public string Url { get; set; }
|
||||
public string DataBase64 { get; set; }
|
||||
public string? FileName { get; set; }
|
||||
public string? Url { get; set; }
|
||||
public string? DataBase64 { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user