Skip to content

Commit 59781ae

Browse files
committed
Enable nullability annotations in public API docs
1 parent a40c932 commit 59781ae

File tree

6 files changed

+362
-360
lines changed

6 files changed

+362
-360
lines changed

src/CommandLineUtils/CommandLineApplication{T}.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public class CommandLineApplication<TModel> : CommandLineApplication, IModelAcce
1919
private Lazy<TModel> _lazy;
2020
private Func<TModel> _modelFactory = DefaultModelFactory;
2121

22-
#nullable disable
2322
/// <summary>
2423
/// Initializes a new instance of <see cref="CommandLineApplication{TModel}"/>.
2524
/// </summary>
@@ -73,7 +72,6 @@ internal CommandLineApplication(CommandLineApplication parent, string name)
7372
{
7473
Initialize();
7574
}
76-
#nullable enable
7775

7876
private void Initialize()
7977
{

0 commit comments

Comments
 (0)