# \#csharp

**URL:** https://travis-ci.community/tag/csharp/23.md

[Latest](https://travis-ci.community/latest.md) · [Categories](https://travis-ci.community/categories.md) · [Tags](https://travis-ci.community/tags.md)

---

## [Download and Execute Choco Simply fails With no Reason](https://travis-ci.community/t/download-and-execute-choco-simply-fails-with-no-reason/14633)

<div class="topic-metadata">

**Author:** [@ghsroriz](https://travis-ci.community/u/ghsroriz)\
**Replies:** 1\
**Last updated:** [May 19, 2025, 6:39pm UTC](https://travis-ci.community/t/download-and-execute-choco-simply-fails-with-no-reason/14633 "2025-05-19T18:39:41Z")

</div>

I’m trying to run the following docker file, on deployment step of Travis: FROM mcr.microsoft.com/windows/servercore:ltsc2019 SHELL \["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'Si…

---

## [Multiple dotnet runtimes for build](https://travis-ci.community/t/multiple-dotnet-runtimes-for-build/10693)

<div class="topic-metadata">

**Author:** [@coder2000](https://travis-ci.community/u/coder2000)\
**Replies:** 0\
**Last updated:** [November 26, 2020, 2:33am UTC](https://travis-ci.community/t/multiple-dotnet-runtimes-for-build/10693 "2020-11-26T02:33:57Z")

</div>

My build runs parts on different runtimes of .NET. I install 5.0.100 but require 3.1 in order to complete my build. How do I install it as well for both Linux and macOS?

---

## [JetBrains.Annotations, Version=2020.2.0.0 not found](https://travis-ci.community/t/jetbrains-annotations-version-2020-2-0-0-not-found/10037)

<div class="topic-metadata">

**Author:** [@hahoyer](https://travis-ci.community/u/hahoyer)\
**Replies:** 2\
**Last updated:** [September 29, 2020, 7:18pm UTC](https://travis-ci.community/t/jetbrains-annotations-version-2020-2-0-0-not-found/10037 "2020-09-29T19:18:08Z")

</div>

The nuget package JetBrains.Annotations seems to be not available. see: https://travis-ci.org/github/hahoyer/reni.cs Build 303

---

## [Language csharp?](https://travis-ci.community/t/language-csharp/524)

<div class="topic-metadata">

**Author:** [@Calteo](https://travis-ci.community/u/Calteo)\
**Replies:** 6\
**Last updated:** [November 25, 2019, 12:09pm UTC](https://travis-ci.community/t/language-csharp/524 "2019-11-25T12:09:43Z")

</div>

Are there plans to make csharp available on windows. I would like to compile normal .net framework applications - not just .net core. Thanks for the free work for public domain. Regards, Matthias

---

## [How to run script for both .NET and .NET Core at the same time?](https://travis-ci.community/t/how-to-run-script-for-both-net-and-net-core-at-the-same-time/4224)

<div class="topic-metadata">

**Author:** [@Almantask](https://travis-ci.community/u/Almantask)\
**Replies:** 1\
**Last updated:** [July 18, 2019, 7:34am UTC](https://travis-ci.community/t/how-to-run-script-for-both-net-and-net-core-at-the-same-time/4224 "2019-07-18T07:34:31Z")

</div>

Hello! I am trying to run the following command in my repository: language: csharp solution: "Sudoku.sln" dist: trusty mono: none dotnet: 2.1.502 install: - dotnet restore script: - dotnet build - dotnet test …

---

## [.net core project stop working](https://travis-ci.community/t/net-core-project-stop-working/1210)

<div class="topic-metadata">

**Author:** [@ddydeveloper](https://travis-ci.community/u/ddydeveloper)\
**Replies:** 1\
**Last updated:** [December 4, 2018, 3:20pm UTC](https://travis-ci.community/t/net-core-project-stop-working/1210 "2018-12-04T15:20:27Z")

</div>

Hi all, unfortunately, .net core stop working, but I didn’t change any config details. The following is an errror: The command “sudo apt-get install -qq dotnet-sdk-2.1” failed and exited with 100 during Build: Travis…

---

## [Error today when running net core builds](https://travis-ci.community/t/error-today-when-running-net-core-builds/1148)

<div class="topic-metadata">

**Author:** [@roysanchez](https://travis-ci.community/u/roysanchez)\
**Replies:** 5\
**Last updated:** [December 4, 2018, 4:44pm UTC](https://travis-ci.community/t/error-today-when-running-net-core-builds/1148 "2018-12-04T16:44:32Z")

</div>

Since today whenever I try to run a csharp build it immediately fails with the following errors: 31.91s0.62sE: Unable to locate package dotnet-sdk-2.1 E: Couldn’t find any package by glob ‘dotnet-sdk-2.1’ E: Couldn’t …

---

## [Visual Basic build failing if there is a space in a solution file](https://travis-ci.community/t/visual-basic-build-failing-if-there-is-a-space-in-a-solution-file/498)

<div class="topic-metadata">

**Author:** [@EoflaOE](https://travis-ci.community/u/EoflaOE)\
**Replies:** 3\
**Last updated:** [November 7, 2018, 4:52pm UTC](https://travis-ci.community/t/visual-basic-build-failing-if-there-is-a-space-in-a-solution-file/498 "2018-11-07T16:52:50Z")

</div>

I am trying to run a build on a VB.NET application which has a space in its name. When there is a space in a solution file and Travis CI is trying to build, it fails with the error message in MSBuild command stating that…
