Skip to content

Commit 402a092

Browse files
committed
add a test proving the new scenario
1 parent fe8bcde commit 402a092

File tree

2 files changed

+191
-47
lines changed

2 files changed

+191
-47
lines changed

src/Resolvers/Microsoft.DotNet.SdkResolver/VSSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ private VSSettings()
6363
}
6464

6565
// Test constructor
66-
public VSSettings(string settingsFilePath, bool disallowPrereleaseByDefault)
66+
public VSSettings(string? settingsFilePath, bool disallowPrereleaseByDefault)
6767
{
6868
_settingsFilePath = settingsFilePath;
6969
_disallowPrereleaseByDefault = disallowPrereleaseByDefault;

0 commit comments

Comments
 (0)