PowerFx.NET.Interactive
2024.5.10.9
dotnet add package PowerFx.NET.Interactive --version 2024.5.10.9
NuGet\Install-Package PowerFx.NET.Interactive -Version 2024.5.10.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PowerFx.NET.Interactive" Version="2024.5.10.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PowerFx.NET.Interactive --version 2024.5.10.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PowerFx.NET.Interactive, 2024.5.10.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PowerFx.NET.Interactive as a Cake Addin #addin nuget:?package=PowerFx.NET.Interactive&version=2024.5.10.9 // Install PowerFx.NET.Interactive as a Cake Tool #tool nuget:?package=PowerFx.NET.Interactive&version=2024.5.10.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
PowerFx Kernel for Polyglot Notebooks (previous known as .NET Interactive Notebooks)
This is a kernel for Polyglot Notebooks to help people learn Power Fx.
Install .NET and Tools
Useful videos to watch regarding .NET Interactive Notebooks
- Learn C# with Interactive Notebooks
- NET Interactive Notebooks with C#/F# in VS Code
- .NET Everywhere - Windows, Linux, and Beyond
Samples
You can find the Power Fx Notebook in the notebooks folder. You can open the notebook in Dev Containers with Docker, Podman or locally.
Credits
- Power Fx Host Sample for the parsing code.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Azure.Identity (>= 1.11.2)
- Dumpify (>= 0.6.6)
- Microsoft.DotNet.Interactive (>= 1.0.0-beta.24229.4)
- Microsoft.DotNet.Interactive.CSharp (>= 1.0.0-beta.24229.4)
- Microsoft.PowerFx.Core (>= 1.3.0-build.20240423-1001)
- Microsoft.PowerFx.Dataverse.Eval (>= 1.3.0-build.20240418-1001)
- Microsoft.PowerFx.Json (>= 1.3.0-build.20240423-1001)
- Microsoft.PowerFx.Repl (>= 1.3.0-build.20240423-1001)
- Microsoft.PowerPlatform.Dataverse.Client (>= 1.1.22)
- System.Collections (>= 4.3.0)
- System.Runtime.Caching (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2024.5.10.9 | 95 | 5/10/2024 |
2024.5.10.5 | 70 | 5/10/2024 |
1. Update marshalling logic to infer types. Collection sharing from C# to Power Fx now works as a result.
2. Update sharing logic when variable is shared from Power Fx to other kernels