-
I have a scenario where the contract has an `abstract` class with an `internal` ctor. For example:
```
public abstract class Utility
{
internal Utility(){ } //internal ctor
public abstrac…
-
It would be really nice if you didn't have to go to JS mode to update or remove extensions as it would remove the risk of re-arranging all of your code. And if you switch while there are errors, (be i…
-
For example in: https://github.com/dotnet/runtime/pull/41145#discussion_r474865588
We added `?` to the return type of those even though the implementation doesn't have it. My guess is that the null…
-
1ES offers the ability to onboard customer pipelines to their pre-release validation. Once there is a new version of the pipeline templates, 1ES will run all the validation pipelines that they kno…
-
**Is your feature request related to a problem? Please describe.**
Our team was watching one of the MakeCode Arcade Livestreams that featured the user-created Sprite Util extension created by @jwunde…
-
Found in a release/7.0 backport PR: https://github.com/dotnet/runtime/pull/75284
Please help determine if this needs a fix to get backported to 7.0.
- Queue: `Build Browser wasm Linux Release _T…
-
With the original card the NeoGeo system works normally. When I replace the RetroArch and emulationstation folders of this NeoGeo project it stops working. Is there any change I can make in the settin…
-
Importing a URL that's created on a different target yields a silent crash while attempting to load the project.
We should let the user know that this is the wrong target for the project they're t…
-
Visited https://travis-ci.org/strongback/strongback-java-examples and noticed that it doesn't look like the travis.yml is correct. It doesn't seem to build the project nor test it. Can you upload a wo…
-
## Description
RetroArch does NOT display `Named_Boxarts` when it contains the ampersand `&` character.
### Expected behavior
RetroArch seems to retrieve the picture based on matching file names:…