-
Updated
Jun 18, 2020
dotnetcore
.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 2,051 public repositories matching this topic...
-
Updated
Jun 15, 2020
On a weekly basis, customer report issues around the 15 second timeout. This problem manifests as Exceptions and looks like a timeout.
We need to offer a more robust guidenance around Async / Long-Running operations. This guidenance likley takes the form of:
- Your bot responds very quickly.
- Do Needed Processing()
- Send the result to the user as a Async / Proactive message.
There
Expected Behavior / New Feature
As stated in the ReadMe, Ocelot depends on .net standard 2.0 and should be usable with full .net framework
Actual Behavior / Motivation for New Feature
Nuget states that Ocelot 14.0.9 depends on .net core 3.1
The example uses LocalDb as development which is only a valid option on Windows. Using SQLite as development database will work on all platforms.
-
Updated
Jun 12, 2020 - C#
-
Updated
Jun 17, 2020 - C#
-
Updated
Jun 18, 2020 - C#
Case insensitive doesn't exist in postgres.
For te search is a problem, please use citext extensions instead text foreach type string.
npgsql/efcore.pg#236
https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations/providers#one-migration-set
Opencover allows hiding skipped modules by providing a `hideskipped parameter. Would be great to add this.
See https://github.com/OpenCover/opencover/wiki/Usage#console-application-usage for details.
-
Updated
Jun 18, 2020 - C#
The MatchTemplate() function results is given different max matching score in Windows 10.
OpenCV => 3.4.1
Operating System / Platform => Windows 10 (64 Bit)
Compiler => Visual Studio 2017
Using the same original and template images in Windows 10 the max matching score is different from Windows 7. Is there library that needs to be updated in Windows 10?
Thank you for your help,
-Ernes
-
Updated
Jun 18, 2020 - C#
-
Updated
Jun 18, 2020 - C#
Whenever you create a variable named document, you can't use the class Document anymore.
As work-around you can rename the variable (to e.g. doc).
Steps To Reproduce
https://deck.net/3707a48b6ab5672937f9c3b1a8207979
public class Program
{
public static void Main()
{
var document = new HTMLDivElement {
TextContent = "Hello world!"
-
Updated
Jun 17, 2020 - C#
Manpage renderer
Based on: dotnet/docfx#2648 (comment)
@xoofx, do you know of a good spec of manpage that would work on BSD, OSX, Linux and Solaris?
Pandoc's man writer is https://github.com/jgm/pandoc/blob/d32e8664498d799932927d9865ce71e014472ef3/src/Text/Pandoc/Writers/Man.hs. We probably need some specs to validate output.
Serenity Guide - Cast and Characters they played
Has an issue with the intermediary table layout - PersonId and MovieId column headers are over the wrong data.
Not sure if this should go here but thought - I should at least FYI. (I am reading that guide in detail.)
Intermediary Table - data does not line up with
-
Updated
Jun 19, 2020 - C#
-
Updated
Jun 19, 2020 - C#
-
Updated
Jun 19, 2020 - C#
I think it would be helpful if the partial subs page mentioned the need to add:
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>YOUR TEST ASSEMBLY</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.I
Hi - I would like to save graph for visualisation in tensorboard. Tried to use tf.summary.FileWriter, but it does not generate any file. Please could you check - was it my mistake, or tf.summary is not supported? This is in the code sample below, 3)
Also a general question which method to use to save the graph. I have found 4 methods - see the code sample below. Seems that in this project you
Improve the tier prices feature - add info like "Buy 2 in x.xx$ and save x%"
-
Updated
Jun 18, 2020 - C#
-
Updated
Jun 12, 2020 - C#
-
Updated
Jun 19, 2020 - C#
Created by Microsoft
Released February 13, 2002
- Organization
- dotnet
- Website
- dotnet.microsoft.com
- Wikipedia
- Wikipedia

I'd suggest renaming
CSharpDecompiler.DecompileWholeModuleAsSingleFile()toDecompileWholeModuleAsSingleSyntaxTree()as in my understanding it's not really doing anything with a single file. The documentation on the method reinforces this: "Decompiles the whole module into a single syntax tree.".Am I missing something?