-
Updated
Apr 28, 2021 - C#
mono
Here are 588 public repositories matching this topic...
-
Updated
Jan 24, 2021 - C#
-
Updated
Feb 8, 2021 - C#
The window operators should indicate if the returned Flux for each window is safe to subscribe to multiple times.
Documentation Issue
I had a data processing pipeline that I introduced batching to, using the window operator. In this pipeline, it will retry a batch if it faces a transient error. When batching was added, and it retried, I saw a failure of `IllegalStateException: UnicastP
-
Updated
Apr 18, 2021 - 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
Apr 21, 2021 - C#
-
Updated
Apr 19, 2021 - C#
Enable CA2000 rule
Change the action for CA2000 on the ruleset file to Error, and make the solution build
-
Updated
Apr 20, 2021 - C#
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
Apr 21, 2021 - C#
-
Updated
Apr 21, 2021 - C#
-
Updated
Apr 28, 2021 - C#
-
Updated
Apr 23, 2021 - C#
-
Updated
Apr 12, 2021 - 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 to be added:
Adding a binding to a
BindingBaseproperty from the XAML should unwrap the binding expression.For which Platform:
Anything else we need to know?
This check should also validate for `Binding