Philipp Naused
Philipp Naused
@sliekens I'm already doing that. Doesn't help. I assume the bug affects this repo when TUnit is built. So adding it to my repo alone doesn't fix it. We need...
@sliekens Yes, I have tried that. It doesn't make a difference. This bug only affects net462, not any newer version of the framework. If you define `ModuleInitializerAttribute` manually in your...
```xml enable latest Exe net462;net472;net48 ``` ```cs class Tests { [Test] public Task TestMethod() => Task.CompletedTask; } namespace System.Runtime.CompilerServices { [AttributeUsage(AttributeTargets.Method, Inherited = false)] internal sealed class ModuleInitializerAttribute : Attribute;...
No, unfortunately I can still reproduce it in v1.0.78 ☹️
It might be a bug in mono. Like some kind of incompatibility with newer C# features (wouldn't be the first time).
If you just want to adjust the volume of the TTS voices, it would be easier to just add a main volume slider to the mod's UI. Would that solve...
This can be reproduced without a 3rd party lib: ```cs class Program { static void Main() { Console.WriteLine(new S()); } } [Att] struct S; class Att : Attribute; ``` or:...
@sliekens I think this is the wrong repo. Mono has moved to . They have a newer build of mono (6.14.1), but it's not available as stable in any package...
Thank you for the explanation. I will make the use of this feature conditional on `'$(UsingMicrosoftNETSdk)' == 'true'`. That seems to prevent the issue. What about the unhandled `ArgumentNullException`? It...
@microsoft-github-policy-service agree