David V

Results 3 issues of David V

This pull request is for a migration of the Entity Framework 6 examples from using Microsoft SQL Server Express (MsSqlExpress) to Microsoft SQL Server Compact Edition (MsSqlCE). MsSqlCE offers a...

The problem is cmake is < 3.0.1, /usr/share/cmake-2.8/Modules/FindFreetype.cmake does not support latest freetype 6 paths. To check you cmake version use, $ cmake /V

This is how to get around annoying find and replace of **#nullable enable** If you're using .NET Framework 4.8 and want to manage nullable reference types, it's important to note...