Skip to content

Commit dfe7c60

Browse files
build: Bump microsoft.build.tasks.core to 17.14.8 (#353)
* build: Bump microsoft.build.tasks.core to 17.14.8 * lint: Fix linter/formatter error
1 parent 6afbdb6 commit dfe7c60

File tree

3 files changed

+29
-31
lines changed

3 files changed

+29
-31
lines changed

src/dscom.build/dscom.build.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</PropertyGroup>
3434

3535
<ItemGroup>
36-
<PackageReference Include="microsoft.build.tasks.core" Version="[17.3.0,17.4.0)" PrivateAssets="all" IncludeAssets="compile; build" />
36+
<PackageReference Include="microsoft.build.tasks.core" Version="[17.14.8]" PrivateAssets="all" IncludeAssets="compile; build" />
3737
<PackageReference Include="Microsoft.SourceLink.Github" Version="8.0.0">
3838
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3939
<PrivateAssets>all</PrivateAssets>

src/dscom.client/GlobalUsing.cs

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,49 +14,47 @@
1414

1515
#pragma warning disable CS8019
1616

17+
global using CALLCONV = System.Runtime.InteropServices.ComTypes.CALLCONV;
18+
global using Constants = dSPACE.Runtime.InteropServices.Internal.Constants;
1719
global using CUSTDATA = dSPACE.Runtime.InteropServices.ComTypes.Internal.CUSTDATA;
1820
global using CUSTDATAITEM = dSPACE.Runtime.InteropServices.ComTypes.Internal.CUSTDATAITEM;
21+
global using DISPPARAMS = System.Runtime.InteropServices.ComTypes.DISPPARAMS;
22+
global using ELEMDESC = System.Runtime.InteropServices.ComTypes.ELEMDESC;
23+
global using FUNCDESC = System.Runtime.InteropServices.ComTypes.FUNCDESC;
24+
global using FUNCKIND = System.Runtime.InteropServices.ComTypes.FUNCKIND;
25+
global using Guids = dSPACE.Runtime.InteropServices.Internal.Guids;
1926
global using HRESULT = dSPACE.Runtime.InteropServices.ComTypes.Internal.HRESULT;
2027
global using IClassFactory = dSPACE.Runtime.InteropServices.ComTypes.Internal.IClassFactory;
2128
global using ICreateTypeInfo2 = dSPACE.Runtime.InteropServices.ComTypes.Internal.ICreateTypeInfo2;
2229
global using ICreateTypeLib = dSPACE.Runtime.InteropServices.ComTypes.Internal.ICreateTypeLib;
2330
global using ICreateTypeLib2 = dSPACE.Runtime.InteropServices.ComTypes.Internal.ICreateTypeLib2;
2431
global using IDispatch = dSPACE.Runtime.InteropServices.ComTypes.Internal.IDispatch;
2532
global using IDLDESC = dSPACE.Runtime.InteropServices.ComTypes.Internal.IDLDESC;
26-
global using ITypeInfo64Bit = dSPACE.Runtime.InteropServices.ComTypes.Internal.ITypeInfo64Bit;
27-
global using IUnknown = dSPACE.Runtime.InteropServices.ComTypes.Internal.IUnknown;
28-
global using Ole32 = dSPACE.Runtime.InteropServices.ComTypes.Internal.Ole32;
29-
global using OleAut32 = dSPACE.Runtime.InteropServices.ComTypes.Internal.OleAut32;
30-
global using PARAMDESCEX = dSPACE.Runtime.InteropServices.ComTypes.Internal.PARAMDESCEX;
31-
32-
global using REGKIND = dSPACE.Runtime.InteropServices.ComTypes.Internal.REGKIND;
33-
global using VARIANT = dSPACE.Runtime.InteropServices.ComTypes.Internal.VARIANT;
34-
35-
global using Constants = dSPACE.Runtime.InteropServices.Internal.Constants;
36-
global using Guids = dSPACE.Runtime.InteropServices.Internal.Guids;
37-
global using CALLCONV = System.Runtime.InteropServices.ComTypes.CALLCONV;
38-
global using DISPPARAMS = System.Runtime.InteropServices.ComTypes.DISPPARAMS;
39-
global using ELEMDESC = System.Runtime.InteropServices.ComTypes.ELEMDESC;
40-
global using FUNCDESC = System.Runtime.InteropServices.ComTypes.FUNCDESC;
41-
global using FUNCKIND = System.Runtime.InteropServices.ComTypes.FUNCKIND;
4233
global using IDLFLAG = System.Runtime.InteropServices.ComTypes.IDLFLAG;
4334
global using IMPLTYPEFLAGS = System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS;
4435
global using INVOKEKIND = System.Runtime.InteropServices.ComTypes.INVOKEKIND;
4536
global using ITypeComp = System.Runtime.InteropServices.ComTypes.ITypeComp;
4637
global using ITypeInfo = System.Runtime.InteropServices.ComTypes.ITypeInfo;
4738
global using ITypeInfo2 = System.Runtime.InteropServices.ComTypes.ITypeInfo2;
39+
global using ITypeInfo64Bit = dSPACE.Runtime.InteropServices.ComTypes.Internal.ITypeInfo64Bit;
4840
global using ITypeLib = System.Runtime.InteropServices.ComTypes.ITypeLib;
4941
global using ITypeLib2 = System.Runtime.InteropServices.ComTypes.ITypeLib2;
42+
global using IUnknown = dSPACE.Runtime.InteropServices.ComTypes.Internal.IUnknown;
5043
global using LIBFLAGS = System.Runtime.InteropServices.ComTypes.LIBFLAGS;
44+
global using Ole32 = dSPACE.Runtime.InteropServices.ComTypes.Internal.Ole32;
45+
global using OleAut32 = dSPACE.Runtime.InteropServices.ComTypes.Internal.OleAut32;
5146
global using PARAMDESC = System.Runtime.InteropServices.ComTypes.PARAMDESC;
47+
global using PARAMDESCEX = dSPACE.Runtime.InteropServices.ComTypes.Internal.PARAMDESCEX;
5248
global using PARAMFLAG = System.Runtime.InteropServices.ComTypes.PARAMFLAG;
49+
global using REGKIND = dSPACE.Runtime.InteropServices.ComTypes.Internal.REGKIND;
5350
global using SYSKIND = System.Runtime.InteropServices.ComTypes.SYSKIND;
5451
global using TYPEATTR = System.Runtime.InteropServices.ComTypes.TYPEATTR;
5552
global using TYPEDESC = System.Runtime.InteropServices.ComTypes.TYPEDESC;
5653
global using TYPEFLAGS = System.Runtime.InteropServices.ComTypes.TYPEFLAGS;
5754
global using TYPEKIND = System.Runtime.InteropServices.ComTypes.TYPEKIND;
5855
global using TYPELIBATTR = System.Runtime.InteropServices.ComTypes.TYPELIBATTR;
5956
global using VARDESC = System.Runtime.InteropServices.ComTypes.VARDESC;
57+
global using VARIANT = dSPACE.Runtime.InteropServices.ComTypes.Internal.VARIANT;
6058
global using VARKIND = System.Runtime.InteropServices.ComTypes.VARKIND;
6159

6260
#pragma warning restore CS8019

src/dscom/GlobalUsing.cs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,45 +14,45 @@
1414

1515
#pragma warning disable CS8019
1616

17+
global using CALLCONV = System.Runtime.InteropServices.ComTypes.CALLCONV;
18+
global using Constants = dSPACE.Runtime.InteropServices.Internal.Constants;
1719
global using CUSTDATA = dSPACE.Runtime.InteropServices.ComTypes.Internal.CUSTDATA;
1820
global using CUSTDATAITEM = dSPACE.Runtime.InteropServices.ComTypes.Internal.CUSTDATAITEM;
21+
global using DISPPARAMS = System.Runtime.InteropServices.ComTypes.DISPPARAMS;
22+
global using ELEMDESC = System.Runtime.InteropServices.ComTypes.ELEMDESC;
23+
global using FUNCDESC = System.Runtime.InteropServices.ComTypes.FUNCDESC;
24+
global using FUNCKIND = System.Runtime.InteropServices.ComTypes.FUNCKIND;
25+
global using Guids = dSPACE.Runtime.InteropServices.Internal.Guids;
1926
global using HRESULT = dSPACE.Runtime.InteropServices.ComTypes.Internal.HRESULT;
2027
global using IClassFactory = dSPACE.Runtime.InteropServices.ComTypes.Internal.IClassFactory;
2128
global using ICreateTypeInfo2 = dSPACE.Runtime.InteropServices.ComTypes.Internal.ICreateTypeInfo2;
2229
global using ICreateTypeLib2 = dSPACE.Runtime.InteropServices.ComTypes.Internal.ICreateTypeLib2;
2330
global using IDispatch = dSPACE.Runtime.InteropServices.ComTypes.Internal.IDispatch;
24-
global using ITypeInfo64Bit = dSPACE.Runtime.InteropServices.ComTypes.Internal.ITypeInfo64Bit;
25-
global using IUnknown = dSPACE.Runtime.InteropServices.ComTypes.Internal.IUnknown;
26-
global using Ole32 = dSPACE.Runtime.InteropServices.ComTypes.Internal.Ole32;
27-
global using OleAut32 = dSPACE.Runtime.InteropServices.ComTypes.Internal.OleAut32;
28-
global using PARAMDESCEX = dSPACE.Runtime.InteropServices.ComTypes.Internal.PARAMDESCEX;
29-
global using REGKIND = dSPACE.Runtime.InteropServices.ComTypes.Internal.REGKIND;
30-
global using VARIANT = dSPACE.Runtime.InteropServices.ComTypes.Internal.VARIANT;
31-
global using Constants = dSPACE.Runtime.InteropServices.Internal.Constants;
32-
global using Guids = dSPACE.Runtime.InteropServices.Internal.Guids;
33-
global using CALLCONV = System.Runtime.InteropServices.ComTypes.CALLCONV;
34-
global using DISPPARAMS = System.Runtime.InteropServices.ComTypes.DISPPARAMS;
35-
global using ELEMDESC = System.Runtime.InteropServices.ComTypes.ELEMDESC;
36-
global using FUNCDESC = System.Runtime.InteropServices.ComTypes.FUNCDESC;
37-
global using FUNCKIND = System.Runtime.InteropServices.ComTypes.FUNCKIND;
3831
global using IDLFLAG = System.Runtime.InteropServices.ComTypes.IDLFLAG;
3932
global using IMPLTYPEFLAGS = System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS;
4033
global using INVOKEKIND = System.Runtime.InteropServices.ComTypes.INVOKEKIND;
4134
global using ITypeComp = System.Runtime.InteropServices.ComTypes.ITypeComp;
4235
global using ITypeInfo = System.Runtime.InteropServices.ComTypes.ITypeInfo;
4336
global using ITypeInfo2 = System.Runtime.InteropServices.ComTypes.ITypeInfo2;
37+
global using ITypeInfo64Bit = dSPACE.Runtime.InteropServices.ComTypes.Internal.ITypeInfo64Bit;
4438
global using ITypeLib = System.Runtime.InteropServices.ComTypes.ITypeLib;
4539
global using ITypeLib2 = System.Runtime.InteropServices.ComTypes.ITypeLib2;
40+
global using IUnknown = dSPACE.Runtime.InteropServices.ComTypes.Internal.IUnknown;
4641
global using LIBFLAGS = System.Runtime.InteropServices.ComTypes.LIBFLAGS;
42+
global using Ole32 = dSPACE.Runtime.InteropServices.ComTypes.Internal.Ole32;
43+
global using OleAut32 = dSPACE.Runtime.InteropServices.ComTypes.Internal.OleAut32;
4744
global using PARAMDESC = System.Runtime.InteropServices.ComTypes.PARAMDESC;
45+
global using PARAMDESCEX = dSPACE.Runtime.InteropServices.ComTypes.Internal.PARAMDESCEX;
4846
global using PARAMFLAG = System.Runtime.InteropServices.ComTypes.PARAMFLAG;
47+
global using REGKIND = dSPACE.Runtime.InteropServices.ComTypes.Internal.REGKIND;
4948
global using SYSKIND = System.Runtime.InteropServices.ComTypes.SYSKIND;
5049
global using TYPEATTR = System.Runtime.InteropServices.ComTypes.TYPEATTR;
5150
global using TYPEDESC = System.Runtime.InteropServices.ComTypes.TYPEDESC;
5251
global using TYPEFLAGS = System.Runtime.InteropServices.ComTypes.TYPEFLAGS;
5352
global using TYPEKIND = System.Runtime.InteropServices.ComTypes.TYPEKIND;
5453
global using TYPELIBATTR = System.Runtime.InteropServices.ComTypes.TYPELIBATTR;
5554
global using VARDESC = System.Runtime.InteropServices.ComTypes.VARDESC;
55+
global using VARIANT = dSPACE.Runtime.InteropServices.ComTypes.Internal.VARIANT;
5656
global using VARKIND = System.Runtime.InteropServices.ComTypes.VARKIND;
5757

5858
#pragma warning restore CS8019

0 commit comments

Comments
 (0)