Friedrich von Never

Results 616 issues of Friedrich von Never

```console $ dotnet test PascalABC.NET.SDK -> W:\Projects\PascalABC.NET.SDK\PascalABC.NET.SDK\bin\Debug\net6.0\PascalABC.NET.SDK.dll Starting test execution, please wait... A total of 1 test files matched the specified pattern. Testhost process exited with error: Error: An assembly...

help wanted
infrastructure

To simplify the onboarding experience, there should be a project template installable via `dotnet new --install`.

enhancement
help wanted

After #17, the SDK has migrated to a forked compiler binary. We should migrate back after [this PR](https://github.com/pascalabcnet/pascalabcnet/pull/2720) is merged. Eliminate all `TODO[#18]` in the code while resolving this task.

enhancement
status:blocked

Right now, we are trying to run the `pabcnetc.exe` directly, which will only work on platforms that support this executable (Windows mainly). We should support Mono on other platforms as...

enhancement

Hello! I am a maintainer of the IntelliJ PowerShell plugin, and have been recently investigating an issue related to a `RunConfigurationTemplateProvider` implementation in the plugin: https://github.com/ant-druha/intellij-powershell/issues/138 What I found is...

So, yeah, they started failing sometimes. Of course, the timeout fails. Example stack: ``` junit.framework.AssertionFailedError: Pause should be triggered in PT30S at junit.framework.Assert.fail(Assert.java:57) at junit.framework.Assert.assertTrue(Assert.java:22) at junit.framework.TestCase.assertTrue(TestCase.java:192) at com.intellij.plugin.powershell.debugger.StepTest$testStepIn$1.invokeSuspend(StepTest.kt:65) at...

bug

This will require updating to the latest IntelliJ first.

enhancement

Currently, when choosing a custom PSES, we expect the user to select the root folder that contains `PowerShellEditorServices/PowerShellEditorServices.psd1` This is rather confusing in practice. Let's allow the users to choose...

enhancement
help wanted
good first issue

I've tried to do that but postponed because of https://github.com/JetBrains/rd/issues/492. See TODO[#416] in the project's code.

kind:infrastructure

I want to eventually reuse the GitHub Action code from this project in others. Let's extract it.

kind:infrastructure