diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-12-20 21:30:51 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-12-20 21:30:51 +0100 |
| commit | 5dc3874ebdeac26d7be885b9a44ca1321b4b25cf (patch) | |
| tree | 353394de307ccdcf955b84ec4168a914c0c298dc /Emby.Photos | |
| parent | 06dfa2e687304874d4c8de8f7c95354b3d51225c (diff) | |
Enable nullable reference types for Emby.Photos and Emby.Notifications
* Enable TreatWarningsAsErrors for Emby.Notifications
* Add analyzers to Emby.Notifications
Diffstat (limited to 'Emby.Photos')
| -rw-r--r-- | Emby.Photos/Emby.Photos.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Photos/Emby.Photos.csproj b/Emby.Photos/Emby.Photos.csproj index 64692c370..8fd18466a 100644 --- a/Emby.Photos/Emby.Photos.csproj +++ b/Emby.Photos/Emby.Photos.csproj @@ -18,6 +18,7 @@ <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateDocumentationFile>true</GenerateDocumentationFile> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> + <Nullable>enable</Nullable> </PropertyGroup> <!-- Code analysers--> |
