Eric Erhardt

Results 78 issues of Eric Erhardt

CreateTempSubdirectory will create a new uniquely named directory under the temp directory. This allows applications to write temporary files in a co-located directory. Contributes to #72881 Note: I've decided not...

area-System.IO
new-api-needs-documentation

### Background and motivation When dealing with temporary files, especially with more than one, we would like to create our own folder and place them inside. There are several ways...

api-approved
area-System.IO
blocking

Build 2 JObjects that are not DeepEquals. Call BeEquivalentTo on them and inspect the output message. ``` C# JObject result = ...; JObject baseline = ...; baseline .Should() .BeEquivalentTo(result); ```...

enhancement
up-for-grabs

### Description When I run a `dotnet new maui` app on Windows in an unpackaged app, I don't see the dotnet-bot image. ### Steps to Reproduce 1. `dotnet new maui`...

t/bug
platform/windows 🪟
area/image :framed_picture:
s/verified
s/triaged

**Describe the bug** https://github.com/microsoft/CsWinRT/blob/205d2e4233fe7d44cda0192bd09c01e66a8e7ffc/src/cswinrt/strings/WinRT.cs#L98 That code does not work when publishing your app as `true`. See https://docs.microsoft.com/en-us/dotnet/core/deploying/single-file/warnings/il3000. Assembly.Location returns `string.Empty` in a single file. You later end up with a...

bug

With the addition of https://github.com/dotnet/machinelearning/pull/4391, we added two new string properties to `CodeGeneratorSettings`: * StablePackageVersion * UnstablePackageVersion These properties are required to be set, if you don't code gen fails....

P2

#### Describe the bug There's an awesome feature that when you display a type, it outputs the type's name and a hyperlink to the docs. However, if you display the...

I should be able to do the following: ```sh dotnet new api dotnet new devcontainer ``` And my directory would look roughly like https://github.com/microsoft/vscode-remote-try-dotnetcore/ specifically I would have a `.devcontainer`...

triaged
size:2.0
area: template-content

With https://github.com/dotnet/runtime/pull/37615, we are introducing some ILLink.Substitutions.xml files that direct the linker to trim branches in IL that will never be called. For example, when building for `x64`, any `if...

### Description When Publishing AOT, I'm seeing extra warnings being emitted that clutter the warnings and confuse developers. From what I can tell, the warnings are coming from: https://github.com/dotnet/runtime/blob/2f3fcca06499725469b6ae021be960e08d808c75/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderConfigurationExtensions.cs#L25-L29 ServiceDescriptor.Singleton...

untriaged
area-NativeAOT-coreclr