dotnet-standard
Here are 1,080 public repositories matching this topic...
Currently we debug over an attach to the process.
An idea would be to setup an own debug-profile with the "dotnet electronize init" command.
-
Updated
Jul 9, 2020 - 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>
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
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
Hi,
I am trying to figure out how to change the SQL Server DB Schema name from "dbo" to something else. Found nothing in the documentation. Looking at the code, the Db class is sealed and no entry point could allow me to override this.
Can you please advise?
Thank you
Christophe
Are there plans to update this package to use more recent versions of the newtonsoft.json package? It fails if any version above 9.0.1 is installed.
Client operation documentation is now complete.
Point all object methods to this documentation.
Documentation
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
-
Updated
Feb 11, 2020 - C#
Currently the http://jason-roberts.github.io/FeatureToggle.Docs/ documentation references a main CSS file (http://jason-roberts.github.io/css/main.css) that is returning a 404. This is causing the documentation to display without formatting.
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()
-
Updated
Jun 13, 2020 - C#
-
Updated
Jul 12, 2020 - C#
-
Updated
Nov 6, 2019 - C#
-
Updated
Jul 14, 2020 - C#
Are there any more examples apart from those in the read.me, for example, does it handle the certificate checking needed if you host your own web service?
-
Updated
Jun 22, 2020 - C#
Split from #40
Default DateTime.Compare ignores the Kind property. We should:
- Add a new guard,
KindSpecified, to require aDateTimeargument to have kind that is eitherLocalorUtc, 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,MaxandInRangethat acc
We now have a JSON Schema at https://steeltoe.io/schema/latest/schema.json
This schema is using Pascal Case to match the MSFT JSON.
Our docs and code typically show as Camel Case. We need to take a look at our docs and code to make sure that we are handling these consistently.
Overall, we should be case insensitive.
-
Updated
Apr 22, 2019 - C#
-
Updated
Jul 14, 2020 - C#
Problem
While attemping to handle a shopify uninstall webhook, I came across this bug.
Error
the json value could not be converted to System.String.
Cannot get the value of a token type 'Number' as a string
Config
- .Net Core 3.1.3
- ShopifySharp 5.1.0
-
Updated
Apr 30, 2020 - CSS
Expected behavior
Press F11 to step into code and debug the code
Actual behavior
because no PDBs and source info are found, debugger steps over
Solution:
enable Source Link to [fetch the source from github](https://github.com/dotnet/designs/blob/master/accepted/diagnostics/source-link.md#source-link-file-specific
-
Updated
Jul 10, 2020 - C#
There're probably quite a few questions on StackOverflow about formatting in console, tables, colors and word wrap. Find them and help people find the one and only correct solution.
And don't copy-paste answers like the last time. Don't be that stupid, you dirty rep whore. You have 25K rep, it's time to pretend you have brains.
-
Updated
Jun 11, 2020 - C#
-
Updated
Jun 25, 2020 - 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."




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