Description
Types that are targets for source generators should be marked as partial.Bad Code
Good Code
Properties
- Category: Design
- Severity: Info
- Enabled by default: False
- Code fix available: True
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Types that are targets for source generators should be marked as partial
public class MyGenerator { }
public partial class MyGenerator { }
dotnet_diagnostic.AL0010.severity = warning
Was this page helpful?
