[master] Update dependencies from dotnet/arcade
- Updates:
- Microsoft.DotNet.GenAPI: from 5.0.0-beta.20407.3 to 5.0.0-beta.20411.8
- Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20407.3 to 5.0.0-beta.20411.8
- Microsoft.DotNet.Helix.Sdk: from 5.0.0-beta.20407.3 to 5.0.0-beta.20411.8
[master] Update dependencies from dotnet/arcade
- Updates:
- Microsoft.DotNet.GenAPI: from 5.0.0-beta.20403.5 to 5.0.0-beta.20407.3
- Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20403.5 to 5.0.0-beta.20407.3
- Microsoft.DotNet.Helix.Sdk: from 5.0.0-beta.20403.5 to 5.0.0-beta.20407.3
[master] Update dependencies from dotnet/arcade
- Updates:
- Microsoft.DotNet.GenAPI: from 5.0.0-beta.20374.1 to 5.0.0-beta.20403.5
- Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20374.1 to 5.0.0-beta.20403.5
- Microsoft.DotNet.Helix.Sdk: from 5.0.0-beta.20374.1 to 5.0.0-beta.20403.5
[master] Update dependencies from dotnet/arcade
- Updates:
- Microsoft.DotNet.GenAPI: from 5.0.0-beta.20364.3 to 5.0.0-beta.20374.1
- Microsoft.DotNet.Helix.Sdk: from 5.0.0-beta.20364.3 to 5.0.0-beta.20374.1
- Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20364.3 to 5.0.0-beta.20374.1
* Add DataFrame object formatter.
* Update nuget dependencies.
* Apply CR fixes.
* Remove ReferenceOutputAssembly added to from Microsoft.Data.Analysys.csproj.
* Add Microsoft.Data.Analysis.nuget project.
* Move project to src. Fix nuget project settings.
* Remove NoBuild property from project.
* Remove IncludeBuildOutput and IncludeSymbols from project.
* Add VersionPrefix to project.
* Add IncludeBuildOutput property.
* Add unit tests.
* Downgrade from netcoreapp3.1 to netcoreapp3.0
* Upgrade from netcoreapp3.0 to netcoreapp3.1 (dotnet interactive is not compatible with 3.0)
* Add netcoreapp3.1 to global settings
* Add dotnet 3.1.5 runtime to global settings
* Build fixes
* Moving MDAI into interactive-extensions folder of the package
* Minor refactoring
* Respond to PR feedback
Co-authored-by: Prashanth Govindarajan <prgovi@microsoft.com>
Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>
Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.Arcade.Sdk
From Version 5.0.0-beta.20316.1 -> To Version 5.0.0-beta.20364.3
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.Arcade.Sdk
From Version 5.0.0-beta.20316.1 -> To Version 5.0.0-beta.20330.3
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This assembly implements most the surface area of System.Web by throwing
PlatformNotSupportedException.
Some API which can be thought of as "capability" checks return default
values to indicate the API is not supported.
This enables libraries built against desktop using these parts of
System.Web to JIT successfully and execute as if they were running
outside the context of a web project.
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
From Version 5.0.0-beta.20309.1 -> To Version 5.0.0-beta.20316.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
From Version 5.0.0-beta.20280.1 -> To Version 5.0.0-beta.20309.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Half: not complete yet
* Implementation and unit tests
* Unit tests and operators
* Rename to TableBasedHalf
* Clean up Half implementation and unit tests
* Port missing unit tests from Single
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
From Version 5.0.0-beta.20278.4 -> To Version 5.0.0-beta.20280.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
From Version 5.0.0-beta.20261.9 -> To Version 5.0.0-beta.20278.4
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Unit test to repro
* Fix https://github.com/dotnet/corefxlab/issues/2915
Append a null value to a column when encountering it instead of changing the column type to a StringDataFrameColumn
* Update src/Microsoft.Data.Analysis/DataFrame.IO.cs
Co-authored-by: Günther Foidl <gue@korporal.at>
* Update src/Microsoft.Data.Analysis/DataFrame.cs
Co-authored-by: Günther Foidl <gue@korporal.at>
* Feedback
Co-authored-by: Günther Foidl <gue@korporal.at>
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
From Version 5.0.0-beta.20258.8 -> To Version 5.0.0-beta.20261.9
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Update dependencies from https://github.com/dotnet/arcade build 20200506.5
- Microsoft.DotNet.Arcade.Sdk: 5.0.0-beta.20228.4 -> 5.0.0-beta.20256.5
- Microsoft.DotNet.Helix.Sdk: 5.0.0-beta.20228.4 -> 5.0.0-beta.20256.5
* Remove reference to xunit to get it building
* Benchmarks is not a test project
* Add 3.0.0 TFM
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Prashanth Govindarajan <prgovi@microsoft.com>
* run unit tests in CI
* pass in ci flag
* feedback
* Use arcade xunit version and add test ruleset
* Fix test failures
Co-authored-by: Santiago Fernandez Madero <safern@microsoft.com>