All Projects → JetBrains → Teamcity Dotnet Plugin

JetBrains / Teamcity Dotnet Plugin

Licence: apache-2.0
TeamCity plugin for .NET Core projects

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Teamcity Dotnet Plugin

Dotnet Win32 Service
Helper classes to set up and run as windows services directly on .net core. A ServiceBase alternative.
Stars: ✭ 425 (+451.95%)
Mutual labels:  dotnet-standard, dotnet-core
Steeltoe
Steeltoe .NET Core Components: CircuitBreaker, Configuration, Connectors, Discovery, Logging, Management, and Security
Stars: ✭ 612 (+694.81%)
Mutual labels:  dotnet-standard, dotnet-core
Netfabric.hyperlinq
High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.
Stars: ✭ 479 (+522.08%)
Mutual labels:  dotnet-standard, dotnet-core
Storage
💿 Storage abstractions with implementations for .NET/.NET Standard
Stars: ✭ 380 (+393.51%)
Mutual labels:  dotnet-standard, dotnet-core
Tweetinvi
Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
Stars: ✭ 812 (+954.55%)
Mutual labels:  dotnet-standard, dotnet-core
Linqtotwitter
LINQ Provider for the Twitter API (C# Twitter Library)
Stars: ✭ 401 (+420.78%)
Mutual labels:  dotnet-standard, dotnet-core
Dnsserver
Technitium DNS Server
Stars: ✭ 603 (+683.12%)
Mutual labels:  dotnet-standard, dotnet-core
Websocket Client
🔧 .NET/C# websocket client library
Stars: ✭ 297 (+285.71%)
Mutual labels:  dotnet-standard, dotnet-core
Electron.net
Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
Stars: ✭ 6,074 (+7788.31%)
Mutual labels:  dotnet-standard, dotnet-core
Featuretoggle
Simple, reliable feature toggles in .NET
Stars: ✭ 641 (+732.47%)
Mutual labels:  dotnet-standard, dotnet-core
Awesome Cms Core
Awesome CMS Core is an open source CMS built using ASP.Net Core & ReactJS with module seperation concern in mind and provide lastest trend of technology like .Net Core, React, Webpack, SASS, Background Job, Message Queue.
Stars: ✭ 352 (+357.14%)
Mutual labels:  dotnet-standard, dotnet-core
Sendgrid Csharp
The Official Twilio SendGrid Led, Community Driven C#, .NetStandard, .NetCore API Library
Stars: ✭ 835 (+984.42%)
Mutual labels:  dotnet-standard, dotnet-core
Config
⚙ Config.Net - the easiest configuration framework for .NET developers
Stars: ✭ 349 (+353.25%)
Mutual labels:  dotnet-standard, dotnet-core
Alexa Skills Dotnet
An Amazon Alexa Skills SDK for .NET
Stars: ✭ 412 (+435.06%)
Mutual labels:  dotnet-standard, dotnet-core
Blog Core
Modular blog using Blazor with clean domain-driven design patterns
Stars: ✭ 345 (+348.05%)
Mutual labels:  dotnet-standard, dotnet-core
Dotnet Webassembly
Create, read, modify, write and execute WebAssembly (WASM) files from .NET-based applications.
Stars: ✭ 535 (+594.81%)
Mutual labels:  dotnet-standard, dotnet-core
Mockqueryable
Moking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc
Stars: ✭ 281 (+264.94%)
Mutual labels:  dotnet-standard, dotnet-core
Tusdotnet
.NET server implementation of the Tus protocol for resumable file uploads. Read more at https://tus.io
Stars: ✭ 298 (+287.01%)
Mutual labels:  dotnet-standard, dotnet-core
Mathparser.org Mxparser
Math Parser Java Android C# .NET/MONO (.NET Framework, .NET Core, .NET Standard, .NET PCL, Xamarin.Android, Xamarin.iOS) CLS Library - a super easy, rich and flexible mathematical expression parser (expression evaluator, expression provided as plain text / strings) for JAVA and C#. Main features: rich built-in library of operators, constants, math functions, user defined: arguments, functions, recursive functions and general recursion (direct / indirect). Additionally parser provides grammar and internal syntax checking.
Stars: ✭ 624 (+710.39%)
Mutual labels:  dotnet-standard, dotnet-core
Geneticsharp
GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).
Stars: ✭ 813 (+955.84%)
Mutual labels:  dotnet-standard, dotnet-core

.NET Plugin for TeamCity

official JetBrains project License

The TeamCity .NET plugin provides support for .NET tools in TeamCity.

It simplifies building Windows and cross-platform applications that use .NET frameworks and libraries.

Features

The plugin provides the following features:

Download

You can download the plugin and install it as an additional TeamCity plugin. The latest plugin builds:

Dev
2020.1
2019.2
2019.1
2018.2
2018.1
2017.2
2017.1

Additional Resources

Compatibility

The plugin is compatible with

Note: This plugin is bundled in TeamCity 2017.2+

Configuration

.NET CLI toolkit

To use the dotnet build runner, install .NET CLI and add the .NET CLI tools path to the PATH environment variable.

You can also configure the DOTNET_HOME environment variable for your TeamCity build agent user, for instance:

DOTNET_HOME=C:\Program Files\dotnet\

Reported agent configuration parameters

During initialization this plugin reports the following agent configuration parameters:

Name Description
DotNetCLI The version of found .NET CLI (dotnet) app
DotNetCLI_Path The path to the found .NET CLI (dotnet) app
DotNetCoreSDKx.x_Path The path to the found .NET Core SDK

Known issues

Tests might not be reported correctly for .NET Core xunit test projects when logging verbosity levels is minimal or quiet because of issue.

Build

This project uses gradle as a build system. You can easily open it in IntelliJ IDEA or Eclipse.

Contributions

We appreciate all kinds of feedback, so please feel free to send a PR or file an issue in the TeamCity tracker.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].