File tree Expand file tree Collapse file tree
Affinity/Harmony/Generator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11using HarmonyLib ;
22using IPA . Loader ;
3- using IPA . Utilities ;
43using System ;
54using System . Collections . Generic ;
6- using System . IO ;
75using System . Linq ;
86using System . Reflection ;
97using System . Reflection . Emit ;
10- using TypeAttributes = System . Reflection . TypeAttributes ;
118using FieldAttributes = System . Reflection . FieldAttributes ;
129using MethodAttributes = System . Reflection . MethodAttributes ;
13- using ParameterAttributes = System . Reflection . ParameterAttributes ;
1410using MethodImplAttributes = System . Reflection . MethodImplAttributes ;
11+ using ParameterAttributes = System . Reflection . ParameterAttributes ;
12+ using TypeAttributes = System . Reflection . TypeAttributes ;
13+
14+ #if DEBUG
15+ using IPA . Utilities ;
16+ using System . IO ;
17+ #endif
1518
1619namespace SiraUtil . Affinity . Harmony . Generator
1720{
Original file line number Diff line number Diff line change 1111 <RootNamespace >SiraUtil</RootNamespace >
1212 </PropertyGroup >
1313
14+ <PropertyGroup Condition =" '$(CI)' != ''" >
15+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
16+ </PropertyGroup >
17+
1418 <PropertyGroup >
1519 <PackageId >SiraUtil</PackageId >
1620 <Title >SiraUtil</Title >
You can’t perform that action at this time.
0 commit comments