Skip to content

Re-enabled nullability errors#549

Merged
ewoutkramer merged 15 commits intodevelop-sdk6from
feature/6.0-re-enable-nullability-errors
Jul 22, 2025
Merged

Re-enabled nullability errors#549
ewoutkramer merged 15 commits intodevelop-sdk6from
feature/6.0-re-enable-nullability-errors

Conversation

@Kasdejong
Copy link
Copy Markdown
Member

@Kasdejong Kasdejong commented Jul 10, 2025

Description

re-enabled nullability warnings as errors on the SDK-6 branch and resolved all warnings/errors on both the test and validation projects

Related issues

Fixes #548

also review FirelyTeam/fhir-test-cases#68!

@Kasdejong Kasdejong changed the base branch from develop to develop-sdk6 July 10, 2025 15:23
@Kasdejong Kasdejong changed the base branch from develop-sdk6 to feature/use-poconode-everywhere July 10, 2025 15:23
@Kasdejong Kasdejong requested a review from ewoutkramer July 16, 2025 15:15
/// properties.
/// </summary>
public FhirPathValidator(string key, string expression, string? humanDescription, IssueSeverity? severity = IssueSeverity.Error,
public FhirPathValidator(string? key, string? expression, string? humanDescription, IssueSeverity? severity = IssueSeverity.Error,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These optionals are not correct.

Base automatically changed from feature/use-poconode-everywhere to develop-sdk6 July 16, 2025 17:24
…rors

# Conflicts:
#	test/Firely.Fhir.Validation.Compilation.Tests.Shared/FhirTestCases
@Kasdejong Kasdejong requested a review from ewoutkramer July 22, 2025 09:57
@ewoutkramer ewoutkramer merged commit 63a2a4a into develop-sdk6 Jul 22, 2025
2 checks passed
@ewoutkramer ewoutkramer deleted the feature/6.0-re-enable-nullability-errors branch July 22, 2025 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Re-enable nullability errors in the SDK-6 branch

2 participants