abrasat

Results 40 issues of abrasat

Would be possible to separate the Mongo-independent interface declarations (IRepository, IEntity) into an own assembly (something like Repository.Core) ? This would allow to use the MongoRepository in client-server scenarios, where...

enhancement
help wanted

Would the usage of Memory/Span>T> in the BinarySerializer implementation bring any advantages in terms of performance? Is there anything planned in this direction?

enhancement

We have to exchange data with some external partner which uses a binary protocol with ASCII characters and I am not sure if the de-/serialization can be achieved with the...

Could you please explain what exactly must be changed in the docker-compose.yml to use the open-source elasticsearch and kibana images? Are the actually referenced images a paid feature? Can the...

I am testing if a server is reachable in Internet by using this call: ``` var inetConnOk = await currConnectivity.IsRemoteReachable(serverUri, new TimeSpan(0, 0, 3)); ``` On an Android tablet which...

triaged

Is it possible to call IsRemoteReachable() from 2 parallel running tasks ? Somehow it looks like that the method never returns, if a second method call is initiated before the...

question

I am trying to generate c# classes from json schema files. The json schema files contain references to other json schema files which are available locally, in the same directory...

Would be please possible to add a Xam.Plugin.Webview sample as Xamarin.Forms project using a NetStandard 2.0 class library for the shared code ? What path must be entered to display...

Where exactly inside the iOS project (Xamarin.Forms application) have to be placed the local *.html files (as embedded resources) to be found by WebView on iOS ? And if a...

Are there any plans to implement a UrhoSharp version that can be used in .NET Standard projects ?