mono
Here are 525 public repositories matching this topic...
-
Updated
Apr 26, 2020 - C#
Rename tag
Please add the ability to change the client tag in main form
Can you generate API docs for MvvmCross code?
Like for example:
- Andorid API
- AutoFac API
- and many others (all libs from Microsoft, Google ...)
Why?
- API dosc boost developers productivity - You easy look through the code (without decompiling it).
- API docs
Motivation
Some IDEs like IntelliJ don't display the javadoc custom tags at all in their javadoc popup.
As a consequence, discovering information about the discard and continue support might be difficult.
Searching the HTML version or the source to look for information about support might still be acceptable, but the tags should not be the only places where eg. a caveat or structuring im
Please amend the readme file to prominently state that Visual Studio 2015 C++ runtime is a pre-requisite for libtensorflow.dll
What would you like to be added:
Implement the TextBlock.MaxLines. It's not implemented yet:
https://github.com/unoplatform/uno/blob/4bd015b98029ae8c121a5ad9d36268742fb76b8e/src/Uno.UI/UI/Xaml/Documents/UIElementTextHelper.wasm.cs#L107_L110
Documentation:
https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.textblock.maxlines
Solution:
https://twitter.com/addyosmani/st
The MatchTemplate() function results is given different max matching score in Windows 10.
OpenCV => 3.4.1
Operating System / Platform => Windows 10 (64 Bit)
Compiler => Visual Studio 2017
Using the same original and template images in Windows 10 the max matching score is different from Windows 7. Is there library that needs to be updated in Windows 10?
Thank you for your help,
-Ernes
Environment
N/A
Details
This code:
Environment.SetEnvironmentVariable("PYTHONPATH", $"{pathToVirtualEnv}\\Lib\\site-packages;{pythonPath}\\Lib", EnvironmentVariableTarget.Process);from the wiki references a variable pythonPath that isn't defined. Is that supposed to be `pathToV
-
Updated
Jun 15, 2020 - C#
As the title says, Enumeration has two properties for the same information.
public Type Type { get; set; }
public BuiltinType BuiltinType { get; set; }
We should remove BuiltinType and have it just as a desugared property of Type.
Originating bug report on the .net core API docs:
dotnet/dotnet-api-docs#2854
To summarize, we start with this method signature:
public static ImmutableArray<TSource> ToImmutableArray<TSource>(this ImmutableArray<TSource>.Builder builder)Compiler output is
M:System.Collections.Immutable.ImmutableArray.ToImmutableArray``1(System.Collections
Wiki suggestion
It's kind of popular by now that I'm using my ASF project as an example of something that uses SK2 in practice, mainly for new developers and otherwise inexperienced coders that would like to see how things are working on the bigger scale. I thought that maybe we could create an extra wiki page named, I don't know, maybe "Example projects" or somethi
-
Updated
Jul 14, 2020 - C#
Enable CA2200 rule
Change the action for CA2200 on the ruleset file to Error, and make the solution build
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
If you're about to request a config for a specific notebook model, please follow these steps before creating a new issue: Config requests
Describe the solution you'd like
A clear an
Please check the reproducible example here: https://github.com/michaelr524/reactor-netty-ssl-leak
mvn clean package
java -jar target/reactor-netty-ssl-leak-1.0-SNAPSHOT.jar
- Reactor version(s) used: 0.9.4.RELEASE
- Other relevant libraries versions (eg.
netty, ...): - JVM version (
javar -version):
openjdk version "12.0.2" 2019-07-16
OpenJDK Runtime Environment (build 12.0
-
Updated
Jul 13, 2020 - C#
Documentation
Hello,
First of all, thanks @pauldotknopf (and all contributors) to make the dream – to have a C# crossplatform UI library – come true.
This fits perfectly my needs.
But there's a lack of documentation, and I can understand because the project is pretty new.
I could contribute on writing it, oh god if only I could.
I have not a lot experimentation with C# nor with Qt (although for the las
It will scale down to the center of the monitor, and the cursor stays where you grabbed it, but AvalonStudio won't be at the cursor:
Expected
Is your feature request related to a problem? Please describe.
The dialog to enter a Steam Web API key links to Steam's API page, which asks for a domain name, but I don't know what to enter
Describe the solution you'd like
Could the dialog have a copy + paste domain name please?
I tried this: http://api.steampowered.com/ - via the constant [here](https://github.com/Depressuriz
-
Updated
Apr 9, 2020 - C#
Update website pages
Describe the bug
Not a CSLA bug, a doc bug :)
Version and Platform
Irrelevant
Code that Fails
Not code per-se....I just realized that this doc page was never finished: https://github.com/MarimerLLC/csla/blob/master/docs/Analyzers.md. Need to finish that.
Stack Trace or Exception Detail
No stack trace.
Additional context
None
Steps to Reproduce
- Follow along with weather example (https://github.com/jamesmontemagno/embeddinator-weather) until I realize I can't use delegates in obj-c (mono/Embeddinator-4000#217)
- Attempt to look for a swift example in the embedding docs here (https://docs.microsoft.com/en-us/xamarin/tools/dotnet-embedding/get-started/objective-c/)
Expected Beh
-
Updated
Jul 13, 2020 - C#
Improve this page
Add a description, image, and links to the mono topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mono topic, visit your repo's landing page and select "manage topics."


I'd suggest renaming
CSharpDecompiler.DecompileWholeModuleAsSingleFile()toDecompileWholeModuleAsSingleSyntaxTree()as in my understanding it's not really doing anything with a single file. The documentation on the method reinforces this: "Decompiles the whole module into a single syntax tree.".Am I missing something?