Fix warnings
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
public class AppState
|
||||
{
|
||||
public required string SolutionFolderPath { get; set; }
|
||||
public required string SolutionFilePath { get; set; }
|
||||
public required string CsprojFilePath { get; set; }
|
||||
public required string? SolutionFolderPath { get; set; }
|
||||
public required string? SolutionFilePath { get; set; }
|
||||
public required string? CsprojFilePath { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user