We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a6e0e commit c35232aCopy full SHA for c35232a
Flow.Launcher.Test/Plugins/PluginInitTest.cs
@@ -11,7 +11,7 @@ public class PluginInitTest
11
[Test]
12
public void PublicAPIIsNullTest()
13
{
14
- //Ap[ssert.Throws(typeof(Flow.LauncherFatalException), () => PluginManager.Initialize(null));
+ //Assert.Throws(typeof(Flow.LauncherFatalException), () => PluginManager.Initialize(null));
15
}
16
17
global.json
@@ -1,6 +1,6 @@
1
2
"sdk": {
3
- "version": "5.0.300",
+ "version": "5.0.100",
4
"rollForward": "latestFeature"
5
6
0 commit comments