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

-
Updated
Aug 21, 2021 - C#
-
Updated
Aug 20, 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
Aug 17, 2021 - C#
-
Updated
Aug 19, 2021 - C#
-
Updated
May 18, 2021 - C#
-
Updated
Aug 10, 2021 - C#
-
Updated
Jun 20, 2021 - C#
-
Updated
Aug 20, 2021 - 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:
![image](https://user-images.githubusercontent.com/6300834/101754289-8ad92
-
Updated
May 28, 2021 - HTML
-
Updated
Jul 15, 2021 - C#
-
Updated
Aug 8, 2021 - C#
-
Updated
Aug 18, 2021 - C#
-
Updated
Apr 25, 2020 - C#
-
Updated
Aug 9, 2021 - C#
-
Updated
Nov 6, 2019 - C#
-
Updated
Aug 2, 2021 - C#
-
Updated
Aug 20, 2021 - C#
-
Updated
Aug 18, 2021 - C#
-
Updated
Aug 4, 2021 - C#
-
Updated
Apr 22, 2019 - C#
-
Updated
May 12, 2021 - CSS
LibLog is deprecated now : damianh/LibLog#270
We should clean related code.
-
Updated
Jul 1, 2021 - C#
-
Updated
Aug 20, 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.