Replies: 9 comments 5 replies
-
One development branch would be great. Regardless PartialTrust, there is 2 common sources of it: non default host and loading code not from local disk. Since we are limited in HR, the only manageable way for this project development is code imports from upstream. Writing our own implementations leads to conformance bugs i.e. #195 and misses opportunity to use already reviewed and battle tested code.
|
Beta Was this translation helpful? Give feedback.
-
About current state of development branch |
Beta Was this translation helpful? Give feedback.
-
linking related posts for history |
Beta Was this translation helpful? Give feedback.
-
I understand we do agree regarding dropping Partial Trust support. |
Beta Was this translation helpful? Give feedback.
-
@OwnageIsMagic Do you have a discord/gitter ? |
Beta Was this translation helpful? Give feedback.
-
Suggesting next steps: Fix all branches as tags. WDYT ? |
Beta Was this translation helpful? Give feedback.
-
Does anybody have link for |
Beta Was this translation helpful? Give feedback.
-
Library branches makes very hard for collaboration and publishing.
Right now there are 3 develpoment branches: master, develop_v3, develop_v4.
They are not fully synchronized and no cross merges between them.
There is a big change in develop_v4 making use of unsafe and requiring FullTrust in .NET Framework.
While these limitations might be restricting, this allows writing more performant and type-safe code.
I suggest simplifying this by making one development branch and removing all others by leaving a tag to that release.
@OwnageIsMagic
Beta Was this translation helpful? Give feedback.
All reactions