Rider - Log/Output not displayed - jetbrains-ide

How do I display the output in a .NET desktop app in Rider 2021.3.1? I have tried several variants, nothing is displayed. Also in the tab "Debug Output" is not displayed. I have enabled the setting for output to console. The curious thing is, when I initialize a console app it works? Is there something special to configure?

Related

App showing in search but not in app menu

I installed Waterfox from their website and I wanted to add it to the app menu. For this I created a desktop file in /usr/share/applications:
[Desktop Entry]
Version=1.0
Type=Application
Name=Waterfox
TryExec=/home/mateus/Downloads/waterfox-G4.1.2.en-US.linux-x86_64/waterfox/waterfox
Exec=/home/mateus/Downloads/waterfox-G4.1.2.en-US.linux-x86_64/waterfox/waterfox %u
Icon=waterfox
Terminal=false
I added different keys to see if I can fix the problem, but initially I had only Type, Name, Exec, and Icon. When I search, Waterfox appears, I can use it without any problem, I can even pin it to my panel. But the app is nowhere to be found in the app menu. I looked in all the pages and it's not here. Why?
Also, I restarted the pc several times, so that can't be the problem.
I don't know if it's relevant, but I use Garuda Linux.
Now that I look at it, Firefox and Firedragon are not appearing in the app menu either even though there are accessible by search.
What I'm doing wrong? Shouldn't the .desktop file create an entry in the app menu?

Filter logcat by selected application *and* add custom filter in Android Studio

I hate "your app is chatty" - messages, so i wrote a custom filter for them:
This works as expected, but i'd like to enhance it:
Currently, the filter shows logs of all of my appstarts.
I'd like it to only show logs of my current appstart (which is the same as the default filter "show only selected application" does)
I suspect this is possible by filtering the PID, but i don't know how.
(Android Studio hints, that there is code-completion enabled in the PID field)
Locat entries that originate from an app without debug information, only have ? as package name. Since all system apps don't contain any debug information (AFAIK), messages from the system and most apps can be filtered by typing the following regex into the Package Name field:
^(?!(\?))
This might not be perfect, since you might have other apps with debug information, which could still pollute your log, but for me it's enough.

Google action console disabled

I've started playing around with Google's Dialogflow and created a simple project. When I go to the Google actions console the Chrome window is grayed out.
Is there perhaps something I have missed or need to enable?
Here are the steps I have taken.
Created a new Test project in Dialogflow
Created two entities under the Entities tab, namely Device and Power and called it Entities (See screenshot)
Under Intents tab
Created some training phrase's
Entered the text "Send" in the action textbox
Created parameters for the two entities, #Device and #Power
(See screenshot)
Under settings of the project
Deployed the project to a DEV environment (See screenshot)
Clicked on the "Manage in assistance console" on the Environments tab. I'm then redirected to the actions console page that is unfortunately disabled. (See screenshot)
Hoping someone will be able to assist.
Okay so I contacted Google support and they were quick to respond and provide me with a resolution.
Turned out that I had a Chrome extension that affected the AoG/Dialog console behaviour. So I disabled the Chrome extension and it worked.
What you can also try for those that encounter a similar issue is to go to the console actions page in incognito window and see if that works for you.

'How do you want to open' 8.1 dialog and icons

Does anyone know, where Win 8.1 gets the icons, used in the dialog, from?
In my case an app icon is corrupted (instead of mine, another app icon is used for my app), and I want to debug the issue. But for that I have to know, where is a source of the icons.
I've already inspected my .exe file resources, there is no other icons there but mine.
It turns out, that when an app is registering itself as matching some user's model, it should set the logo and background color. See AppUserModelId (http://msdn.microsoft.com/en-us/library/windows/desktop/dd378459%28v=vs.85%29.aspx) for details.

Spotify apps api inspector not working

I'm looking at the spotify apps api. When I try to open the inspector it says "Please select the app to inspect". Selecting or loading an app does not help, I always get this message, on any app. I have a developer account and am using version 0.8.10.2.g1283206d, I also tried older versions. I'm on Windows 7. Did anyone get this error? Am I missing something?
You can not inspect other peoples apps. It only seems to work on apps you have loaded from your local machine.
I had the same problem but found a solution
So apparently it works for me, if you right-click the open application and hit "Show Inspector". After that, it works to hit show inspector from the top menu bar as well. However as soon as you go to another app at switch back to your local app, you're once again not able to hit "show inspector" from the top menu bar. Seems like there is a bug in the interface.
Try right-clicking the app itself and choosing "Show Inspector" from the pop-up menu you get.

Resources