Skip to content
#

dotnet-standard

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

ankitmatrix08
ankitmatrix08 commented Feb 2, 2022

1. Exception Case:
LINQ: Here, I have a query which is doing a GroupJoin on an DbSet and then adding other inner joins.
Repository.ConvertToBigIntTable -> This is an output of a call to a Table-Valued function which returns an IQueryable (T is a Keyless entity having a long Id field)

private IQueryable<IDocumentTypePermission> GetDocumentTypePermissionsTest<T>(IQueryable
type-bug customer-reported good first issue area-query
drewnoakes
drewnoakes commented Feb 20, 2019

I'd like a line break in the help text produced from <summary> docs.

It seems that line breaks are ignored (understandably). Adding <para> elements doesn't help (in fact, it removed whitespace between paragraphs).

Perhaps a separate issue, but it'd be nice to use the <summary> section for the brief description, and the <remarks> section for more detailed information.

Magick.NET
abjugard
abjugard commented Mar 16, 2022

Magick.NET version

10.1.0

Environment (Operating system, version and so on)

macOS Big Sur 11.6.3

Description

Magick.NET does not copy libraries to the correct location on macOS (or Linux).

When running I get the following error:

Magick.NET-Q8-AnyCPU: The type initializer for 'ImageMagick.MagickFormatInfo' threw an exception.
Magick.NET-Q8-AnyCPU: The type initi
akaxb
akaxb commented Dec 10, 2020

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

Type/bug help wanted good first issue Component/Discovery

Math Parser Java Android C# .NET/MONO (.NET Framework, .NET Core, .NET Standard, .NET PCL, Xamarin.Android, Xamarin.iOS) CLS Library - a super easy, rich and flexible mathematical expression parser (expression evaluator, expression provided as plain text / strings) for JAVA and C#. Main features: rich built-in library of operators, constants, math functions, user defined: arguments, functions, recursive functions and general recursion (direct / indirect). Additionally parser provides grammar and internal syntax checking.

  • Updated Apr 3, 2022
  • HTML
websocket-client
k-karuna
k-karuna commented Aug 30, 2021

I receive

[WEBSOCKET] Failed to initialize logger, disabling.. Error: System.NullReferenceException: Object reference not set to an instance of an object. blazor.webassembly.js:1 at Websocket.Client.Logging.LogProvider.GetCurrentClassLogger () blazor.webassembly.js:1 at Websocket.Client.WebsocketClient.GetLogger ()

good first issue
rubit0
rubit0 commented Mar 29, 2022

I have been using this library in a Unity project and it works great but it does not work in Unity IL2CPP builds (specially iOS).
The issue is that System.IO.FileSystem.DriveInfo is not supported, setting CheckDiskSizeBeforeDownload to false fixes this.

I think it would be better to have that set by default to false.

help wanted good first issue

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