Emmanuel André

Results 21 comments of Emmanuel André

@vonzshik @Brar @roji The PR is now ready for (final) review. Your comments are welcome.

@roji Can you please tell me whether something prevents this PR from being merged?

@NinoFloris I have applied the same workaround, please tell me whether it solves the issue here. I am not sure how to read the sizoscopeX output...

@NinoFloris Thanks for the tutorial ;) I have removed the dependency to `System.Linq` as a desperate attempt to reduce binary size. For `System.Diagnostics.Process` I do not understand as it is...

Oh! I was not aware that NativeAOT is able to optimize such paths. Here, the `sysconfdir` is only required when the `Service` field is set in the connection string or...

The ["default.runsettings could not be found"](https://github.com/RocketSurgeonsGuild/Nuke/issues/1003) issue is now fixed. Unfortunately, the build is also blocked by some NRE for [windows](https://github.com/OmniSharp/csharp-language-server-protocol/actions/runs/9530313828/job/26270041225?pr=1120) and macos environments. ``` Object reference not set to...

I have managed to add some verbose logging, what reveals the NRE call stack: ``` System.NullReferenceException: Object reference not set to an instance of an object. at Rocket.Surgery.Nuke.ContinuousIntegration.PrintBuildVersionAttribute.OnBuildInitialized(IReadOnlyCollection`1 executableTargets, IReadOnlyCollection`1...

The issue with `GitVersion.Tool` may be related to https://github.com/nuke-build/nuke/issues/1344 I propose to wait for a fix before investigating further.

Hello, I have started some exploratory code and tests to support the `pg_service.conf` file, according to PostgreSQL documentation. For now, I have simply added a static method to build a...

From `Binary size is 9761992 bytes (9 mb)` To `Binary size is 10028728 bytes (9 mb)` Then an increase of 260 KiB (+2.7%). This may be linked to the new...