Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 570 Bytes

File metadata and controls

9 lines (5 loc) · 570 Bytes

NullableReferenceTypes.StrictMode

A custom roslyn analyser designed to enhance the static analysis capabilities offered by the nullable reference types feature in C#.

Below you can see a preview of what additional warnings (shown here as errors) the analyser provides at this current stage

image

This project is still in the very early stages. Expect significant changes.