Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isolation of WCF from runtime kernel #34

Merged
merged 5 commits into from
Aug 20, 2020
Merged

Isolation of WCF from runtime kernel #34

merged 5 commits into from
Aug 20, 2020

Conversation

dbeuchler
Copy link
Member

@dbeuchler dbeuchler commented Aug 18, 2020

Because WCF is neither .NETStandard compatible nor cross platform, it is removed from the core namespaces and isolated in its own package. Modules using WCF can still use it, but are restricted to full framework.

Within this PR also Nancy was evaluated to host the Maintenance application. This was reverted because nancy was discarded just in time of this merge request NancyFx/Nancy#3010. For now, we can port as much as possible projects to .NETStandard and also isolate full framework dependencies.

Goal of this MR: Possible cross platform running MORYX Runtime

@dbeuchler dbeuchler self-assigned this Aug 18, 2020
@dbeuchler dbeuchler added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 18, 2020
@dbeuchler dbeuchler added this to the MoryxPlatform 3.0 milestone Aug 18, 2020
@dbeuchler dbeuchler marked this pull request as draft August 19, 2020 08:04
@dbeuchler dbeuchler changed the title Isolation of WCF from runtime kernel WIP: Isolation of WCF from runtime kernel Aug 19, 2020
@dbeuchler dbeuchler requested a review from Toxantron August 20, 2020 09:59
@dbeuchler dbeuchler changed the title WIP: Isolation of WCF from runtime kernel Isolation of WCF from runtime kernel Aug 20, 2020
@dbeuchler dbeuchler marked this pull request as ready for review August 20, 2020 10:01
Toxantron
Toxantron previously approved these changes Aug 20, 2020
@Toxantron Toxantron merged commit db24318 into dev Aug 20, 2020
@Toxantron Toxantron deleted the feature/replaceWcf branch August 20, 2020 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants