Commit ce19192 1 parent e6a9c07 commit ce19192 Copy full SHA for ce19192
File tree 2 files changed +11
-8
lines changed
2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<ItemGroup >
3
- <PackageVersion Include =" GitVersion.MsBuild" Version =" 6.0.5" />
4
- <PackageVersion Include =" Noggog.CSharpExt" Version =" 2.70.0-alpha.11" />
5
- <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.11.0" />
6
- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1" />
3
+ <PackageVersion Include =" GitVersion.MsBuild" Version =" 6.1.0" >
4
+ <PrivateAssets >all</PrivateAssets >
5
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
6
+ </PackageVersion >
7
+ <PackageVersion Include =" Noggog.CSharpExt" Version =" 2.70.0-alpha.23" />
8
+ <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.12.0" />
9
+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
7
10
<PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
8
11
<PackageVersion Include =" System.Linq.Async" Version =" 6.0.1" />
9
- <PackageVersion Include =" xunit" Version =" 2.9.2 " />
10
- <PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.8.2 " >
12
+ <PackageVersion Include =" xunit" Version =" 2.9.3 " />
13
+ <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.0.1 " >
11
14
<PrivateAssets >all</PrivateAssets >
12
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
13
16
</PackageVersion >
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ public abstract class Translator<ObjTransl>
9
9
public GetResponse < ObjTransl > NullTranslationItem ;
10
10
public Type ? NullType = default ;
11
11
12
- public Dictionary < Type , GetResponse < ObjTransl > > typeDict = new Dictionary < Type , GetResponse < ObjTransl > > ( ) ;
13
- public HashSet < Type > GenericTypes = new HashSet < Type > ( ) ;
12
+ public Dictionary < Type , GetResponse < ObjTransl > > typeDict = new ( ) ;
13
+ public HashSet < Type > GenericTypes = new ( ) ;
14
14
15
15
private Type genericCaster ;
16
16
private Type loquiTranslation ;
You can’t perform that action at this time.
0 commit comments