Orchestra is a composable shell built on top of Catel
People
Repo info
Activity
kevinlall
@kevinlall
however i love the recentlyused xml
Geert van Horrik
@GeertvanHorrik
there are tons of great features in there, most of which you don't even notice ;-)
kevinlall
@kevinlall
i noticed you guys have a prism feature
that is using version 6
Geert van Horrik
@GeertvanHorrik
we don't actively develop it
it's under maintenance mode
the mvvm stuff we use is Catel
kevinlall
@kevinlall
how do you add module
Geert van Horrik
@GeertvanHorrik
orc.extensibility
Aitania
@Aitania
I have tried with orc.extensibility. With MEF is simple!
bigworld12
@bigworld12
@GeertvanHorrik hey, i am getting those weird errors with Orchestra.Shell.MahApps, it wants to reference Version 1.6.5.1, while i am referencing 2.0.0-alpha0262 , shouldn't that be ok?
Geert van Horrik
@GeertvanHorrik
Why are you already on the 2.0.0 alpha of MahApps?
bigworld12
@bigworld12
i wanted to get the new features on 2.0
Geert van Horrik
@GeertvanHorrik
2.x is a breaking change release, so don't expect Orchestra to support that until it's stable
bigworld12
@bigworld12
hmmm ok then
Geert van Horrik
@GeertvanHorrik
I know most major WPF projects are preparing for .net core 3.0 (us included), but all our current (non-breaking) alpha releases support this.
not sure what specific feature you need from the 2.x branch of mahapps
bigworld12
@bigworld12
the simplified App.xaml resource references for example
Geert van Horrik
@GeertvanHorrik
yeah, they are nice, but we cannot (yet) support that, it's not stable enough for us to update our apps to that
bigworld12
@bigworld12
it's ok i can wait for some time :)
kevinlall
@kevinlall
hey guys, i am trying to use ORC.EXTENSIBILITY to load modules (Views, services ) from different assemblies, can ORC.EXTENSIBILITY do this?
_
Geert van Horrik
@GeertvanHorrik
yup
kevinlall
@kevinlall
hey thanks, Geert
i am using the example
Galgemaennle
@Galgemaennle
Hi, First of all: Great job! In the past I used ORC.FilterBuilder in another framework and loved it. Now I want to use Orchestra entirely for a new Project. Unfortunately I can't build all the provided samples out of the box :( As Catel suggests, I'm using VS19 now.
Geert van Horrik
@GeertvanHorrik
@Galgemaennle what sort of errors?
Galgemaennle
@Galgemaennle
Everytime: InitializeComponent not available. E.g in ProjectStatisticView for the CSVTextEditor sample.
ProjectStatisticView.xaml.cs to be precise
and Compiler error CS5001 not entry point
Geert van Horrik
@GeertvanHorrik
You might have to use VS 2019 for this to compile, some apps are already migrated to .net core 3.0 for test purposes
Galgemaennle
@Galgemaennle
Like I said, I'm already using VS19 right now (as Catel framework itself suggests)
Galgemaennle
@Galgemaennle
I double checked if .Net Core 3 is installed. And it was missing :/ so thanks for leading in the right direction. Now it runs properly :)
yes, we are in consolidation week this week so hopefully we can fix it
bigworld12
@bigworld12
would be great ! ty
advapiIT
@advapiIT
Hello Geert, I've a new wpf project to start working on... in order to avoid the struggle I had last time, what's the best way to start an Orchestra project? To reference the nuget package or to clone from git repo? (I've searched on the documentation. found no answer)
advapiIT
@advapiIT
@dudu631 can u help me w/ orchestra setup?
just to know what's the best way to start
Geert van Horrik
@GeertvanHorrik
I would just copy/paste the shell you need (except for the guid for sonarqube)
with the new modern sdk project setup, it's all super easy
if not, we are available for hire
advapiIT
@advapiIT
I've set up the project using the fluent ribbon, btw I've just a question on navigation, how do I show the content of a Fluent:BackstageTabItem ?
I mean clicking on it I should show the content inside the <ContentControl Grid.Row="1" x:Name="contentControl" />
Geert van Horrik
@GeertvanHorrik
That;s a Fluent.Ribbon question ;-)
advapiIT
@advapiIT
I missed you geert :D , I've done it.....
you know i ask u and meanwhile the universe helps me