api3 plugins will have a null value, needs handling

This commit is contained in:
Raymond 2021-09-22 08:47:06 -04:00
parent 300bcf4938
commit 18a3643fe6
2 changed files with 4 additions and 4 deletions

View file

@ -159,7 +159,7 @@ namespace Dalamud.Plugin.Internal
/// Gets the AssemblyName plugin, populated during <see cref="Load(PluginLoadReason, bool)"/>.
/// </summary>
/// <returns>Plugin type.</returns>
public AssemblyName AssemblyName { get; private set; } = null;
public AssemblyName? AssemblyName { get; private set; } = null;
/// <summary>
/// Gets the plugin name, directly from the plugin or if it is not loaded from the manifest.