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 dd508a5 commit bc18726Copy full SHA for bc18726
App/Composition.cs
@@ -7,5 +7,5 @@ internal partial class Composition
7
private static void Setup() => DI.Setup()
8
// Based on the Composition setup from the Lib namespace
9
.DependsOn("Lib.Composition")
10
- .Root<Program>("Root");
+ .Root<Program>(nameof(Root));
11
}
PackageRefApp/Composition.cs
0 commit comments