Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
delaconcha
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
delaconcha
10mo ago
There is also the dotnet-install scripts https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-i...
2.
▲
by
delaconcha
10mo ago
In my experience installing the .NET SDK is fairly simple in any platform, well documented and supported. Nuget.config allows to configure your local feeds, this implies you have a local feed with the required packages. Another option is to
3.
▲
by
delaconcha
10mo ago
Just install the .NET SDK, and you’re ready to go. > Nuget is complete and utter garbage. You still have to resort to all forms of unreliable hacks in order to redirect it to a locally clone How so, you can use a nuget.config in your pro
4.
▲
by
delaconcha
3y ago
> Can I map multiple custom types to the same C# type? :) Yes that is totally fine. In C# side both would be represented as "long[]", the generated code would use the appropriated encoding for the custom type, as provided by th
5.
▲
IceRPC: RPC framework for the QUIC era
(zeroc.com)
25 points
by
delaconcha
3y ago
|
11 comments