Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Put mock API source into Debug mode
  • Loading branch information
buyaa-n committed Jul 26, 2021
commit d80815f4bada32053c72b1bd5b19fc7023992159
Original file line number Diff line number Diff line change
Expand Up @@ -4447,7 +4447,6 @@ void M1()

await VerifyAnalyzerAsyncCs(source, s_msBuildPlatforms);
}
#endif

private readonly string MockApisCsSource = @"
namespace System
Expand All @@ -4463,6 +4462,7 @@ public class MockOperatingSystem
}
}
";
#endif

private readonly string TargetTypesForTest = @"
namespace PlatformCompatDemo.SupportedUnupported
Expand Down