Please see "Steps to reproduce".
Note that the program works fine when no serialization dll is generated. And the program works fine when the declaration of StringList is moved before the declaration…
Created on 1/28/2013 (updated 16 weeks ago) | 0 validations | 0 workarounds | 6 comments | feedback id: 777672
|
|
|
Closed
as Won't Fix
|
|
Consider this code:
using System.Collections.Generic;
using System.Configuration;
class Program
{
static void Main(string[] args)
{
Settings settings = new Settings();
settings.S =…
Created on 1/28/2013 (updated 16 weeks ago) | 0 validations | 0 workarounds | 4 comments | feedback id: 777670
|
|
|
Closed
as Won't Fix
|
|
Setting the InnerXml property of an XmlElement to null will cause a NullReferenceException to be thrown, although this is not documented.
This simply might be an issue of the documentation, but con…
Created on 1/27/2010 (updated 35 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 527371
|
|
When the system clipboard has a certain content, then in the following program, the call to GetData will throw an ExecutionEngineExecption:
using System;
using System.Windows.Forms;
class Program…
Created on 2/17/2009 (updated 128 weeks ago) | 3 validations | 0 workarounds | 8 comments | feedback id: 415612
|
|
|
Closed
as External
|
|
If ClearType is enabled, and a program draws medium sized or large Text using GDI or GDI+ (i.e. DrawText, DrawString, but not WPF), the result looks unexpectedly jagged. The text looks worse than with…
Created on 10/28/2008 (updated 149 weeks ago) | 1 validation | 0 workarounds | 3 comments | feedback id: 378060
|
|
|
Closed
as External
|
|
When AutoScaleMode = Font is set on a form, the form sometimes does not scale when run on a computer with a different screen resolution setting (DPI setting). Please see the steps below.
Unfortunat…
Created on 1/24/2008 (updated 185 weeks ago) | 0 validations | 0 workarounds | 6 comments | feedback id: 323878
|
|
|
Closed
as Won't Fix
|
|
Consider the following schema:
<?xml version="1.0" encoding="utf-8"?>
<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="Root">
<xs:co…
Created on 8/8/2007 (updated 298 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 291691
|
|
|
Closed
as Fixed
|
|
Having a xsd with a choice, it seems to me that xsd.exe only creates an ItemElementName field if there are two elements in the choice that have the _same_ type. It further seems to me, that xsd.exe sh…
Created on 7/24/2007 (updated 306 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 288799
|
|
|
Closed
as By Design
|
|