Questions tagged [codeplex]

Codeplex was an open source project hosting site run by Microsoft until its closure in 2017.

CodePlex was an open source project hosting site run by Microsoft to support the shared development of open source software.

Codeplex was closed in 2017, but the content has been preserved as https://archive.codeplex.com/

198 questions
8
votes
3 answers

Virtualizing WPF Wrap Panel Issue

There are not very many options for a virtualizing wrap panel for use in WPF. For one reason or another MS decided to not ship one in the standard library. If anyone could be so bold as to provide a crowd source answer (and explaination) to the…
Albert Oldfield
  • 465
  • 5
  • 12
8
votes
1 answer

(Automatically) migrate CodePlex project to GitHub

I'm thinking about migrating my projects from CodePlex to GitHub. What is the best way to migrate everything (wiki, issues, etc.) from CodePlex to GitHub? Does someone know a tool to do that? The most time consuming part would be the migration of…
Rico Suter
  • 11,548
  • 6
  • 67
  • 93
8
votes
3 answers

Is there a framework for allowing apps published on Codeplex to auto-update directly from Codeplex?

Endowing utility applications with "auto-update" capability seems like basic good manners these days. I'm thinking of apps like Reflector or Paint.NET, that proactively tell you "hey, there's a newer release available. Wanna download it?" Q: Does…
Cheeso
  • 189,189
  • 101
  • 473
  • 713
8
votes
4 answers

TFS out of sync between local and remote - how to "re-sync"?

I have a Project on CodePlex which is using TFS and I am using the TFS Plugin for Visual Studio. Now I have copied this project and worked on another PC without TFS and done some refactoring. Foolishly, I have then just used copy/paste and manual…
Michael Stum
  • 177,530
  • 117
  • 400
  • 535
7
votes
3 answers

Are there any inherent benefits or drawbacks to choosing Google Code vs. SourceForge vs. Codeplex?

I've got a couple of different projects that I'd like to post up as open source. I've been trying to decide which of the three big open-source project hosting sites makes the most sense, or if I should just host it myself. Are there any inherent…
kdmurray
  • 2,988
  • 3
  • 32
  • 47
7
votes
4 answers

Using Tortoise SVN, how can I download the latest version of the source code of my CodePlex application?

I'm trying to figure out how to download the latest source code. Here's what I've done. On my desktop machine, I created my CodePlex app account, installed Tortoise SVN and successfully uploaded my code to the site. The source code now shows on the…
Sergio Tapia
  • 40,006
  • 76
  • 183
  • 254
7
votes
0 answers

How to view exe's SmartScreen reputation score?

Users who download my freeware application from codeplex get SmartScreen alert in Win 8: "Windows SmartScreen prevented an unrecgnised application from starting. Running this application might put your PC at risk." You have to know to click on…
Eric P
  • 2,907
  • 2
  • 24
  • 33
6
votes
10 answers

Codeplex/Sourceforge for internal use

I'm looking for a free/open source collaborative project manager that can be deployed internally in my workplace that would act similar to Codeplex or Sourceforge. Does anyone know of something like this, and if so do you have experience with…
Josh
  • 44,706
  • 7
  • 102
  • 124
6
votes
5 answers

Codeplex + SVN. How good is SVN bridge?

I avoided CodePlex because of it's lack of support for proper SVN and was dissuaded by complaints about short comings. Recently, I have been wanting to port my project from beanstalk over to codeplex because the latter is more social. What problems…
aleemb
  • 31,265
  • 19
  • 98
  • 114
6
votes
3 answers

Can I fork a Codeplex repo to GitHub?

Simple question, is it possible to fork a Codeplex repo on my GitHub? Thanks.
Ucodia
  • 7,410
  • 11
  • 47
  • 81
6
votes
1 answer

Visual Studio 2013 crash when open a nodejs project

I developed a project in nodejs on Visual Studio 2013 full edition with Nodejs plugin of Codeplex (http://nodejstools.codeplex.com/). It always worked fine till, one week ago, when I decided to upgrade (as suggested) the Nodejs pluging. Now Visual…
Guern
  • 1,237
  • 1
  • 12
  • 30
5
votes
5 answers

C# Interval tree class

I'm looking for an interval tree C# collection class. I need to be able to add intervals, idealy 2D, otherwise perhaps I could combine two standard 1D interval trees. I also need to be able to find out what intervals overlap a given interval. I…
alan2here
  • 3,223
  • 6
  • 37
  • 62
5
votes
2 answers

Download Latest Version of a CodePlex Project

I'm writing an update program for another piece of software. This update program downloads/installs updates to this program's extensions (my update program is, in fact, just another extension). Some of these extensions are CodePlex projects. …
Chad
  • 3,159
  • 4
  • 33
  • 43
5
votes
1 answer

How can I sync my custom CodePlex Mercurial fork against the main trunk?

I've made a fork of some codeplex project. Done some extra code, etc and have even pulled my custom code into the source control repo. In those few weeks and months since i was working on my own fork, their main trunk has been updated. how can i…
Pure.Krome
  • 84,693
  • 113
  • 396
  • 647
5
votes
10 answers

C# Threading in real-world apps

Learning about threading is fascinating no doubt and there are some really good resources to do that. But, my question is threading applied explicitly either as part of design or development in real-world applications. I have worked on some…
GilliVilla
  • 4,998
  • 11
  • 55
  • 96
1
2
3
13 14