Skip to main content
Source: AL0010PartialTypeAnalyzer.cs

Description

Types that are targets for source generators should be marked as partial.

Bad Code

public class MyGenerator { }

Good Code

public partial class MyGenerator { }

Properties

  • Category: Design
  • Severity: Info
  • Enabled by default: False
  • Code fix available: True

Configuration

dotnet_diagnostic.AL0010.severity = warning