This repository was archived by the owner on Nov 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-21
lines changed Expand file tree Collapse file tree 1 file changed +5
-21
lines changed Original file line number Diff line number Diff line change @@ -580,6 +580,7 @@ Task ("spell-check")
580
580
"TLS" ,
581
581
"InteractiveMedia" ,
582
582
"V3" ,
583
+ "InjectApi" ,
583
584
} ;
584
585
var dictionary_custom = WeCantSpell . Hunspell . WordList . CreateFromWords ( words ) ;
585
586
@@ -1697,9 +1698,7 @@ Task("java-resolution-analysis")
1697
1698
1698
1699
string dir = "output/java-resolution-analysis" ;
1699
1700
EnsureDirectoryExists ( dir ) ;
1700
- EnsureDirectoryExists ( $ "{ dir } /net6.0-android") ;
1701
- EnsureDirectoryExists ( $ "{ dir } /net7.0-android") ;
1702
- EnsureDirectoryExists ( $ "{ dir } /monoandroid12.0") ;
1701
+ EnsureDirectoryExists ( $ "{ dir } /net8.0-android") ;
1703
1702
1704
1703
ConcurrentDictionary
1705
1704
<
@@ -1740,7 +1739,7 @@ Task("java-resolution-analysis")
1740
1739
1741
1740
java_resolution_analysis . TryAdd
1742
1741
(
1743
- "net7 .0-android" ,
1742
+ "net8 .0-android" ,
1744
1743
new ConcurrentDictionary
1745
1744
<
1746
1745
string ,
@@ -1755,6 +1754,7 @@ Task("java-resolution-analysis")
1755
1754
>
1756
1755
> ( )
1757
1756
) ;
1757
+ /*
1758
1758
java_resolution_analysis.TryAdd
1759
1759
(
1760
1760
"net6.0-android",
@@ -1772,23 +1772,7 @@ Task("java-resolution-analysis")
1772
1772
>
1773
1773
>()
1774
1774
);
1775
- java_resolution_analysis . TryAdd
1776
- (
1777
- "monoandroid12.0" ,
1778
- new ConcurrentDictionary
1779
- <
1780
- string ,
1781
- Dictionary
1782
- <
1783
- string ,
1784
- (
1785
- string [ ] lines , // lines
1786
- Dictionary < string , int > types , // types
1787
- Dictionary < string , int > types_filtered // types
1788
- )
1789
- >
1790
- > ( )
1791
- ) ;
1775
+ */
1792
1776
1793
1777
Parallel . ForEach
1794
1778
(
You can’t perform that action at this time.
0 commit comments