Skip to content

Commit

Permalink
fix: Added code example
Browse files Browse the repository at this point in the history
reproduces #259  before the bugfix
  • Loading branch information
SOsterbrink committed Jul 1, 2024
1 parent a1ad74c commit 585abea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dscom.demo/assembly5/ExplodeyBaseClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ namespace dSPACE.Runtime.InteropServices.DemoAssembly5;

public class ExplodeyBaseClass : UserControl
{
private class PrivateImplementationDetails

Check warning on line 7 in src/dscom.demo/assembly5/ExplodeyBaseClass.cs

View workflow job for this annotation

GitHub Actions / check-code-style

Type 'PrivateImplementationDetails' can be sealed because it has no subtypes in its containing assembly and is not externally visible

Check warning on line 7 in src/dscom.demo/assembly5/ExplodeyBaseClass.cs

View workflow job for this annotation

GitHub Actions / check-code-style

Type 'PrivateImplementationDetails' can be sealed because it has no subtypes in its containing assembly and is not externally visible

Check warning on line 7 in src/dscom.demo/assembly5/ExplodeyBaseClass.cs

View workflow job for this annotation

GitHub Actions / acceptance-test-msbuild (OutProc, outproc)

Type 'PrivateImplementationDetails' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)

Check warning on line 7 in src/dscom.demo/assembly5/ExplodeyBaseClass.cs

View workflow job for this annotation

GitHub Actions / acceptance-test-msbuild (OutProc, outproc)

Type 'PrivateImplementationDetails' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)

Check warning on line 7 in src/dscom.demo/assembly5/ExplodeyBaseClass.cs

View workflow job for this annotation

GitHub Actions / acceptance-test-msbuild (OutProc, outproc)

Type 'PrivateImplementationDetails' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)

Check warning on line 7 in src/dscom.demo/assembly5/ExplodeyBaseClass.cs

View workflow job for this annotation

GitHub Actions / acceptance-test-msbuild (OutProc, outproc)

Type 'PrivateImplementationDetails' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)

Check warning on line 7 in src/dscom.demo/assembly5/ExplodeyBaseClass.cs

View workflow job for this annotation

GitHub Actions / unit-test

Type 'PrivateImplementationDetails' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)

Check warning on line 7 in src/dscom.demo/assembly5/ExplodeyBaseClass.cs

View workflow job for this annotation

GitHub Actions / unit-test

Type 'PrivateImplementationDetails' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)

Check warning on line 7 in src/dscom.demo/assembly5/ExplodeyBaseClass.cs

View workflow job for this annotation

GitHub Actions / unit-test

Type 'PrivateImplementationDetails' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)

Check warning on line 7 in src/dscom.demo/assembly5/ExplodeyBaseClass.cs

View workflow job for this annotation

GitHub Actions / unit-test

Type 'PrivateImplementationDetails' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)

Check warning on line 7 in src/dscom.demo/assembly5/ExplodeyBaseClass.cs

View workflow job for this annotation

GitHub Actions / acceptance-test-msbuild (32 Bit, 32bit)

Type 'PrivateImplementationDetails' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)

Check warning on line 7 in src/dscom.demo/assembly5/ExplodeyBaseClass.cs

View workflow job for this annotation

GitHub Actions / acceptance-test-msbuild (32 Bit, 32bit)

Type 'PrivateImplementationDetails' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)

Check warning on line 7 in src/dscom.demo/assembly5/ExplodeyBaseClass.cs

View workflow job for this annotation

GitHub Actions / acceptance-test-msbuild (32 Bit, 32bit)

Type 'PrivateImplementationDetails' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)

Check warning on line 7 in src/dscom.demo/assembly5/ExplodeyBaseClass.cs

View workflow job for this annotation

GitHub Actions / acceptance-test-msbuild (32 Bit, 32bit)

Type 'PrivateImplementationDetails' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
{
// required to reproduce #259
}
}

0 comments on commit 585abea

Please sign in to comment.