Drop Roslynpad #2153
IXLLEGACYIXL
started this conversation in
Contributors
Drop Roslynpad
#2153
Replies: 3 comments 5 replies
-
I would be in favour of the removal under the condition of adding an explicit integration with VS Code as a replacement.
|
Beta Was this translation helpful? Give feedback.
4 replies
-
What are the problems of updating RoslynPad? Which steps are difficult? |
Beta Was this translation helpful? Give feedback.
1 reply
-
What about avaloniaedit, the docking. Dirksters or a avalonia inside, ,
csscript , syntaxer , the soft debugger, in csscript, tabbed dialogs...the
bots can even code folder watchers thumbnails, step,in on out inspect,
etc..i use a debbee attach pipe to script and rather just have a soft
debugger that doesn't switch context to an external UI.. unless vscode
has light weiggt, and can be forked. Needs competition , plugin
implantation.
…On Fri, Feb 16, 2024, 1:02 PM IXLLEGACYIXL ***@***.***> wrote:
#2124 <#2124>
thats the upgrade problem
the second is thtat projectwatcher doesnt work as roslynpad only covers a
project and not the entire solution
—
Reply to this email directly, view it on GitHub
<#2153 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD74XGJSJ3TNEOCYOP6OKFDYT6UKXAVCNFSM6AAAAABDCCGPQGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DIOJWGE3DS>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reasons for Removal:
Workarounds:
currently there is a PR to update Roslynpad with workarounds , it should speed up the process of developement but currently its just a pain to keep it up to date
Performance:
the roslynhost is always running in the background for roslynpad, which makes the stride editor heavier than it has to be, for an editor that maybe 1% of the devs use.
Incompatibility with ProjectWatcher:
The current integration of Rolsynpad with ProjectWatcher has been problematic, resulting in reduced functionality and reliability. The synergy between an IDE and project monitoring tools is crucial for effective project management. Roslynpad is a single project based host, but we need to cover the entire solution for dependencies to upgrade the serializers. I was not able to find a solution to resolve that. The Repair of projectwatcher fixes it for the IDE as the projectwatcher covers a solution, roslynhost covers just projects.
This wasnt important before as the projectwatcher anyway only covered the root project but now its a problem
Functionality:
compared to any other IDE, roslynpad is just insufficient in features that stride implements and its cumbersome to implement pretty much anything in it.
Comparison with Other IDEs:
Several alternative IDEs offer more powerful features, stability.
Giving a beginner roslynpad is more depressing than to help him to setup anotehr IDE "oh wow not even the integrated editor works.. what a stupid engine"
Beta Was this translation helpful? Give feedback.
All reactions