LanguageExt.Http & LanguageExt.Json #1543
Replies: 1 comment 1 reply
-
|
There is a nuget feature to block third party publishers from using a prefix: IMO it would be better to use this and therefore allow more trust into packages via individual namespaces. Sadly there are already other packages with "LanguageExt" prefix. This would require to use a new package prefix (for v5). What if @louthy later wants to publish some "official" package for Http or Json? A different question is what namespace one should use. For libraries by @louthy this should still be IMO a restrained strategy (different namespace) is better. This would allow enabling new types and features explicitly in projects/files. Why not use This is enough to make it easy to use it in the same way in the whole project: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everyone!
I figured I'd share a couple of libraries I've been working on open-sourcing, spun off from small local experiments with V5
0.1.0at least) nuget release and is probably more generally useful now due to the below libraryI think each respective README will do a decent job of elaborating on the details. If these are interesting to anyone, please let me know what you think!
@louthy with both of these I did hijack the
LanguageExtnamespace, mostly to make static imports easier to write. Please let me know if this convention is okay, or if it's something we want to nip in the bud and discourage right now while the LanguageExt ecosystem is still young.Beta Was this translation helpful? Give feedback.
All reactions