Azure / Azure/data-api-builder
Enable nullable context for the tests
Open
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 370
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 8
Description
the test project doesnt have "nullable" context enabled. So, I couldnt do the suggested. Enabling nullable context for test project will be a refactoring issue in itself.
It errors:
> Severity Code Description Project File Line Suppression State
> Error CS8632 The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. 1576 Active
_Originally posted by @Aniruddh25 in https://github.com/Azure/data-api-builder/pull/1823#discussion_r1367129556_
Contributor guide
Assessment
This issue has not been assessed yet.