* Fix a typo
* Fix trial cancellation bug
* Move performance related properties to TrialPerformanceMetrics and add ReportTrialResourceUsage event to IMonitor
* Add new class and property explanations
* Revert "Fix trial cancellation bug"
This reverts commit 269b1bdd93.
* Remove pipeline info from the IMonitor Running event
* Remove FreeSpaceOnDrives from TrialPerformanceMetrics
* Change the default resource check interval to 5 seconds
* Remove StartedAtUtc property from TrialSettings
* move ReportTrialResourceUsage to IPerformanceMonitor
* Update AutoMLExperimentExtension.cs
* Pause the performance monitor if the trial is not running
* Add StartedAtUtc and EndedAtUtc to TrialSettings
* cancel trial when as is
* fix tests
* fix tests
* fix tests
* use workingset to evaluate memory usage
* remove handler
* add handler back
* add more logging
* add more logger
* add logging
* fix tests
---------
Co-authored-by: XiaoYun Zhang <xiaoyuz@microsoft.com>
Co-authored-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com>
* Update dependencies from https://github.com/dotnet/arcade build 20221031.4
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.XUnitExtensions
From Version 7.0.0-beta.22514.3 -> To Version 7.0.0-beta.22531.4
* Update dependencies from https://github.com/dotnet/arcade build 20221108.4
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.XUnitExtensions
From Version 7.0.0-beta.22514.3 -> To Version 7.0.0-beta.22558.4
* Tell the compiler that VBuffer is scoped to Create call
This prevents errors CS9077 and CS8347 which are raised where the
compiler cannot determine if the reference parameter destination is
leaked.
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Eric StJohn <ericstj@microsoft.com>
* Use APICompat from the SDK
* Refine the condition for API Compat
* Fix SLN
* Move PackageValidationBaselineVersion property
Also make sure we run API Compat even on non-stable packages.
They just won't have baseline validation.
* Suppress APICompat error caused by removal of empty assembly
Cmake emits a warning because MKL_LIB_RPATH is specified but not used.
Fix this by consuming the property in the project that makes the
decision to use it or not.
* Attempt to retarget tests to .NET 6.0
* Fix places where tests had hardcoded framework versions
* Update build naming
Ideally we should just remove the knowledge of TargetFramework from the
build, but that can happen in a follow up change.
* Update test data for rounding differences on net6.0
* Fix condition on CPUMathNative reference in tests
It should only be included when TargetFramework is not compatible with
netcoreapp3.1.
* Ensure we generate runtimeconfig.dev.json
We need this file to tell the runtime where the NuGet package cache is.
It uses that location when we disable copying of NuGet dependencies.
* Rename test baseline output directory.
Also fix a couple places where ifdefs were hardcoded to the version of .NETCore.
* Update dependencies from https://github.com/dotnet/arcade build 20220923.4
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.XUnitExtensions
From Version 7.0.0-beta.22327.2 -> To Version 7.0.0-beta.22473.4
* Update XUnit version
* Workaround CS0121 with Xunit.Assert(float,float,int)
Workaround issue https://github.com/xunit/xunit/issues/2393
* Fix a couple more CS0121 XUnit issues
* Fix more xunit issues
* Workaround anoter ref parameter issue.
* Fix more XUnit warnings
* Update XUnitRunnerVersion to 2.4.2
* Update one more Xunit reference
* Update dependencies from https://github.com/dotnet/arcade build 20221007.2
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.XUnitExtensions
From Version 7.0.0-beta.22327.2 -> To Version 7.0.0-beta.22507.2
* Update to RC2 SDK to get FSharp fix
* Extend timeout for code-coverage builds
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Eric StJohn <ericstj@microsoft.com>