Community.
Details
tl;tr: I have a Raspberry Pi 4 and a self-contained C# service running on .NET Core 2.2.
Since some libaries are obsolete in higher versions I have to stick with 2.2.
My workplace is writing code in vb.NET and they also use their own vb.NET-.dll's in general.
Now they want me to write the whole service in vb.NET but I am unsure if vb.NET is even able to run as a service on .NET Core on Raspian.
tl;tr: Rasperry Pi4, Raspbian, .NET Core 2.2, service running with C#, company codes in VB.NET
In general my question is:
Is it possible to run a self-contained vb.NET service on .NET Core on Raspian?
Please add, if available, some sources or recommend books/websites I can read into for educational stuff.(So I can avoid asking questions)
Research
I searched in the official dokumentation. I only found sth. about general Visual Basic stuff. https://learn.microsoft.com/en-us/dotnet/core/
Also I searched right on SO and found out about vb.NET and Mono: Visual Basic .Net in Linux
And another one with Mono: Running VB.NET script with mono on a raspberry pi
Also Mono-based: VB.net on Raspbian OS (Linux & Mono) fyi: None of my colleagues has worked with a raspberry pi yet and they gave me the same links you see above.
But none of them answer my question in particular.
Code
I don't think that code is needed, bc it's not a code-based question.
Thank you in advance, hoping this question is not as dumb as I think it sounds.