GithubHelp home page GithubHelp logo

jimitndiaye / corewf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from uipath/corewf

0.0 2.0 0.0 999 KB

WF runtime ported to work on .NET Core

License: MIT License

C# 98.53% Smalltalk 0.63% PLpgSQL 0.84%

corewf's Introduction

Core WF

The Windows Workflow Foundation (WF) runtime ported to work on .NET Core

This is not an official Microsoft release of WF on .NET Core.

The team that owns WF at Microsoft experimented with porting WF to .NET Core. However, the project did not gain much traction and will not be released officially. There are also several components not available in .NET Core 1.0, and not planned for future releases, that would be required for feature parity with the .NET Framework version. This project only ports the WF runtime and ETW tracking provider.

Features Removed

Due to limitations with .NET Core, several features have been cut from the .NET Framework version of WF.

Feature Reason
Dynamic Update Depends heavily on S.ComponentModel classes that have not been ported to Core
XAML Integration S.Xaml has not been ported to Core and there are no plans to do so
Debugger Integration Depends on XAML integration
Automatic CacheMetadata In .NET Framework WF, if you write a custom activity you do not have to implement CacheMetadata. The WF runtime will use S.ComponentModel and reflection to determine your arguments and other properties. This is not supported on Core
Transactions Support S.Transactions has not yet been ported to Core
C#/VB Expressions Parsers not available on Core. I'm hoping to incorporate Roslyn for this purpose.

Feature Differences

Feature Difference
Persistence Workflow instances are persisted using the NetDataContractSerializer. The advantage of NetDCS is that it writes type information into the serialized XML. NetDCS has not been ported to .Net Core. Newtonsoft's JSON serializer is a suitable replacement.
XAML Serializing workflow definitions does not have to be done in XAML. Testing is currently done with workflows created in code, but I'm looking at trying new formats for workflow definitions.
ETW tracing This has been replaced with EventSource which can work on other platforms besides Windows
ETW tracking participant Also replaced with EventSource.

corewf's People

Contributors

dmetzgar avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.