sillsdev / sillsdev/liblcm

Enable Nullable reference types

Open
#310 1 comment 0 reactions 1 assignee View on GitHub

@hahn-kev is already working on this.

Since Jul 2, 2026.

engineering
Dominant language
C#
Stars
3
Forks
16
Avg merge
22h 40m
Merged PRs (30d)
1

Description

Since starting to use LCM with Fieldworks lite I'm running into places where NRT would help avoid runtime bugs.

Read about NRT here. Migration guide.

We need to plan how to roll this out, one huge PR is going to make merging difficult so it should be done in stages. Maybe we do it per project or maybe at a more fine grained level.

Generated code will probably be the biggest area that will be tricky to figure out.

I'm not sure how this works with dotnet framework, some things I read said it should work but it requires testing.

Finally we should consider if we want to make null issues errors or warnings. For Lexbox we found that by making them errors we actually paid attention and we largely ignored it when it was just a warning.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.