Skip to content

Commit ea49bfa

Browse files
committed
fix api analyzer errors
1 parent 06d76e5 commit ea49bfa

File tree

6 files changed

+775
-833
lines changed

6 files changed

+775
-833
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
3333

3434
<IsUnitTestProject>false</IsUnitTestProject>
35-
<DisableApiAnalyzers>true</DisableApiAnalyzers>
35+
<DisableApiAnalyzers>false</DisableApiAnalyzers>
3636
<IsUnitTestProject Condition="$(MSBuildProjectName.EndsWith('.Tests')) or $(MSBuildProjectName.EndsWith('.Testing'))">true</IsUnitTestProject>
3737
</PropertyGroup>
3838

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#nullable enable

src/GitVersion.Abstractions/PublicAPI.Unshipped.txt

Lines changed: 731 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#nullable enable
22
GitVersion.Agents.GitVersionBuildAgentsModule
33
GitVersion.Agents.GitVersionBuildAgentsModule.GitVersionBuildAgentsModule() -> void
4-
override GitVersion.Agents.GitVersionBuildAgentsModule.RegisterTypes(Microsoft.Extensions.DependencyInjection.IServiceCollection! services) -> void
4+
GitVersion.Agents.GitVersionBuildAgentsModule.RegisterTypes(Microsoft.Extensions.DependencyInjection.IServiceCollection! services) -> void

0 commit comments

Comments
 (0)