Earlier quoted context omitted.
> Probably TFS, which Microsoft use quite a bit internally But seemingly less and less so, especially in the SDK-teams. Which is definitely interesting. If Microsoft's own SDK-developers don't want to use Microsoft's own source-control and ALM-system, but rather prefers Github, what signals does that send? I would sayed mixed at best.
it's an open secret that TFS sucks ass. I dont think anything is going to change that attitude - they might as well use something better, and hence the move.
We are moving the Roslyn code to GitHub
121–130 of 225 posts
Re: We are moving the Roslyn code to GitHub
#122Perhaps Microsoft wants to divest out of the git+online tools space? Github is the incumbent that they did not crack how to beat and it will be a bit more crowded with Amazon who seems to be also coming this year with CodeCommit. So far, Amazon strategy has been to suck all air from the room.
This is about open source hosting which, to be quite honest, GitHub does better, and is where users expect our open source to be.
Re: We are moving the Roslyn code to GitHub
#123Earlier quoted context omitted.
Even though Microsoft have embraced open source, they are not happy about the GPL license, and have actively replaced GPL code in their previous takeovers.
[IANAL] My impression is that GPL (or another copyleft style licence) would create incompatibilities with the business models of many of their customers. Taking contributions would also be problematic since Microsoft may wish to dogfood their opensource for proprietary products. For better or worse many of their products incorporate licensed technology from other companies under terms incompatible with GPL. So GPL's…
Re: We are moving the Roslyn code to GitHub
#124Earlier quoted context omitted.
Probably TFS, which Microsoft use quite a bit internally [1]. [1] http://blogs.msdn.com/b/visualstudioalm/archive/2013/08/20/t...
> Probably TFS, which Microsoft use quite a bit internally But seemingly less and less so, especially in the SDK-teams. Which is definitely interesting. If Microsoft's own SDK-developers don't want to use Microsoft's own source-control and ALM-system, but rather prefers Github, what signals does that send? I would sayed mixed at best.
GitHub does a great job hosting open source projects. TFS doesn't. I don't think this is a mixed message, we're using the right git hosting service for the job.
Re: We are moving the Roslyn code to GitHub
#125.NET Compiler Platform ("Roslyn") is moving to GitHub
The current one makes it seem that MSDN is moving to GitHub (wouldn't that be a sight? :-)
Re: We are moving the Roslyn code to GitHub
#126Earlier quoted context omitted.
Free private repositories and out-of-the-box mercurial support. Works well for those small side projects which you do not (yet) want to maintain. I have lots of stuff in there which i want to keep as reference for projects to come and would never want to release to the public.
If you don't yet want to publish, why do you need GitHub or Bitbucket? Why not just keep the repository local?
Re: We are moving the Roslyn code to GitHub
#127Can someone please change the title to .NET Compiler Platform ("Roslyn") is moving to GitHub The current one makes it seem that MSDN is moving to GitHub (wouldn't that be a sight? :-)
Re: We are moving the Roslyn code to GitHub
#128Earlier quoted context omitted.
I find this to be true of younger people who aren't aware of Microsoft's past and don't look at them with the sideways glance the rest of us do. In fact, I find it amazing how many younger people never even heard of their dark side and all the anti-trust movements on two continents.
Apple is more antitrust than Microsoft ever was. Bundling a browser with your OS (while still allowing users to install an alternative) is nothing compared to the restrictions in the iOS app store.
Re: We are moving the Roslyn code to GitHub
#129This is getting terrifyingly close to my prediction that Microsoft should/would/will buy GitHub. When I first started predicting this two or so years ago, it was mainly for its comedic value (it always got laughs, followed by "yeah, they should!" followed by nervous laughter followed by "wait, do you think they would actually do that?!"), but after the open sourcing of .NET I honestly think anything is possible. Espe…
What does MS gain? Is online source code storage really going to be a million or billion dollar business for them? It seems like it's just a race to the bottom with costs, just like Dropbox, Box, etc. etc.
Re: We are moving the Roslyn code to GitHub
#130Earlier quoted context omitted.
Under-30 dev here. Been programming in C# for the past 3.5 years now, and loving every minute of it. I find VS and the associated tools be a far more productive and enjoyable experience than the Linux/Unix toolchains I was forced to use in undergrad, and C# to be a completely amazing language. The two warts, for me, are MSBuild (powerful, but obtuse at times, but still better than make) and PowerShell (again, powerfu…
>"Under-30 dev here. Been programming in C# for the past 3.5 years now, and loving every minute of it." Mid 30's here. I work mostly on C++ but I have to jump into C# code once in a while. I agree that C# is a very productive language and I love how it never gets in your way ("Do you say you don't want to use a common interface for your generics? Use dynamic!"). My only "complaint" is that C# is so indulgent that it…