Skip to content
Discussion options

You must be logged in to vote

Sure, you can integrate it in pretty much any type of .NET application: Web, desktop, console, mobile, Raspberry etc.

You won't be able to use the HTTP activities however, since they have a hard dependency on Microsoft.AspNetCore.Mvc.Core for controllers and middleware stuff. But you can always implement your own set of HTTP activities should you have a need for them (e.g. when using another type of web framework other than ASP.NET).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@riatdyl
Comment options

@sfmskywalker
Comment options

@riatdyl
Comment options

Answer selected by riatdyl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants