Skip to content

Commit

Permalink
forgot to remove some Nullable>enable (serilog#1735)
Browse files Browse the repository at this point in the history
* forgot to remove some Nullable>enable

* missed some #nullable enable
  • Loading branch information
SimonCropp authored and Twinki14 committed Dec 30, 2023
1 parent c99a97b commit fd9f93b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions src/Serilog/Core/IScalarConversionPolicy.cs
@@ -1,5 +1,4 @@
#nullable enable
using System.Diagnostics.CodeAnalysis;
using System.Diagnostics.CodeAnalysis;
using Serilog.Events;

namespace Serilog.Core;
Expand Down
1 change: 0 additions & 1 deletion src/Serilog/LoggerExtensions.cs
@@ -1,4 +1,3 @@
#nullable enable
using System;
using Serilog.Events;

Expand Down
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion test/Serilog.Tests/Serilog.Tests.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net5.0;netcoreapp3.1;netcoreapp2.1;net452;net46;net48</TargetFrameworks>
<Nullable>enable</Nullable>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
</PropertyGroup>

Expand Down
1 change: 0 additions & 1 deletion test/TestDummies/TestDummies.csproj
Expand Up @@ -6,7 +6,6 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit fd9f93b

Please sign in to comment.