dotnet-standard
Here are 1,043 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.
ReportRunner is an unknown identifier. I cannot find it anywhere in the documentation.
https://www.app-metrics.io/getting-started/
public static class Program
{
public static async Task Main()
{
var metrics = new MetricsBuilder()
.Report.ToConsole()
.Build();
var counter = new CounterOptions { Name = "my_counter" };
metrics.Mea
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
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>
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
The README table of contents is missing some links. This needs to be added for better accessibility and ease.
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
May 10, 2020 - C#
Log downloaded as truncated and even in preLogViewerBody
. I can understand why you limit logsize to 2Mb for in browser view
, but it should download whole file from server.
Browser returning previously cached result from request in downloadLog() function.
Firefox 72.0.1 x64
-
Updated
Nov 6, 2019 - C#
-
Updated
May 29, 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
May 23, 2020 - C#
Split from #40
Default DateTime.Compare
ignores the Kind
property. We should:
- Add a new guard,
KindSpecified
, to require aDateTime
argument to have kind that is eitherLocal
orUtc
, 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
andInRange
that acc
-
Updated
Apr 22, 2019 - C#
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.
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
May 26, 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.
If I follow the documentation found here, and use azure.blob://development=true
when calling FromConnectionString
, I end up with the following exception:
System.ArgumentException: connection string requires 'account' parameter.
at Storage.Net.ConnectionString.StorageConnectionString.GetRequired(String parameter
-
Updated
May 19, 2020 - C#
-
Updated
May 7, 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