Skip to content

Commit

Permalink
Fix compilation after rebase on fresh master
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtManyak committed Jan 7, 2025
1 parent d79a483 commit 1a2f0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rd-net/RdFramework.Reflection/ReflectionRdActivator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ public static string GetTypeName(Type type)
{
var rpcInterface = ReflectionSerializerVerifier.GetRpcInterface(type.GetTypeInfo());
if (rpcInterface != null)
return rpcInterface.AssemblyQualifiedName;
return rpcInterface.AssemblyQualifiedName!;
}

return typename!;
Expand Down

0 comments on commit 1a2f0b0

Please sign in to comment.