mono Questions

2

Solved

I am about to start development of a software project that should run on Linux and Windows if possible. As I already have some experience with C# I am eager to use it for this project. I assumed th...
Ivar asked 26/9, 2019 at 13:2

10

Solved

I love programming with .NET, especially C# 3.0, .NET 3.5 and WPF. But what I especially like is that with Mono .NET is really platform-independent. Now I heard about the Olive Project in Mono. I ...
Mauer asked 7/1, 2009 at 19:40

28

Solved

I'm trying to get the SHA1 fingerprint so I can get an Google API key. Im in the following directory: /Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home/bin Then I execute the co...
Talkie asked 20/11, 2014 at 10:26

6

Solved

How to uniquely identify computer (mainboard) using C#(.Net/Mono, local application)? Edition. We can identify mainboard in .Net using something like this (see Get Unique System Identifiers in C#)...
Reputed asked 13/9, 2009 at 10:25

3

Solved

I have code as follows: Dictionary<object, object> dict = ... Color = (int)dict.GetValue("color"); When I convert the Color to an int, I get the following exception: System.InvalidCastE...
Ranunculaceous asked 31/7, 2015 at 4:10

6

Solved

I have the following method: namespace ListHelper { public class ListHelper<T> { public static bool ContainsAllItems(List<T> a, List<T> b) { return b.TrueForAll(delegate(T t...
Carpo asked 5/10, 2009 at 15:2

2

Solved

Following the announcement by Microsoft that Xamarin will now support iOS 17 and Android 14 we are now looking to build our Xamarin based app to target these newer OS versions. We are aware that Xa...
Cordoba asked 20/11, 2023 at 13:35

6

Solved

I am currently trying to understand how to get the name of the (xaml) page I am currently into, with my Xamarin Form app. How am I supposed to do it? I tried a variety of cases, even looking aroun...
Rosenwald asked 4/12, 2014 at 22:18

20

We can't build solution on vs for Mac version but the same solution can build on vs for windows (vs 2017) and it's worked. How to fix on this problem ? and can support on both (vs on windows &...
Puglia asked 10/8, 2017 at 7:22

4

Solved

I have a Blazor webassembly project which I have dockerized and I'm trying to read environment variables set in the container on startup. If I do the following I am able to run a shell in the conta...
Macaw asked 7/7, 2020 at 22:4

6

Solved

Previously I asked a question about combining SHA1+MD5 but after that I understand calculating SHA1 and then MD5 of a large file is not that faster than SHA256. In my case a 4.6 GB file takes about...
Tableau asked 20/7, 2016 at 6:59

4

Solved

How can I re-size an image in ASP.NET 5, MVC 6, DNX451, with MONO, running on Ubuntu? I have been unable to work this out, as the standard components that I have used such as ImageProcessor and Im...
Renaissance asked 15/4, 2016 at 9:46

5

Solved

I have an ASP.NET MVC 4 app that I would like to run on a Mac machine. I would hate to run a full blown Windows virtual machine when all I really need is IIS7 to run the MVC app. What is the lighte...
Selfconceit asked 26/5, 2012 at 10:5

7

Solved

I am looking of a way to disable the possibility of attaching my MonoBehaviour component in the Unity Editor. So I don't want my component to appear anywhere visible by the user. The reason is tha...
Hearthstone asked 27/9, 2017 at 12:26

2

Solved

Let's say I have a .NET dll file on the server, that has this simple class: public static class C { public static int Add(int a, int b) => a + b; } I want to invoke C.Add in browser using Mo...
Imbecile asked 6/2, 2019 at 0:21

10

Solved

How do I check the version of a dll on OS X? The dll is managed, created in C#, that's all I know.
Brahmanism asked 13/4, 2014 at 9:27

6

Is there any way to obtain the AssemblyVersion of a .Net executable in Linux without using mono? What I am trying to have is a script or command that will let me obtain the AssemblyVersion on Linux...
Pseudohermaphroditism asked 15/10, 2010 at 21:42

5

With visual studio for Mac /Users/piyushbhatt/Projects/myfmf/FMF/FMF.Web/fmf.Web.csproj(3,3): Error MSB4019: The imported project "/Library/Frameworks/Mono.framework/Versions/5.0.0/lib/mono/xb...
Exfoliate asked 27/4, 2017 at 5:36

12

Solved

I am trying to debug my Xamarin project. Framework and all packages are up to date. In iOS it works, but in Android NOT. How can I solve this problem: Mono.Linker.MarkException: Error processing me...
Nominate asked 17/3, 2021 at 9:31

12

Solved

After running an ASP.NET vNext project on my local machine I was trying to figure out how I can run it on nginx as it looks to be a recommended choice Following jsinh's blog, I installed it using...
Harmless asked 5/2, 2016 at 9:35

2

Solved

I have a repo that builds and deploys a Nuget package to a VSTS feed in Azure DevOps. It's been working great. But I ran out of free minutes :( So now I am going to use a VMSS ado agent that is use...
Rupee asked 21/9, 2021 at 20:56

2

I have a really strange problem with WebRequest in a ServiceStack web application (hosted by XSP on Mono). It seems that the registration of request modules works in a very strange way; I am using ...
Athletic asked 15/7, 2013 at 14:49

1

Solved

I want to implement the fastest possible Inter-Process Communication (IPC) (least CPU bound) between 2 .NET Core (or even mono possible) applications on Linux (SBC). I tried TPC (socket, loopbacks)...
Supportable asked 18/12, 2022 at 10:53

4

Solved

I have a concern about generic dictionaries using enums for keys. As stated at the below page, using enums for keys will allocate memory: http://blogs.msdn.com/b/shawnhar/archive/2007/07/02/twin-...
Botts asked 9/10, 2014 at 14:17

2

I am having the weirdest issue on one of my Macbooks. I have a C# application that runs under mono on my Macbook. The application communicates with a web service through HTTP and it works perfectly...
Steven asked 2/7, 2013 at 13:43

© 2022 - 2024 — McMap. All rights reserved.