-
Updated
Aug 25, 2020 - C#
mono
Here are 534 public repositories matching this topic...
-
Updated
Apr 26, 2020 - C#
-
Updated
Aug 22, 2020 - C#
-
Updated
Jun 25, 2020 - C#
On which page?
https://github.com/unoplatform/uno/blob/master/doc/articles/uno-fluent-assets.md
What's wrong?
The docs don't mention that for iOS and macOS the info.plist must be updated with the new font name.
-
Updated
Aug 21, 2020 - C#
Environment
- Pythonnet version: 2.5.1 ( clr )
- Python version: 2.7.11
- Operating System: Windows 10
Details
- Describe what you were trying to get done.
The debugging variables are not available when using Squish IDE or Eclipse
The callable objects are filtered out by the debugger, however some objects are not callable like:
- print("Is System.String a callabl
-
Updated
Aug 25, 2020 - C#
-
Updated
Aug 8, 2020 - C#
-
Updated
Aug 21, 2020 - C#
Enable CA2000 rule
Change the action for CA2000 on the ruleset file to Error, and make the solution build
My following WebClient is working fine with internet connection but not through our proxy connection.
WebClient webClient = WebClient.builder()
.baseUrl("https://targetsite.com")
.build();
webClient.post()
.uri("/service/serviceName")
.body(BodyInserters.fromObject(reqData))
.retrieve()
.bodyToMono(WebServiceResponse.class)
Event though, the sam
-
Updated
Aug 20, 2020 - C#
-
Updated
Apr 9, 2020 - C#
-
Updated
Aug 21, 2020 - C#
-
Updated
Aug 24, 2020 - C#
-
Updated
Apr 19, 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."
Documentation Issue
The diagram legend at the top of the Flux/Mono javadoc page is awesome. However, the legend only mentions a very simple use case, and there are many other symbols used in the method diagrams that do not appear in the legend.
Improvement Suggestion
It would be super-awesome if the legend included all symbols used in the method diagrams.
For example: