You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IF YOU DON'T ANSWER THIS TEMPLATE - THE BOT WILL AUTOMATICALLY CLOSE YOUR ISSUE!
Please check all of the platforms you are having the issue on (if platform is not listed, it is not supported)
[ x] WPF
UWP
iOS
Android
.NET Standard
.NET Core
Component
What component is this issue occurring in?
Version of Library
unversioned source code
Version of OS(s) listed above with issue
Any/all
Steps to Reproduce
git clone
open solution
build solution
Expected Behavior
It compiles
Actual Behavior
It fails with errors
Some of the Orc packages reference pre-release versions of Cattel MVVM. Those prerelease versions changed the accessibility on CommandContainerBase and that means the handful of classes that inherit from that class are now broken and the project doesn't compile. Forcing the use of a stable release of Cattel.MVVM, fixes this, and I can run the program but unfortunately it does nothing useful. I cant even type a comma in!
It would be nice if the current state of the project were clear in the readme. It gives the impression of a usable program that I just wasted an hour trying to get to work to find out its incomplete.
The text was updated successfully, but these errors were encountered:
Well I would have liked to have been able to at least try submit a PR to address #551. That dev branch is more than 1000 commits ahead of master, and I dont really want to deal with that kind of distance. Thanks for getting back to me about this though.
FYI - When trying to build the master branch.... I tried commenting out the nuget.config to see if that made a difference, but result was the same. Looks like someone revoked a cert.
IF YOU DON'T ANSWER THIS TEMPLATE - THE BOT WILL AUTOMATICALLY CLOSE YOUR ISSUE!
Please check all of the platforms you are having the issue on (if platform is not listed, it is not supported)
Component
What component is this issue occurring in?
Version of Library
unversioned source code
Version of OS(s) listed above with issue
Any/all
Steps to Reproduce
Expected Behavior
It compiles
Actual Behavior
It fails with errors
Some of the Orc packages reference pre-release versions of Cattel MVVM. Those prerelease versions changed the accessibility on CommandContainerBase and that means the handful of classes that inherit from that class are now broken and the project doesn't compile. Forcing the use of a stable release of Cattel.MVVM, fixes this, and I can run the program but unfortunately it does nothing useful. I cant even type a comma in!
It would be nice if the current state of the project were clear in the readme. It gives the impression of a usable program that I just wasted an hour trying to get to work to find out its incomplete.
The text was updated successfully, but these errors were encountered: