G
Guest
Hello all.
Is there any way to report bugs in the .NET framework?
I've found that both DirectoryInfo.Create and Directory.CreateDirectory
"succeed" even if a file with the same name already exists. No directory is
actually created (thank God, so the file remains in tact), but neither call
throws an exception (also, Directory.CreateDirectory returns a nonNull
DirectoryInfo). So one doesn't know that the directory creation failed until
one later calls some other method on the DirectoryInfo which will then throw
an exception.
Anyway, I'm trying to find a way to report this as a bug. Anyone know how
to do that?
Is there any way to report bugs in the .NET framework?
I've found that both DirectoryInfo.Create and Directory.CreateDirectory
"succeed" even if a file with the same name already exists. No directory is
actually created (thank God, so the file remains in tact), but neither call
throws an exception (also, Directory.CreateDirectory returns a nonNull
DirectoryInfo). So one doesn't know that the directory creation failed until
one later calls some other method on the DirectoryInfo which will then throw
an exception.
Anyway, I'm trying to find a way to report this as a bug. Anyone know how
to do that?