Skip to content

Commit fbf3317

Browse files
CopilotbaseTwo
andcommitted
Fix PublicAPI files: add #nullable enable to all Shipped.txt files
Co-authored-by: baseTwo <[email protected]>
1 parent 1252930 commit fbf3317

File tree

11 files changed

+11
-10
lines changed

11 files changed

+11
-10
lines changed

Cql/CodeGeneration.NET/PublicAPI.Shipped.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-

1+
#nullable enable
22
Hl7.Cql.CodeGeneration.NET.AssemblyBinary
33
Hl7.Cql.CodeGeneration.NET.AssemblyBinary.AssemblyBinary(byte[]? AssemblyBytes, byte[]? DebugSymbolsBytes = null) -> void
44
Hl7.Cql.CodeGeneration.NET.AssemblyBinary.AssemblyBinary(Hl7.Cql.CodeGeneration.NET.AssemblyBinary! original) -> void
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-

1+
#nullable enable

Cql/Cql.CqlToElm/PublicAPI.Shipped.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-

1+
#nullable enable
22
Hl7.Cql.CqlToElm.AmbiguousTypeBehavior
33
Hl7.Cql.CqlToElm.AmbiguousTypeBehavior.Error = 0 -> Hl7.Cql.CqlToElm.AmbiguousTypeBehavior
44
Hl7.Cql.CqlToElm.AmbiguousTypeBehavior.PreferModel = 2 -> Hl7.Cql.CqlToElm.AmbiguousTypeBehavior

Cql/Cql.Firely/PublicAPI.Shipped.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-

1+
#nullable enable
22
Hl7.Cql.Fhir.FhirCqlContext
33
Hl7.Cql.Fhir.FhirCqlContextOptions
44
Hl7.Cql.Fhir.FhirCqlContextOptions.CodeInOperatorSemantics

Cql/Cql.Invocation/PublicAPI.Shipped.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-

1+
#nullable enable
22
abstract Hl7.Cql.Invocation.Toolkit.DefinitionInvoker.Invoke(Hl7.Cql.Runtime.CqlContext! cqlContext, params object?[]! args) -> object?
33
abstract Hl7.Cql.Invocation.Toolkit.LibraryInvoker.Definitions.get -> System.Collections.Generic.IReadOnlyDictionary<Hl7.Cql.Runtime.DefinitionSignature, Hl7.Cql.Invocation.Toolkit.DefinitionInvoker!>!
44
abstract Hl7.Cql.Invocation.Toolkit.LibraryInvoker.DependencyLibraryIdentifiers.get -> System.Collections.Generic.IReadOnlyCollection<Hl7.Cql.Runtime.CqlVersionedLibraryIdentifier>!

Cql/Cql.Model/PublicAPI.Shipped.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-

1+
#nullable enable
22
Hl7.Cql.Model.BindingInfo
33
Hl7.Cql.Model.BindingInfo.BindingInfo() -> void
44
Hl7.Cql.Model.BindingInfo.strength.get -> Hl7.Cql.Model.BindingStrength

Cql/Cql.Packaging/PublicAPI.Shipped.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
#nullable enable
23
Hl7.Cql.Packaging.CqlTypeToFhirMapping
34
Hl7.Cql.Packaging.CqlTypeToFhirMapping.CqlType.get -> Hl7.Cql.Primitives.CqlPrimitiveType?
45
Hl7.Cql.Packaging.CqlTypeToFhirMapping.CqlType.init -> void

Cql/Cql.Runtime/PublicAPI.Shipped.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-

1+
#nullable enable
22
const Hl7.Cql.Runtime.Parsing.CqlParseErrors.CannotSplitIdentifierAndVersionByDash = "Cannot split identifier and version by dash." -> string!
33
const Hl7.Cql.Runtime.Parsing.CqlParseErrors.ExpectedTokenNotFound_1 = "Expected {0} token not found." -> string!
44
const Hl7.Cql.Runtime.Parsing.CqlParseErrors.MoreTokensAfterEndOfInput = "More tokens after expected end of input." -> string!

Cql/Cql/PublicAPI.Shipped.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-

1+
#nullable enable

Cql/Elm/PublicAPI.Shipped.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-

1+
#nullable enable
22
const Hl7.Cql.Elm.Library.JsonMimeType = "application/elm+json" -> string!
33
const Hl7.Cql.Elm.Library.LibraryNodeProperty = "Library" -> string!
44
const Hl7.Cql.Elm.Library.XmlMimeType = "application/elm+xml" -> string!

0 commit comments

Comments
 (0)