dotnet-standard
Here are 1,185 public repositories matching this topic...

-
Updated
Aug 31, 2021 - C#
-
Updated
Sep 14, 2021 - C#
Help - line wrap
In my code I have a multiple line summary (comments) for my main method.
when I run my executable and ask for help myapp.exe --help the summary gets line wrapped.
I would like for each line in my summary to have a new line between.
I have tried every mechanism to make this work to no joy (also looked in the dragonfruit code a little) but couldn't find a quick fix.
/// <summary>
Add PngWriteDefines
-
Updated
Jun 22, 2021 - C#
This is to track implementation of the ML-Features: https://spark.apache.org/docs/latest/ml-features
Bucketizer has been implemented in dotnet/spark#378 but there are more features that should be implemented.
- Feature Extractors
- TF-IDF
- Word2Vec (dotnet/spark#491)
- CountVectorizer (https://github.com/dotnet/spark/p
-
Updated
Sep 10, 2021 - C#
-
Updated
May 18, 2021 - C#
-
Updated
Aug 19, 2021 - C#
-
Updated
Aug 10, 2021 - C#
-
Updated
Sep 12, 2021 - C#
-
Updated
Sep 9, 2021 - C#
We want to monitor the application with AppDynamics, per AppDynamics, in order to monitor it in linux container, it has to be rabbitmq.client v6+, right now the Steeltoe.Messaging.RabbitMQ is v5.1.2.
Change the refrenced package of RabbitMQ.Client from 5.1.2 to 6.2.2
-
Updated
May 28, 2021 - HTML
-
Updated
Jul 15, 2021 - C#
-
Updated
Aug 28, 2021 - C#
-
Updated
Sep 14, 2021 - C#
-
Updated
Apr 25, 2020 - C#
-
Updated
Aug 9, 2021 - C#
-
Updated
Nov 6, 2019 - C#
-
Updated
Sep 13, 2021 - C#
-
Updated
Sep 2, 2021 - C#
-
Updated
Aug 18, 2021 - C#
-
Updated
Aug 4, 2021 - C#
-
Updated
Apr 22, 2019 - C#
I receive
[WEBSOCKET] Failed to initialize logger, disabling.. Error: System.NullReferenceException: Object reference not set to an instance of an object. blazor.webassembly.js:1 at Websocket.Client.Logging.LogProvider.GetCurrentClassLogger () blazor.webassembly.js:1 at Websocket.Client.WebsocketClient.GetLogger ()
-
Updated
Aug 30, 2021 - C#
-
Updated
May 12, 2021 - CSS
-
Updated
Jul 1, 2021 - C#
Improve this page
Add a description, image, and links to the dotnet-standard topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dotnet-standard topic, visit your repo's landing page and select "manage topics."
we only translate overload that starts from the beginning. We could also translate the one that takes starting position, TSQL method has that overload also.