Update Dalamud Plugin Repository #8510
Annotations
20 warnings
update-json:
RebornRepoUpdater/Models/Dalamud/PluginManifest.cs#L8
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
update-json:
RebornRepoUpdater/Models/Dalamud/PluginManifest.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
update-json:
RebornRepoUpdater/Models/Dalamud/PluginManifest.cs#L12
Non-nullable property 'InternalName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
update-json:
RebornRepoUpdater/Models/Dalamud/PluginManifest.cs#L14
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
update-json:
RebornRepoUpdater/Models/Dalamud/PluginManifest.cs#L16
Non-nullable property 'ApplicableVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
update-json:
RebornRepoUpdater/Models/Dalamud/PluginManifest.cs#L23
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
update-json:
RebornRepoUpdater/Models/Dalamud/PluginManifest.cs#L26
Non-nullable property 'CategoryTags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
update-json:
RebornRepoUpdater/Models/Dalamud/PluginManifest.cs#L38
Non-nullable property 'IconUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
update-json:
RebornRepoUpdater/Models/Dalamud/PluginManifest.cs#L40
Non-nullable property 'Punchline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
update-json:
RebornRepoUpdater/Models/KnownRepo.cs#L49
Dereference of a possibly null reference.
|
update-json:
RebornRepoUpdater/Models/KnownRepo.cs#L49
Dereference of a possibly null reference.
|
update-json:
RebornRepoUpdater/Models/KnownRepo.cs#L71
Dereference of a possibly null reference.
|
update-json:
RebornRepoUpdater/Models/KnownRepo.cs#L85
Dereference of a possibly null reference.
|
update-json:
RebornRepoUpdater/Models/Dalamud/PluginManifest.cs#L8
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
update-json:
RebornRepoUpdater/Models/Dalamud/PluginManifest.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
update-json:
RebornRepoUpdater/Models/Dalamud/PluginManifest.cs#L12
Non-nullable property 'InternalName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
update-json:
RebornRepoUpdater/Models/Dalamud/PluginManifest.cs#L14
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
update-json:
RebornRepoUpdater/Models/Dalamud/PluginManifest.cs#L16
Non-nullable property 'ApplicableVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
update-json:
RebornRepoUpdater/Models/Dalamud/PluginManifest.cs#L23
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
update-json:
RebornRepoUpdater/Models/Dalamud/PluginManifest.cs#L26
Non-nullable property 'CategoryTags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|