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
[tests] ported environment variables to MSBuild (dotnet#195)
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.
Running `PerformanceTests` also is occasionally, *randomly*, slower
than expected. (The exact reason why is currently unknown.) When it's
"too" slow, an `ArgumentOutOfRangeException` was being thrown from
`FormatFraction()` because the overall width for the time was longer
than what was permitted. Increase the width to allow more digits.
Minor updates to `.gitignore` file.
0 commit comments