-
Updated
Jan 22, 2021 - C#
mono
Here are 579 public repositories matching this topic...
-
Updated
Apr 26, 2020 - C#
-
Updated
Sep 22, 2020 - C#
reactor.core.Scannable, method stepName
This code:
name = name
.substring(0, name.indexOf('$'))
.substring(name.lastIndexOf('.') + 1);
throws .StringIndexOutOfBoundsException for name:
ScopePassingSpanSubscriber{subscriber=reactor.core.publisher.MonoNext$NextSubscriber@1bf6ebc, parent=org.springframework.cloud.sleuth.api.noop.NoOpTraceContext@7110297e}
I don't t
-
Updated
Jun 25, 2020 - C#
Environment
- Pythonnet version: 2.3.0
- Python version: 2.7
- Operating System: Windows 10
Details
I have a C# class library which I use in Python. I have a Point
class (a code snippet):
public Point(double x, double y)
{
this.x = x;
this.y = y;
}
public override string ToString()
{
return $"Point({x}, {y})";
}
-
Updated
Jan 20, 2021 - C#
-
Updated
Jan 21, 2021 - C#
-
Updated
Jan 20, 2021 - 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
Jan 20, 2021 - C#
-
Updated
Oct 27, 2020 - C#
-
Updated
Jan 22, 2021 - C#
-
Updated
Jan 14, 2021 - C#
-
Updated
Apr 19, 2020 - C#
-
Updated
Dec 29, 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."
What would you like clarification on:
I read that Uno renders all controls in Windows style and there is an option somewhere deep in Uno to have some of the controls render in native OS style.
I believe it's crucial to be able to switch an application's (or page's) property to render controls using native styles wherever applicable (and to be able to switch back to Windows style again when