Skip to content

Commit 76d6e6d

Browse files
jpobstjonpryor
authored andcommitted
Bump to Mono.Linq.Expressions v2.0.0 via NuGet (#533)
`Mono.Linq.Expressions` is available as a `netstandard2.0` [NuGet package][0]. Since we only use it for tests and it hasn't changed in 3+ years it seems more reasonable to use the NuGet package instead of a git submodule. [0]: https://www.nuget.org/packages/Mono.Linq.Expressions/
1 parent 18c29b7 commit 76d6e6d

18 files changed

+2
-41
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[submodule "lib/mono.linq.expressions"]
2-
path = lib/mono.linq.expressions
3-
url = https://github.com/jbevain/mono.linq.expressions.git
4-
branch = master
51
[submodule "external/cecil"]
62
path = external/cecil
73
url = https://github.com/mono/cecil.git

Java.Interop.sln

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ VisualStudioVersion = 16.0.29424.173
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{C8F58966-94BF-407F-914A-8654F8B8AE3B}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Linq.Expressions", "lib\mono.linq.expressions\Mono.Linq.Expressions.csproj", "{0C001D50-4176-45AE-BDC8-BA626508B0CC}"
9-
EndProject
108
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xamarin.Android.Tools.JniMarshalMethodGenerator", "tools\jnimarshalmethod-gen\Xamarin.Android.Tools.JniMarshalMethodGenerator.csproj", "{D1295A8F-4F42-461D-A046-564476C10002}"
119
EndProject
1210
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "logcat-parse", "tools\logcat-parse\logcat-parse.csproj", "{7387E151-48E3-4885-B2CA-A74434A34045}"
@@ -98,10 +96,6 @@ Global
9896
Release|Any CPU = Release|Any CPU
9997
EndGlobalSection
10098
GlobalSection(ProjectConfigurationPlatforms) = postSolution
101-
{0C001D50-4176-45AE-BDC8-BA626508B0CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
102-
{0C001D50-4176-45AE-BDC8-BA626508B0CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
103-
{0C001D50-4176-45AE-BDC8-BA626508B0CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
104-
{0C001D50-4176-45AE-BDC8-BA626508B0CC}.Release|Any CPU.Build.0 = Release|Any CPU
10599
{D1295A8F-4F42-461D-A046-564476C10002}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
106100
{D1295A8F-4F42-461D-A046-564476C10002}.Debug|Any CPU.Build.0 = Debug|Any CPU
107101
{D1295A8F-4F42-461D-A046-564476C10002}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -243,7 +237,6 @@ Global
243237
HideSolutionNode = FALSE
244238
EndGlobalSection
245239
GlobalSection(NestedProjects) = preSolution
246-
{0C001D50-4176-45AE-BDC8-BA626508B0CC} = {C8F58966-94BF-407F-914A-8654F8B8AE3B}
247240
{D1295A8F-4F42-461D-A046-564476C10002} = {C8F58966-94BF-407F-914A-8654F8B8AE3B}
248241
{7387E151-48E3-4885-B2CA-A74434A34045} = {C8F58966-94BF-407F-914A-8654F8B8AE3B}
249242
{38C762AB-8FD1-44DE-9855-26AAE7129DC3} = {C8F58966-94BF-407F-914A-8654F8B8AE3B}

lib/mono.linq.expressions

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Java.Interop.Dynamic/Java.Interop.Dynamic.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,5 @@
2222
<Project>{94BD81F7-B06F-4295-9636-F8A3B6BDC762}</Project>
2323
<Name>Java.Interop</Name>
2424
</ProjectReference>
25-
<ProjectReference Include="..\..\lib\mono.linq.expressions\Mono.Linq.Expressions.csproj">
26-
<Project>{0C001D50-4176-45AE-BDC8-BA626508B0CC}</Project>
27-
<Name>Mono.Linq.Expressions</Name>
28-
</ProjectReference>
2925
</ItemGroup>
3026
</Project>

src/Java.Interop.Dynamic/Java.Interop.Dynamic/DynamicJavaClass.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
using Java.Interop;
1111

12-
using Mono.Linq.Expressions;
13-
1412
namespace Java.Interop.Dynamic {
1513

1614
public class DynamicJavaClass : IDynamicMetaObjectProvider, IDisposable

src/Java.Interop.Dynamic/Java.Interop.Dynamic/DynamicJavaInstance.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
using Java.Interop;
1111

12-
using Mono.Linq.Expressions;
13-
1412

1513
namespace Java.Interop.Dynamic {
1614

src/Java.Interop.Dynamic/Java.Interop.Dynamic/JavaClassInfo.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
using System.Threading;
1010
using System.Text;
1111

12-
using Mono.Linq.Expressions;
13-
1412
using Java.Interop;
1513

1614
namespace Java.Interop.Dynamic {

src/Java.Interop.Dynamic/Java.Interop.Dynamic/JavaConstructorInfo.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
using System.Threading;
1010
using System.Text;
1111

12-
using Mono.Linq.Expressions;
13-
1412
using Java.Interop;
1513

1614
namespace Java.Interop.Dynamic {

src/Java.Interop.Dynamic/Java.Interop.Dynamic/JavaFieldInfo.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
using System.Threading;
1010
using System.Text;
1111

12-
using Mono.Linq.Expressions;
13-
1412
using Java.Interop;
1513

1614
namespace Java.Interop.Dynamic {

src/Java.Interop.Dynamic/Java.Interop.Dynamic/JavaInstanceProxy.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
using System.Threading;
1010
using System.Text;
1111

12-
using Mono.Linq.Expressions;
13-
1412
using Java.Interop;
1513

1614
namespace Java.Interop.Dynamic {

0 commit comments

Comments
 (0)