-
For example this code will fail on build.
```C#
public class TestClass
{
private List Values { get; set; }
public void TestMethod()
{
if (this.Va…
ghost updated
2 years ago
-
Currently, the latest stable on NuGet doesn't contain `ReferenceAssemblies.Net.Net70`.
Can 1.1.2 be released on NuGet.org?
@arkalyanms @jmarolf @sharwell
-
### Description
Porting an application to .Net Core 3.1 and .Net 6.0, we see a performance regression with System.IO.BinaryReader. The application reads a lot of smaller content files at runtime, a…
-
BInaryFormatter is obsolate
https://github.com/dotnet/runtime/issues/98245
-
Defaulting to current machines features, introduced in #1994, doesn't seem reasonable to me, since a developer would likely never distribute such build to customers, ignoring servers with known hardwa…
-
### Description
Case insensitive substring search got considerably slower in .NET 8 compared to .NET 7.
### Configuration
x64
Observed on several different HW configurations - Intel/AMD, VM/…
-
Mock verification is very slow when used with expressions and large amount of invocations. Repro:
```csharp
var mock = new Mock();
for (var i = 0; i < 1_000_000; i++)
{
mock.Object.Do(i);…
-
the analytics service reference was built with VisualStudio 2022 in C# tried .net60, .net70 and net80,
any time with same issue:;
GetAnalyticsModuleOptions Request throws an exception:
> Ther…
-
Can you add the net 7 support?
The all of support platform what I need: `net47;net471;net472;net48;net481;netstandard2.0;netstandard2.1;net60;net70`.
-
See here:
https://learn.microsoft.com/en-us/azure/app-service/quickstart-dotnetcore?tabs=net70&pivots=development-environment-azure-portal#2-publish-your-web-app
The "Publish your web app" secti…