Alex Rønne Petersen

Results 358 comments of Alex Rønne Petersen

@tannergooding > The simple fix for now is to add `$(NETCoreSdkRuntimeIdentifier)` to your project (under a `PropertyGroup`), unfortunately because of the way NuGet restore works, we can't just add this...

Any news on this? I find myself needing this for an experimental custom IL I'm working on. Modifying all of Cecil to support it would be a bit much since...

> @jbevain is this just a performance/syntax improvement? No. It is about stuff like `.emitbyte` in ILAsm. > @alexrp i think you can do all those things now. What exactly...

@filipw `omnisharp.path` is/was `latest`. Checking today, I'm now on `1.39.1-beta.2-net6.0` (I think it updated yesterday or so).

Simply adding `LatestMajor` to the project file should be sufficient. Then you shouldn't have to add another TFM with every new major .NET version. (This is probably what the `prefercliruntime`...

```console $ dotnet nake --version 3.0.0-beta-02 ```

I'm not super familiar with WPF myself, so I could well be wrong, but I don't *think* a control has to be focusable to be clickable. I have some buttons...

I've run into this issue as well. It only happens on a Windows runner on GitHub Actions; it works fine locally. All versions are the same between the runner and...

@icnocop over here: https://github.com/flare-lang/flare-lang.github.io Note that I removed PDF generation from CI in https://github.com/flare-lang/flare-lang.github.io/commit/1d905f487328f578062b08c41f7da15c16f9f085. You'll need to revert that commit to reproduce. Here's an example of a run where the...

So just in case anyone comes across this issue and has similar questions, this is what I ended up with after reading through the source code of xUnit's runner: https://github.com/flare-lang/flare/tree/master/src/tests