Skip to content

Commit

Permalink
Fix WFO1000
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Jan 10, 2025
1 parent 635fb42 commit cb182d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TemplateBuilder/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public partial class Form1 : Form
readonly DockContent dcYaml = new() {HideOnClose = true};
readonly DockContent dcTable = new() {HideOnClose = true};

[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]

Check failure on line 42 in TemplateBuilder/Form1.cs

View workflow job for this annotation

GitHub Actions / build

The type or namespace name 'DesignerSerializationVisibilityAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in TemplateBuilder/Form1.cs

View workflow job for this annotation

GitHub Actions / build

The type or namespace name 'DesignerSerializationVisibility' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in TemplateBuilder/Form1.cs

View workflow job for this annotation

GitHub Actions / build

The name 'DesignerSerializationVisibility' does not exist in the current context

Check failure on line 42 in TemplateBuilder/Form1.cs

View workflow job for this annotation

GitHub Actions / Analyze (csharp)

The type or namespace name 'DesignerSerializationVisibilityAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in TemplateBuilder/Form1.cs

View workflow job for this annotation

GitHub Actions / Analyze (csharp)

The type or namespace name 'DesignerSerializationVisibility' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in TemplateBuilder/Form1.cs

View workflow job for this annotation

GitHub Actions / Analyze (csharp)

The name 'DesignerSerializationVisibility' does not exist in the current context

Check failure on line 42 in TemplateBuilder/Form1.cs

View workflow job for this annotation

GitHub Actions / Analyze (csharp)

The type or namespace name 'DesignerSerializationVisibilityAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in TemplateBuilder/Form1.cs

View workflow job for this annotation

GitHub Actions / Analyze (csharp)

The type or namespace name 'DesignerSerializationVisibility' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in TemplateBuilder/Form1.cs

View workflow job for this annotation

GitHub Actions / Analyze (csharp)

The name 'DesignerSerializationVisibility' does not exist in the current context
public Dictionary<DockContent,DockState> DefaultDockLocations { get; set; }

public Form1()
Expand Down

0 comments on commit cb182d9

Please sign in to comment.