Questions tagged [dotnet]
25 questions
8
votes
3 answers
Automation and the .NET framework which tools to use?
I am aware of the de facto and popular tool choices for various programming languages such as Go, NodeJS, Java, Python etc.
However, I do not know what toolchain is reasonable or even (hot) in the .NET world.
I have heard that people use Octapus…
Steiniche
- 83
- 10
7
votes
2 answers
Best way of binary repository for .NET projects
I am very to new to .NET projects and I am wondering which is the best tool to store binaries of .NET project. How good to store binaries of .NET projects in artifactory and why? can some one answer generally Any comments can be helpful.
pandey
- 949
- 2
- 9
- 18
6
votes
1 answer
Continuous Integraton using Jenkins Pipeline for a .NET project
The project:
A .NET standalone application consisting in:
The main application that is a Windows Service containing a web server used for the web interface. Project is 90% .NET (Framework, Standard and Core) plus a few C++ libraries
Windows Agents…
Cosmin
- 169
- 2
- 5
5
votes
1 answer
Docker's value and scenarios in native Windows environment
AFAIK, typically Windows enterprise stack components are quite monolitic services, like Windows IIS and MS SQL Server. Still, there are "Windows containers".
Are they indeed runnable in containers and this makes sense?
Are there other Windows…
Ta Mu
- 6,792
- 5
- 43
- 83
4
votes
0 answers
How to automate unit testing a UWP app?
I have a Universal Windows Platform (UWP) application, but I am having trouble testing it.
First off, there seems to be some issue with running MSTest in the latest versions of Visual Studio (currently V.S. 2017, 15.5.3) where the test app pops up a…
Nathan Strutz
- 149
- 2
2
votes
1 answer
Azure Devops: Filter Test Projects in Nuget Build Pipeline
I'm working on a nuget build pipeline. My problem is that my integration test project is being packaged and deployed to the azure artifacts, while my unit test projects are not.
The integration test project is a console application. I want it in…
Josh
- 133
- 6
2
votes
1 answer
Build / Deployment process for .Net/Mulesoft/Oracle stack
I have the following challenge to streamline and setup a development process.
The program runs simultaneously, and each one has its own timeline for release, as follows:
Program 1
Program 2
Program 3
Program 4
Program 5
Under each of the…
Brijesh N K
- 21
- 1
2
votes
0 answers
Building multiple projects into one directory in VS and/or .NET Core
I've got a project which consists of a number of executables and a lot of common libraries. Also lots of NuGet dependencies involved.
I want to output them into one folder.
How to be sure that all of these executables are using compatible NuGet…
norekhov
- 121
- 2
1
vote
1 answer
How to see previous version of a Docker image?
I am looking for a netframework Docker image with .net 4.7.2 and netcoreapp2.2. I searched on the main docker website: DockerHub, .NET Framework
By Microsoft without success. I also check the Microsoft website just in case.
Is there a way to see…
aloisdg
- 113
- 1
- 6
1
vote
1 answer
Setting up CI/CD for an AWS CDK app using AWS CodeBuild/Deploy/Pipeline
I'm trying to setup a CI/CD pipeline for a dotnet app which uses AWS Lambda and AWS CDK for infrastructure. The source is on github and we have a Jenkins pipeline which runs the tests and publishes the artifacts. I want to use the artifact and…
theabrar
- 11
- 1
1
vote
1 answer
dotnet not found on travis for an F# project
I'm new to both travis and this website, so please bear with me ;).
I've been trying to set it up to work with my GH project. The repo is visible on travis side, but I get the following error while building:
./fake.sh: line 25: dotnet: command not…
LA.27
- 131
- 5
1
vote
1 answer
Jenkins slave not able to find dotnet
When I check for dotnet version it is throwing an error
D:\jenkins\workspace\csharp-windows-test>dotnet --version
17:58:06 System.ArgumentNullException: Value cannot be null.
17:58:06 Parameter name: path1
17:58:06 at…
dingcoder
- 11
- 6
1
vote
1 answer
Linux 24.04.1 LST, NugetCommand@2 stop working
I have a DevOps issue while publishing packages.
I am a user of Azure-Repository, Azure-CI, and Azure-Artifacts.
I have defined an Organization with 7 projects, one assigned for storing artifacts in project-scoped feeds. The other are .NET-Core…
Hassan Faghihi
- 111
- 2
1
vote
2 answers
Docker gets stuck when running 16 tests
I'm running my dotnet 7.0 tests using "testcontainers" on windows machine. The tests are parallelized integration tests which use SQL Server inside a Linux docker container. Each test creates its own database.
When I run less than 16 tests at the…
Bizhan
- 111
- 3
1
vote
0 answers
How to combine multiple projects on publish into one folder in .NET, with ready to run and standalone?
I'm working on a solution containing multiple projects outputting executables (Avalonia Apps) and they need to be distributed within one artifact. I'm using centralized package management to ensure that every project is using the same version of a…
yan.kun
- 111
- 2