/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Files.Core.Storage/Files.Core.Storage.csproj
20 строк
748 B
0x5BFA
Code Quality: Enable TreatWarningsAsErrors in some projects & enable "strict" feature flag globally (#18116)
03 май 2026, 04:45
Не верифицирован
03 май 2026, 04:45
1639222
Код
Авторство
О чём код?
<!-- Copyright (c) Files Community. Licensed under the MIT License. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(TargetFrameworkVersion)</TargetFramework> <Nullable>enable</Nullable> <IsTrimmable>true</IsTrimmable> <Configurations>Debug;Release</Configurations> <Platforms>x86;x64;arm64</Platforms> <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> <IsAotCompatible>true</IsAotCompatible> <DisableRuntimeMarshalling>true</DisableRuntimeMarshalling> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> <ItemGroup> <PackageReference Include="OwlCore.Storage" /> </ItemGroup> </Project>