microsoft / msquic

Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust.
MIT License
4.03k stars 530 forks source link

install dotnet in prepare-machine.ps1 #4363

Open ami-GS opened 3 months ago

ami-GS commented 3 months ago

Description

Installing dotnet always hit known issue https://learn.microsoft.com/en-us/dotnet/core/install/linux-package-mixup?pivots=os-linux-ubuntu

The cause should be because we already set repository for powershell which conflicts with the dotnet components.

Testing

Locally done

Documentation

N/A

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.27%. Comparing base (b7b2021) to head (40c9082). Report is 14 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4363 +/- ## ========================================== + Coverage 84.27% 85.27% +1.00% ========================================== Files 56 56 Lines 15426 15426 ========================================== + Hits 13000 13155 +155 + Misses 2426 2271 -155 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.