Skip to content

Commit 5f40150

Browse files
Copilotjeffkl
andcommitted
Fix nullability annotations in PublicAPI files
Co-authored-by: jeffkl <[email protected]>
1 parent 28010df commit 5f40150

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#nullable enable
22
NuGet.Protocol.Core.Types.QuotaExceededException
3-
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message) -> void
4-
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message, System.Exception innerException) -> void
5-
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message, System.TimeSpan? retryAfter) -> void
6-
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message, System.TimeSpan? retryAfter, System.Exception innerException) -> void
3+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string! message) -> void
4+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string! message, System.Exception! innerException) -> void
5+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string! message, System.TimeSpan? retryAfter) -> void
6+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string! message, System.TimeSpan? retryAfter, System.Exception! innerException) -> void
77
NuGet.Protocol.Core.Types.QuotaExceededException.RetryAfter.get -> System.TimeSpan?
8-
~NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) -> void
8+
~NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(System.Runtime.Serialization.SerializationInfo! info, System.Runtime.Serialization.StreamingContext context) -> void
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#nullable enable
22
NuGet.Protocol.Core.Types.QuotaExceededException
3-
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message) -> void
4-
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message, System.Exception innerException) -> void
5-
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message, System.TimeSpan? retryAfter) -> void
6-
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message, System.TimeSpan? retryAfter, System.Exception innerException) -> void
3+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string! message) -> void
4+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string! message, System.Exception! innerException) -> void
5+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string! message, System.TimeSpan? retryAfter) -> void
6+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string! message, System.TimeSpan? retryAfter, System.Exception! innerException) -> void
77
NuGet.Protocol.Core.Types.QuotaExceededException.RetryAfter.get -> System.TimeSpan?
8-
~NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) -> void
8+
~NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(System.Runtime.Serialization.SerializationInfo! info, System.Runtime.Serialization.StreamingContext context) -> void
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#nullable enable
22
NuGet.Protocol.Core.Types.QuotaExceededException
3-
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message) -> void
4-
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message, System.Exception innerException) -> void
5-
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message, System.TimeSpan? retryAfter) -> void
6-
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message, System.TimeSpan? retryAfter, System.Exception innerException) -> void
3+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string! message) -> void
4+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string! message, System.Exception! innerException) -> void
5+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string! message, System.TimeSpan? retryAfter) -> void
6+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string! message, System.TimeSpan? retryAfter, System.Exception! innerException) -> void
77
NuGet.Protocol.Core.Types.QuotaExceededException.RetryAfter.get -> System.TimeSpan?
8-
~NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) -> void
8+
~NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(System.Runtime.Serialization.SerializationInfo! info, System.Runtime.Serialization.StreamingContext context) -> void

0 commit comments

Comments
 (0)