-
Notifications
You must be signed in to change notification settings - Fork 694
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v2_develop' into v2_2432-DimAuto
- Loading branch information
Showing
24 changed files
with
143 additions
and
735 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<Nullable>enable</Nullable> | ||
<AnalysisLevel>latest-recommended</AnalysisLevel> | ||
<WarningLevel>7</WarningLevel> | ||
<CharacterSet>UTF-8</CharacterSet> | ||
<Deterministic>true</Deterministic> | ||
<UTF8OutPut>true</UTF8OutPut> | ||
<DefineConstants>$(DefineConstants);JETBRAINS_ANNOTATIONS;CONTRACTS_FULL;CODE_ANALYSIS</DefineConstants> | ||
<NoLogo>True</NoLogo> | ||
<DefineTrace>True</DefineTrace> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" /> | ||
<PackageReference Include="JetBrains.ExternalAnnotations" Version="10.2.147" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Using Include="System.Buffers" /> | ||
<Using Include="System.Collections.Specialized" /> | ||
<Using Include="System.Numerics" /> | ||
<Using Include="System.Runtime.CompilerServices" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
Analyzers/Terminal.Gui.Analyzers.Internal/Attributes/AssemblyExtendedEnumTypeAttribute.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
Analyzers/Terminal.Gui.Analyzers.Internal/Attributes/CombinationGroupingAttribute.cs
This file was deleted.
Oops, something went wrong.
110 changes: 0 additions & 110 deletions
110
...ers/Terminal.Gui.Analyzers.Internal/Attributes/GenerateEnumMemberCombinationsAttribute.cs
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
Analyzers/Terminal.Gui.Analyzers.Internal/Compatibility/CompilerFeatureRequiredAttribute.cs
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
Analyzers/Terminal.Gui.Analyzers.Internal/Compatibility/IsExternalInit.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.