diff --git a/README.md b/README.md
index 7b7a1fc4..33b5f593 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[](https://github.com/nanoframework/Home/blob/master/LICENSE) []() [](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md)
+[](https://sonarcloud.io/dashboard?id=nanoframework_lib-CoreLibrary) [](https://sonarcloud.io/dashboard?id=nanoframework_lib-CoreLibrary) [](https://github.com/nanoframework/Home/blob/master/LICENSE) []() [](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md)
[](https://discord.gg/gCyBu8T)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 2363d549..212f78d9 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -39,6 +39,8 @@ steps:
# step from template @ nf-tools repo
# all build, update and publish steps
- template: azure-pipelines-templates/class-lib-build.yml@templates
+ parameters:
+ soundCloudProject: 'nanoframework_lib-CoreLibrary'
# update dependencies
- task: UpdatenFDependencies@1
diff --git a/source/nanoFramework.CoreLibrary/CoreLibrary.nfproj b/source/nanoFramework.CoreLibrary/CoreLibrary.nfproj
index d9d2013b..f6c39f40 100644
--- a/source/nanoFramework.CoreLibrary/CoreLibrary.nfproj
+++ b/source/nanoFramework.CoreLibrary/CoreLibrary.nfproj
@@ -29,7 +29,7 @@
true
- ..\key.snk
+ key.snk
false
@@ -375,7 +375,7 @@
-
+
diff --git a/source/nanoFramework.CoreLibrary/System/Type.cs b/source/nanoFramework.CoreLibrary/System/Type.cs
index e39396fc..2a7dfdc1 100644
--- a/source/nanoFramework.CoreLibrary/System/Type.cs
+++ b/source/nanoFramework.CoreLibrary/System/Type.cs
@@ -48,6 +48,7 @@ public static Type GetType(String typeName)
return GetTypeInternal(name, assemblyName, fVersion, ver);
}
+ [Diagnostics.DebuggerHidden]
[MethodImpl(MethodImplOptions.InternalCall)]
private static extern Type GetTypeInternal(String typeName, string assemblyName, bool fVersion, int[] ver);
diff --git a/source/key.snk b/source/nanoFramework.CoreLibrary/key.snk
similarity index 100%
rename from source/key.snk
rename to source/nanoFramework.CoreLibrary/key.snk