You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ensures the following values are set on Windows:
- MONO_TRACE_LISTENER
- JAVA_INTEROP_GREF_LOG
- JAVA_INTEROP_LREF_LOG
This also cleans up what needs to be done downstream in xamarin-android:
dotnet/android#949
This required a new `Java.Interop.BootstrapTasks` project
that adds a `SetEnvironmentVariable` MSBuild task.
This will be useful down the road, for setting "prepare"
steps in this repo for Windows.
Mono 5.8 also seems to have introduced a slowness in the
PerformanceTests, included a fix to allow more digits in
the time elapsed. This prevents a test failure on Mono 5.8.
Also minor updates to `.gitignore` file.
0 commit comments