diff --git a/src/libraries/System.Formats.Nrbf/src/Resources/Strings.resx b/src/libraries/System.Formats.Nrbf/src/Resources/Strings.resx
index 22ce2808f24062..349405150c65e9 100644
--- a/src/libraries/System.Formats.Nrbf/src/Resources/Strings.resx
+++ b/src/libraries/System.Formats.Nrbf/src/Resources/Strings.resx
@@ -159,4 +159,7 @@
Only arrays with zero offsets are supported.
+
+ Invalid assembly name: `{0}`.
+
\ No newline at end of file
diff --git a/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArraySingleObjectRecord.cs b/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArraySingleObjectRecord.cs
index de77d3e0f84fac..37e94842719a90 100644
--- a/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArraySingleObjectRecord.cs
+++ b/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArraySingleObjectRecord.cs
@@ -16,14 +16,12 @@ namespace System.Formats.Nrbf;
///
internal sealed class ArraySingleObjectRecord : SZArrayRecord