Elinor Fung
Elinor Fung
@creizlein thank you for the nice repro. This is from a WinForms app registering a handler for `SystemEvents.UserPreferenceChanged`, triggering the initialization of system event handling. The difference in 5.0 versus...
VS sets the `DOTNET_STARTUP_HOOKS` environment variable to load a [startup hook](https://github.com/dotnet/runtime/blob/main/docs/design/features/host-startup-hook.md) for hot reload - for example `c:\program files\microsoft visual studio\2022\preview\common7\ide\commonextensions\microsoft\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll`. It looks like that startup hook ends up in...
The difference between the console app and WinForms is that WinForms has `Main` marked with `STAThread`, so it requires the initialization when doing the wait. You can see the same...
Nice. Once we have a link, adding the text on the host side once should be quick. There'd probably also be a variation where we don't have a specific requested...
Yep, we we'd have the version of the host (`dotnet`). We could definitely include a `host_version` parameter. I'm not sure if it makes more sense for the link to redirect...
@richlander @baronfel should we choose a link / format to get something into 7? I think the suggestions from previous comments are: For the host (in dotnet/runtime repo) when SDK...
>In the DNNE scenario, the handleContext was: > >{"IsolatedComponentLoadContext(C:\Development\Source\Bentley.Reliability\ReliabilityUpdateService\src\Bentley.OQ.APMUpdateService\bin\x64\Debug\net6.0\Infrastructure.dll)" Internal.Runtime.InteropServices.IsolatedComponentLoadContext https://github.com/AaronRobinsonMSFT/DNNE/issues/1} And the `iloggerContext` AssemblyLoadContext (ALC) was still "Default"? > A potential workaround here is to force your plug-in into...
> Some other failures there are missing uploaded test fail artifacts, like binlogs, which is leaving me blind. The binlogs are in a non-obvious place for the Installer tests. They...
> runtime (Build mono llvmfullaot Pri0 Runtime Tests Run Linux x64 release) failure > ``` > 2022-10-10T17:37:44.1809505Z /__w/1/s/src/mono/msbuild/aot-compile.proj(19,9): error MSB3073: The command "/__w/1/s/artifacts/tests/coreclr/Linux.x64.Release/Tests/Core_Root/corerun /__w/1/s/artifacts/tests/coreclr/Linux.x64.Release/Tests/Core_Root/xunit.execution.dotnet.dll" exited with code 255. > 2022-10-10T17:37:44.1810593Z...
> I'm baffled about where func- comes from on the identifier. > > I also checked the one being passed in as the AppHostSourcePath and it is pre-signed and its...