sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI

Results 741 sdk issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug [Ubuntu] After upgrade to latest dotnet sdk stopped working. Clean...

### Describe the bug `dotnet tool restore --verbosity x` has no effect on verbosity. ### To Reproduce `quiet` ````sh $ dotnet tool restore --verbosity quiet Tool 'cake.tool' (version '2.2.0') was...

Area-Tools

This pull request updates the following dependencies [marker]: (Begin:4491d9a4-839d-4af5-f3e4-08d8e97c775d) ## From https://github.com/dotnet/aspnetcore - **Subscription**: 4491d9a4-839d-4af5-f3e4-08d8e97c775d - **Build**: 20220813.3 - **Date Produced**: August 13, 2022 9:29:50 PM UTC - **Commit**: 3193e6848ff5c49a2a8e8f79dcd8f4f6b70d6efb...

Area-CodeFlow

I'm trying to port a WPF app (C#) to core 3.1, but it has a dependency on a C++/CLI managed wrapper on an unmanaged DLL. The dependency works, and I...

For consideration
Area-NetSDK

This pull request updates the following dependencies [marker]: (Begin:fcb199f6-ff33-44a0-f3ef-08d8e97c775d) ## From https://github.com/nuget/nuget.client - **Subscription**: fcb199f6-ff33-44a0-f3ef-08d8e97c775d - **Build**: 6.4.0.44 - **Date Produced**: August 12, 2022 10:01:05 PM UTC - **Commit**: 26a0cf27a2d4dcf52d19238606c269d6fed9ff66...

Area-CodeFlow

Resolves https://github.com/dotnet/sdk/issues/26732 Resolves part of https://github.com/dotnet/sdk/issues/27066 Note this doesn't solve the /t:Publish scenario. # Projects Try: Running `dotnet publish` `dotnet pack` and `dotnet publish foo.csproj` `dotnet pack foo.csproj` (or foo....

Area-Infrastructure

This pull request updates the following dependencies [marker]: (Begin:aa69f164-2492-460a-3914-08d8e9750bf8) ## From https://github.com/dotnet/runtime - **Subscription**: aa69f164-2492-460a-3914-08d8e9750bf8 - **Build**: 20220813.1 - **Date Produced**: August 13, 2022 11:01:04 AM UTC - **Commit**: 625fb02cb44590bb2d01beda8ab3ca36116f2950...

Area-CodeFlow

This pull request updates the following dependencies [marker]: (Begin:5480c5ca-4fa6-4d8a-1987-08d9d606f30d) ## From https://github.com/dotnet/msbuild - **Subscription**: 5480c5ca-4fa6-4d8a-1987-08d9d606f30d - **Build**: 20220813.1 - **Date Produced**: August 13, 2022 1:50:28 AM UTC - **Commit**: f0a66ec4390b6590ee09dc111cc5e1d8e975df3f...

Area-CodeFlow

### Describe the bug Running `dotnet test` with the `--runtime` parameter results in the `warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.` warning. Doing...

Area-DotNet Test
untriaged

### Is your feature request related to a problem? Please describe. Testing a library that provides both `netstandard` and `net` target frameworks proves to be difficult, since test projects can't...

Area-DotNet Test
untriaged