codeplex

Codeplex/Sourceforge for internal use [closed]

泄露秘密 提交于 2019-12-03 07:47:46
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 it. Requirements: Open Source or Free Locally Deployable Has the same types of features found in Sourceforge / Codeplex Issue/Feature Tracking Community Interaction (ie. Voting, Roles, etc.) SCM Integration (Optional) .NET/Windows Friendly (Optional) Every business ends up having internal utilities, and domain specific apps that developers create to make

Where Can I Find the C# Language Specification 6.0? [closed]

匿名 (未验证) 提交于 2019-12-03 01:23:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I know where to find the C# 5 Language Specification but I cannot find the C# 6 Language Specification anywhere. Where is the C# 6 Language Specification? 回答1: At time of writing (May 2016) Microsoft hasn't yet finished updating the spec for C#6. In the meantime, I put up Microsoft's latest current draft of the C#6 spec here: https://github.com/ljw1004/csharpspec/blob/gh-pages/README.md This current draft is almost finished, save for a few remaining TODO comments and checking. (This version has been converted into github+markdown, but it

Error: ValueFactory attempted to access the Value property of this instance

匿名 (未验证) 提交于 2019-12-03 01:05:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Error Source File: c:\Projects\WaterfrontSeattle.org\src\Orchard\Logging\OrchardLog4netLogger.cs Line: 63 Source Error: Line 61: // Load the log4net thread with additional properties if they are available Line 62: protected internal void AddExtendedThreadInfo() { Line 63: if (_shellSettings.Value != null) { Line 64: ThreadContext.Properties["Tenant"] = _shellSettings.Value.Name; Line 65: } Research From DuckDuckGoing, here is what we've learned, this type of error happens when we attempt to access a Lazy Value . Some Orchard Forum posts on

SSLRead() return error -9806/15958)

匿名 (未验证) 提交于 2019-12-03 00:59:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: When I try cloning this repo (link only works when git cloning) I keep getting error: RPC failed; result=56, HTTP code = 200 . How would I fix this? I have looked at this post that tells me to use GIT_CURL_VERBOSE=1 to debug it however I cannot see any issues right away. Here is my log. Folder=OneDrive;-time=14:41:47: GIT_CURL_VERBOSE=1 git clone https://git01.codeplex.com/casablanca Cloning into 'casablanca'... * Couldn't find host git01.codeplex.com in the .netrc file; using defaults * Hostname was NOT found in DNS cache * Trying 23.96.195

Are there any .NET CLR/DLR implementations of ECMAScript?

匿名 (未验证) 提交于 2019-12-03 00:44:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Does anyone know of real (i.. no vaporware) implementations of ECMAScript targeting the .NET CLR/DLR ? Ideally something like what Rhino is for Java . A solid port of Rhino running on .NET Framework / Mono Framework would be perfect. I've only seen a handful of projects mentioned but never seen any come to light or in reality anything that I've ever been able to run script on. Here's what I know about already: MSScriptControl ActiveX Control : AFAIK, this was Microsoft's last real ECMAScript-compliant implementaiton (runs JScript 5.7). I've

How to clone a codeplex mercurial repository behind a proxy?

纵然是瞬间 提交于 2019-12-02 01:32:42
I am using TortoiseHG version 2.4.2 and with either firefox or internet explorer I can browse the following codeplex project just fine. https://hg.codeplex.com/oxyplot The problem is that I cannot clone the repository on my local computer. Initially, I used to get errors like this, URLError: [Errno 10061] No connection could be made because the target machine actively refused it Some google-fu later (HOURS later), I figured out that I needed to set proxy settings for tortoiseHg, which annoyingly enough doesn't use the default windows settings. This question helped point me in the right

What is the format of an authors file for git svn, specifically for special characters like backslash or underscore?

醉酒当歌 提交于 2019-11-30 12:05:25
问题 I am trying to clone Papercut, an smtp server emulator I'm getting the list of SVN authors with svn log -q https://papercut.svn.codeplex.com/svn | grep -e '^r'| awk 'BEGIN {FS="|"};{print $2}'|sort|uniq which is giving me RNO\_MCLWEB SND\krobertson_cp I created an authors.txt with the SVN_User = UserName <Email> format, but when I run git svn clone --no-metadata -A authors.txt https://papercut.svn.codeplex.com/svn papercut it complains "Author: RNO\_MCLWEB not defined in authors.txt file" I

Getting Started with Unity Framework [closed]

生来就可爱ヽ(ⅴ<●) 提交于 2019-11-29 20:00:45
Could anyone recommend some good resources for getting started with the Unity framework ? I've downloaded the source from Codeplex and got it to compile. So now I've got a set of compiled binaries, where do I go next? I understand the principles of inversion of control but don't have much knowledge of the specifics of the Unity framework. I've downloaded the Unity documentation from Codeplex but it seems to be targeted at users that already have a good working knowledge of the framework. What I'm really looking for is some good "getting started" type guides for Unity, or maybe some basic

C# Interval tree class

核能气质少年 提交于 2019-11-29 05:20:37
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 found this intervaltree.codeplex.com but There are no downloads associated with this release. edit: Continue here: C# using others code There is a download on the codeplex page: http://intervaltree.codeplex.com/SourceControl/list/changesets -> Right hand side -> Download I just wrote another implementation which can be found here: https://github.com

Virtualizing WPF Wrap Panel Issue

試著忘記壹切 提交于 2019-11-28 23:55:11
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 first work item on the following codeplex project, I would greatly appreciate it: http://virtualwrappanel.codeplex.com/workitem/1 Thanks! Summary of issue: I've recently tried using the virtualizing wrappanel from this project and have encountered a bug. Steps to reproduce: Create listbox. Set the virtualizing wrappanel as the itemhost in a listboxpanel