Skip to content
#

dotnet-standard

Here are 1,043 public repositories matching this topic...

shvmgpt116
shvmgpt116 commented May 5, 2020

I am running a sample test in SqlServer where it is using ToString() on a string column (COL2) in the LINQ.
The test is giving following error when trying to generate SELECT query from the LINQ.

**Unhandled exception. System.InvalidOperationException: The LINQ expression 'DbSet
.Where(t => t.COL2.ToString().Contains(__url_0))' could

imback82
imback82 commented Mar 19, 2019

We create multiple jars during our builds to accommodate multiple versions of Apache Spark. In the current approach, the implementation is copied from one version to another and then necessary changes are made.

An ideal approach could create a common directory and extract common classes from duplicate code. Note that even if class/code is exactly the same, you cannot pull out to a common clas

drmcghee
drmcghee commented Mar 30, 2020

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>
Magick.NET
gerwintmg
gerwintmg commented Apr 8, 2020

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

alanmcgovern
alanmcgovern commented Mar 16, 2020

Hi! If anyone has suggestions for scenarios which should be documented, let me know and I'll add them!

Scenarios

  • Creating a torrent using TorrentCreator. Adding Trackers and TrackerTiers.
  • Initializing and using Dht
  • Downloading a torrent with a download/upload rate limit.
  • Saving and restoring FastResume data
  • Streaming a file in a torrent
  • Port Forwa
Phanquan
Phanquan commented Feb 3, 2020

Just found out that logarithm with base of 10 doesn't have keyword in the Unary Functions, should we include it?

  • The keyword of logarithm with base of 10 is not a thing while it usually refers to log(x), lg(x) or even Log(x)
  • The logarithm with base 10 should be referred to lg(x) as ISO/IEC 80000 recommends.
  • Exp:
// return 2.0
new Expression("lg(100)").calculate()
safakgur
safakgur commented Jan 9, 2020

Split from #40

Default DateTime.Compare ignores the Kind property. We should:

  • Add a new guard, KindSpecified, to require a DateTime argument to have kind that is either Local or Utc, so people can force callers to think about the source of their time values and specify the kinds explicitly.
  • Add non-generic overloads to Equal, NotEqual, Min, Max and InRange that acc

Awesome CMS Core is an open source CMS built using ASP.Net Core & ReactJS with module seperation concern in mind and provide lastest trend of technology like .Net Core, React, Webpack, SASS, Background Job, Message Queue.

  • Updated Apr 22, 2019
  • C#
jkonicki
jkonicki commented May 1, 2020

liveness probes are used to know when to restart a container. For example, liveness probes could catch a deadlock, where an application is running, but unable to make progress. Restarting a container in such a state can help to make the application more available despite bugs.

https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/

Improve this page

Add a description, image, and links to the dotnet-standard topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.