We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234a8cc commit 6c50a89Copy full SHA for 6c50a89
source/MetadataProcessor.Core/Utility/NativeMethodsCrc.cs
@@ -1,4 +1,4 @@
1
-//
+//
2
// Copyright (c) 2019 The nanoFramework project contributors
3
// Original work from Oleg Rakhmatulin.
4
// See LICENSE file in the project root for full license information.
@@ -131,7 +131,7 @@ internal static string GetnanoClrTypeName(TypeReference parameterType)
131
else
132
{
133
// type is not primitive, get full qualified type name
134
- return parameterType.FullName;
+ return parameterType.FullName.Replace(".", String.Empty);
135
}
136
137
0 commit comments