dotnet-standard
Here are 1,148 public repositories matching this topic...
-
Updated
Mar 12, 2021 - C#
-
Updated
Apr 19, 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>
-
Updated
Apr 15, 2021 - C#
Is your feature request related to a problem? Please describe
I'm using Magick.net to update Exif metadata, but could not find a way, to replace the thumbnail image.
Describe the solution you'd like
I would like to be able to replace the thumbnail, by using magick.net
Describe alternatives you've considered
I have tried to make an extension method but did not find a way to
Add PngWriteDefines
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
Apr 18, 2021 - C#
-
Updated
Apr 15, 2021 - C#
-
Updated
Dec 22, 2020 - C#
-
Updated
Apr 3, 2021 - C#
-
Updated
Apr 18, 2021 - C#
-
Updated
Apr 14, 2020 - C#
-
Updated
Dec 29, 2020 - C#
Describe the bug
A clear and concise description of the bug.
when my asp.net core 3.1 app host in IIS, the url console is 127.0.0.1,so,when i have Multiple instances,the instances name will be the same,such as 127.0.0.1:svaname:port,eureka server think they are a single instance.
i print the console in source code:


The
ToFunctionmethods onRelationalEntityTypeBuilderExtensionscurrently take astring. We should add sugar overloads that take aMethodInfoinstead and callDbFunction.GetFunctionNameon it.