Skip to content

Switch to c# 8 with nullable reference types #34

@SimonGeering

Description

@SimonGeering

Is your feature request related to a problem? Please describe.
The root cause of #33 is potentially a null reference exception.

Describe the solution you'd like
To prevent null reference exceptions we should switch all projects to use c#8 language features with nullable reference types:

    <LangVersion>8.0</LangVersion>
    <nullable>enable</nullable>

Describe alternatives you've considered

  • lots of guard clauses
  • lots of extra unit tests
  • lots of frustration :-)

Additional context
I have disabled unit test that are causing this issue for now in the PR for #9

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions