Enable nullable reference types in Microsoft.DotNet.Docker.Tests and update-dependencies projects
Open
area-infrastructure
- Dominant language
- Dockerfile
- Stars
- 4.9k
- Forks
- 2k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 26
Description
### Describe the Solution
Enabling nullable reference types by default for the project can help guard against dereferencing null objects. See https://docs.microsoft.com/en-us/dotnet/csharp/nullable-references
### Additional Context
- Also see https://github.com/dotnet/docker-tools/issues/327
Contributor guide
Assessment
This issue has not been assessed yet.