dotnet-standard
Here are 1,197 public repositories matching this topic...
-
Updated
Oct 12, 2021 - C#
-
Updated
Oct 29, 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
Oct 13, 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
Oct 31, 2021 - C#
-
Updated
May 18, 2021 - C#
-
Updated
Oct 23, 2021 - C#
-
Updated
Oct 26, 2021 - C#
-
Updated
Aug 10, 2021 - C#
-
Updated
Oct 31, 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
Oct 30, 2021 - HTML
-
Updated
Jul 15, 2021 - C#
-
Updated
Oct 8, 2021 - C#
-
Updated
Aug 28, 2021 - C#
-
Updated
Apr 25, 2020 - C#
-
Updated
Oct 6, 2021 - C#
-
Updated
Oct 18, 2021 - C#
-
Updated
Oct 15, 2021 - C#
-
Updated
Nov 6, 2019 - C#
-
Updated
Oct 31, 2021 - 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
Oct 27, 2021 - C#
-
Updated
Oct 30, 2021 - C#
-
Updated
Oct 29, 2021 - C#
-
Updated
Apr 22, 2019 - C#
-
Updated
Sep 9, 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."
File a bug
.Contains fails with using a IReadOnlySet.
Include your code
To fix any bug we must first reproduce it. To make this possible, please attach a small, runnable project or post a small, runnable code listing that reproduces what you are seeing.
It is often impossible for us to reproduce a bug when working with only code snippets since we have to guess at the missing co