-
I am new to DOTNET with spark and facing some issues with passing DLLs. Basically, I have some DLL files (from another c# project) which I want to reuse here in my Spark project UDF.
`
Error:
[Wa…
-
## Issue Description ##
As a user who has to target multiple Target Framework versions, I would like to be able to choose the specific framework Omnisharp should use. This functionality is homologous…
-
Right now the InheritDocTool doesn't support .Net 5.
Would be good to add the targets framework as "net5.0" to the list.
lKoTl updated
3 years ago
-
Hi,
I would like to use wasmtime in an VSTO C# office addin project.
However, I have trouble installing wasmtime as the prerequisites do not match.
wasmtime requires .NetStandard 2.1.
But the addi…
-
**Release Type**: Official Release/GitHub (please choose appropriate option)
Local build master4.0 branch.
**Version**: Version number and/or git branch
**Platform(s)**: Does the problem occu…
-
Due to better performance of System.Text.Json comparing to Newtonsoft.Json especially in .net5 it would be great to add possibility to user to inject desired serializer or to add some enum value for i…
-
While working on https://github.com/dotnet/BenchmarkDotNet/pull/2117 I've very carefully followed the docs and have failed to get a trace file that contains events that could be successfully presented…
-
I've run into an issue in the Service Fabric tools where the templates do not work on .NET 6.0 due to the namespace and service name having the same name (this workes in .NET 5.0).
The specific err…
-
目标版本已经改为5.0
net5.0
-------------------------
故障列表见附件
[error.txt](https://github.com/Ponderfly/GoogleTranslateIpCheck/files/10172188/error.txt)
-
### Description
I'm using the DLR to work with COM objects with .NET Framework and used the partial workaround with NET Core 3 described in #12587 (without events).
Now with NET5 and as the PR …