When will microsoft put c# in a custom debian repo so I don't have to FLIPPING compile it. Idiots

When will microsoft put c# in a custom debian repo so I don't have to FLIPPING compile it. Idiots.

inb4 java clone

java is like the mutant deformed twin and c# is the chad

Attached: Csharp_Logo_07.png (1280x877, 24K)

The same time Visual Studio genuinely supports Linux.

>java is like the mutant deformed twin and c# is the chad
rather the other way around kek

Attached: 1525533275798.gif (250x255, 2.84M)

No

Yes

nobody cares about your java clone used by pseudo-gamedevs and micropajeets

>genuinely
it doesnt support linux at all does it

why do you want to use anything .net on linux, though?

c# is better than the alternatives
op is probably talking about netcore which is opensource and has official linux support
you should give it a go, its pretty good

>netcore which is opensource and has official linux support
and is an useless meme lol

have you tried it or are you just simply using the tactic of 12 year olds called "LALALA I DONT HEAR YOU" and by extension showing your below 2 digit IQ?

Dotnet core is very easy to install without compiliing. You are just a brainlet

Why are you describing your own behavior and IQ?
Argue against the
>c# is better than the alternatives

Part or shut up

Have you? I've been contemplating using C# for a long time but finally realized that it's useless outside of Windows.
netcore has nothing useful you can't do on another shitty language like Swift or even shitty scripting langs. It's just like a glorified powershell for Linux.
All they're looking for is to gain ground on the servers.

compared to c# java:
>has no operator overloading
>has no default values for parameters
>has no passing function argument as reference
>has no unsigned types
>bool is called boolean because fuck you
>shitty primitive types instead of value types
>cant make your own primitives
>only one public class per file
>class name must be the same as file name
>function overriding has no compilation time check by default have to put @override above the function
>not true generics
>no async/await
>no namespaces
>shittier standard library

the list goes on...

Attached: 1526742072299.jpg (259x194, 9K)

>Has no namespaces
What is a package

VS code is a thing but it doesn't at all come close in functionality.

I've never used Visual Studios but I use VS Code on Linux and I actually really like it. It takes a bit of tuning.

C# might not be as open as others but it doesn't get any more comfy than dotnet dev job. Everything just works.

you already posted this thread
samefag

>Everything just works.
I'm starting my dotnet dev job next week. Any tips? I've been studying wcf like crazy.