Skip to content

Fix Windows build errors

Hamish Smith requested to merge fix/windows-build-errors into main
  1. The behaviour of Assembly.GetEntryAssembly varies between .NET and .NET Framework. For .NET Framework there are more scenarios where the method will return null. This will mean that the default application name and version calculation will be less useful, and the application code will need to initialize the values itself.

  2. A change to the procedure signature of the fluent builder was not reflected in the .NET Framework example application.

Merge request reports