我想我发现了.NET Framework的一个bug,如何报告? [英] I think I found a bug of .NET Framework, how to report?

查看:124
本文介绍了我想我发现了.NET Framework的一个bug,如何报告?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这里没什么,我的问题是主题......

There''s not much here, my question is the subject...

推荐答案

嗯,这是另一个不错的问题:


你怎么认识你:

*有一个错误,而不是你自己的错误代码。 99%的tehe所谓的错误不是

错误。

*目前还不知道?


否则你可以发帖它在这里(有人会拿起并报告)

或通过PSS:


-

问候


Thomas Tomiczek

THONA软件&咨询有限公司

(微软MVP C#/。NET)

(CTO PowerNodes Ltd.)

---


还在等待ObjectSpaces?今天尝试EntityBroker - 更多功能,

更强大。

现在正在使用的东西。对于你必须交付的项目 - 现在。

" FrzzMan" <星期五*************** @ vnOCzone.com>在消息中写道

新闻:e2 ************** @ tk2msftngp13.phx.gbl ...
Well, here is another nice question:

How do you know you:
* Have a bug, not your own bad code. 99% of tehe so called bugs are NOT
bugs.
* It is not already known?

Otherwise you can post it here (and someone will pick it up and report it)
or go through PSS:

--
Regards

Thomas Tomiczek
THONA Software & Consulting Ltd.
(Microsoft MVP C#/.NET)
(CTO PowerNodes Ltd.)
---

Still waiting for ObjectSpaces? Try the EntityBroker today - more versatile,
more powerfull.
And something in use NOW. for the projects you have to deliver - NOW.
"FrzzMan" <Fr***************@vnOCzone.com> wrote in message
news:e2**************@tk2msftngp13.phx.gbl...
没有在这里,我的问题是主题...
There''s not much here, my question is the subject...



FrzzMan:


如果你确定你真的发现了一个错误,在这里发布它会得到它

注意到了。此外,每个产品都有一个产品主页,我相信他们

都有提交错误。链接他们....
http:// msdn .microsoft.com / vfoxpro / support / default.aspx 是Foxpro的

实例。


但是,如果你浏览各种NG',你会看到很多错误报告。绝大多数是开发人员错误或代码

正在做它应该做的事情但是devloper正在预测不同的

结果。发布错误是非常有用的,但是如果你发布这样的声明,请确保你已经对它进行了彻底的测试并确定它是一个bug,

确保首先阅读相关文档。我知道这听起来很明显,但是有很多bug报告实际上都是在文档中完全解释的
特性或功能中构建的 - 或者它们是

用户部分的错误。


HTH,


Bill

" FrzzMan" <星期五*************** @ vnOCzone.com>在消息中写道

新闻:e2 ************** @ tk2msftngp13.phx.gbl ...
FrzzMan:

If you are sure that you really found a bug, posting it here will get it
noticed. Moreoever, each product has a product home page and I believe they
all have a "Submit a bug" link on them....
http://msdn.microsoft.com/vfoxpro/support/default.aspx is Foxpro''s for
instance.

However, if you browse the various NG''s , you''ll see quite a few bugs being
reported. The overwhelming majority are either developer errors or the code
is doing what it''s supposed to but the devloper is expeciting different
results. Posting bugs is very useful, but if you make such an announcement,
please make sure you''ve thoroughly tested it and are quite sure it''s a bug,
making sure you read the documentation on it first. I know this sounds
obvious, but there are a LOT of bug reports that are actually built in
features or functionality explained fully in the documentation - or they are
bugs on the users part.

HTH,

Bill
"FrzzMan" <Fr***************@vnOCzone.com> wrote in message
news:e2**************@tk2msftngp13.phx.gbl...
没有在这里,我的问题是主题......
There''s not much here, my question is the subject...



FrzzMan写道:
FrzzMan wrote:
这是代码揭露虫子 (我认为)

string Data =" UTF-8 string" ;; //< - 插入一些* long * UTF-8字符串
byte [] DataBytes = System.Text.Encoding.UTF8.GetBytes(Data);
string BackConvert = System.Text.Encoding。 UTF8.GetString(DataBytes);

System.Console.WriteLine(Data == BackConvert);

System.IO.StreamWriter File = System.IO.File.CreateText( " test.txt");
File.Write(Data +" \ n" + BackConvert);
File.Close();
This is the code that expose the "bug" (I think)

string Data = "UTF-8 string"; // <-- Insert some *long* UTF-8 string
byte[] DataBytes = System.Text.Encoding.UTF8.GetBytes(Data);
string BackConvert = System.Text.Encoding.UTF8.GetString(DataBytes);

System.Console.WriteLine(Data == BackConvert);

System.IO.StreamWriter File = System.IO.File.CreateText("test.txt");
File.Write(Data + "\n" + BackConvert);
File.Close();



你没有写text.txt。带有此代码示例的文件!

因为在您的示例中使用了\ n和test.txt包含\ n \\\ r。


2.如果我使用你的第一个字符串并进行相同的转换

字节,然后我有相同的字符串。


3.请提供一个完整的工作示例!


-

问候

Jochen


你需要一个内存泄漏查找器吗?
http://www.codeproject.com/tools/leakfinder.asp

你需要吗?来自您服务器的每日报告?
http://sourceforge.net/projects/srvreport /


这篇关于我想我发现了.NET Framework的一个bug,如何报告?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆