اشتراک‌ها
فعالسازی strict mode در C# compiler
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <Features>strict</Features>
  </PropertyGroup>
</Project>
فعالسازی strict mode در C# compiler