visual-studio - Visual Studio 任务列表

标签 visual-studio visual-studio-2010 f# tasklist

好的,VS 中的“任务列表”听起来很棒。 但我无法让它发挥作用。 (我正在使用 VS2010 shell,也使用 VS2010 本身,但无法使其在其中任何一个中工作。如果重要的话,语言是 F#)

我的代码中有这样的东西:

let expStatus = ref AwaitingResult 

member takecontrol () =     
             assert (!expStatus<>NoneSubmitted); //UNDONE: This might be possible, and indeed legal, if it happens should wait for cancelation to happen then to hand over
             assert (!expStatus<>BeingWorkedOn); //UNDONE: This might be possible, and indeed legal, if it happens should wait for cancelation to happen then to hand over
             //startThread "run" <| 
             this.RunExp () //Get to work    

UNDONE 是我设置中的一个标志。 TODO 也不起作用

有什么想法吗?

最佳答案

我可以确认,对于我在 VS2010 中和 fs 项目中的 fs 文件来说,它不起作用。

BrianTomas将能够给出明确的答案,但我怀疑这是他们没有在 F#/VS 工具集中编码的事情之一。

关于visual-studio - Visual Studio 任务列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6119265/

相关文章:

c# - 有没有一种聪明的方法来处理 NuGet 中的包依赖关系?

f# - 循环流水线

parsing - 词法分析和解析 CSS 层次结构

constructor - F#:如何使用 "with"构造函数获取更多值

c# - Resharper ToString 格式化完成

c# - Visual Studio : Debugging a referenced DLL, 我在另一个 SLN 中有源代码

visual-studio - Microsoft TestTools 的 UnitTesting 和 NUnit 之间有什么区别?

c# - 在 C# 解决方案的 Visual Studio 2010 中查找通用方法名称的所有引用

visual-studio-2010 - TFS 2010 构建配置转换问题

c# - 如何在C#项目中添加vb webservice