Simon Cropp
Simon Cropp
#skip-changelog
track [Type.GetTypeFromHandleUnsafe being made public in .net 7](https://github.com/dotnet/runtime/issues/67090) so we can remove ``` var method = typeof(Type).GetMethod("GetTypeFromHandleUnsafe", BindingFlags.Static | BindingFlags.NonPublic, null, new[] { typeof(IntPtr) }, null); ```
``` SampleWeb.csproj: [NU1608] Detected package version outside of dependency constraint: GraphQL.Server.Transports.AspNetCore 6.1.1 requires GraphQL (>= 5.3.0 && < 6.0.0) but version GraphQL 7.0.0 was resolved. ```
When rename on an item with DependsUpon files nested under it, those files are incorrectly duplicated into the csproj. related to https://github.com/dotnet/project-system/issues/2873 here is a PR after a rename has...
The following class ``` using Microsoft.VisualStudio.TestTools.UnitTesting; [TestClass] public class UnitTest1 { [TestMethod] public void TestMethod1() { } } ``` in this project ``` net48 false all runtime; build; native; contentfiles;...
also * file scoped namespaces * move common settings to props
``` Test.cs ```