dotnet / dotnet/docfx

[Feature Request] Enable Nullable reference types on solution level

Open
#9,028 0 comments 1 reaction 0 assignees View on GitHub
fundamental
Dominant language
C#
Stars
4.4k
Forks
890
Avg merge
2h 11m
Merged PRs (30d)
10

Description

**Is your feature request related to a problem? Please describe.**

Currently docfx `v2` use `#nullable enable` on per file level.
It might be better to apply this settings to solution level.

I know it requires a lot of works to supporting this feature.
But It seems worth putting on the future roadmap.

**Describe the solution you'd like**

Add following settings to `Directory.Build.props`

```xml

enable

```

**Related Issues**
- https://github.com/dotnet/docfx/issues/5515

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.