refactor: fix linting #10
Annotations
10 warnings
coIT.Toolkit.SendGrid.TemplateManager/Absender.cs#L5
Non-nullable property 'Adresse' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
coIT.Toolkit.SendGrid.TemplateManager/Absender.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
coIT.Toolkit.SendGrid.TemplateManager/ManagedTemplateMapper.cs#L11
Dereference of a possibly null reference.
|
coIT.Toolkit.SendGrid.TemplateManager/MainForm.cs#L30
Non-nullable field '_managedTemplateRepository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
coIT.Toolkit.SendGrid.TemplateManager/MainForm.cs#L30
Non-nullable field '_selektiertesTemplate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
coIT.Toolkit.SendGrid.TemplateManager/MainForm.cs#L30
Non-nullable field '_sendGridConfigurationRepository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
coIT.Toolkit.SendGrid.TemplateManager/MainForm.cs#L30
Non-nullable field '_sendGridService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
coIT.Toolkit.SendGrid.TemplateManager/SendTemplateForm.cs#L10
Non-nullable property 'SendOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
coIT.Toolkit.SendGrid.TemplateManager/SingleTemplateForm.cs#L12
Non-nullable field '_sendGridService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
coIT.Toolkit.SendGrid.TemplateManager/SingleTemplateForm.cs#L12
Non-nullable property 'Template' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading