core icon indicating copy to clipboard operation
core copied to clipboard

.NET news, announcements, release notes, and more!

Results 355 core issues
Sort by recently updated
recently updated
newest added

Problem encountered on https://dotnet.microsoft.com/en-us/learn/dotnet/hello-world-tutorial/run Operating System: linux/Ubuntu When I run the "hello world" dotnet file, nothing happens. I don't get an error warning. Just nothing happens. I also need to...

area-tutorials
area-setup

https://github.com/andy-portmen/native-client.git

I am using the gitpod to build my project on github, the workspace image based on Ubuntu 20.04. Dotfiles i am using to install the dotnet sdk was like: [install...

area-setup

Problem encountered on https://dotnet.microsoft.com/en-us/learn/languages/fsharp-hello-world-tutorial/install Operating System: macos Provide details about the problem you're experiencing. Include your operating system version, exact error message, code sample, and anything else that is relevant....

area-tutorials
area-setup

# .NET Package Maintenance .NET Core was released in June 2016, and over the last six years, many thousands of NuGet packages have been published under the .NET umbrella. Many...

announcement
Security
Support

Now is a good time to start thinking about what might come next. I've started some issues to that end. Feel free to comment with links to improvements that you'd...

Im getting this when executing this command on ubuntu 20.04. ```bash sudo apt-get update; sudo apt-get install -y apt-transport-https && sudo apt-get update && sudo apt-get install -y dotnet-sdk-6.0 ```...

area-setup

Problem encountered on https://dotnet.microsoft.com/en-us/learn/dotnet/hello-world-tutorial/create Operating System: windows Provide details about the problem you're experiencing. Include your operating system version, exact error message, code sample, and anything else that is relevant.

area-tutorials

### Description To download a file from a ftp server, a basic solution is this (https://stackoverflow.com/a/46336455/2246411): ```csharp WebClient client = new WebClient(); client.Credentials = new NetworkCredential("username", "password"); client.DownloadFile("ftp://ftp.example.com/remote/path/file.zip", @"C:\local\path\file.zip"); ```...

Team:Libraries