Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Niels
Total activity
15
Last activity
February 02, 2023 07:54
Member since
November 02, 2022 10:17
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
3
Activity overview
Posts (2)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
February 02, 2023 07:54
I've switched over to the dotnet vstest runner for other build projects. WPF (.net 7) referencing code also don't seem to work correctly with the nunit console runner. Gone ditch the NUnit console...
Community
TeamCity General Topics
Nunit 3.16.0 sets incorrect AppDomain.CurrentDomain.BaseDirectory
0 votes
Created
January 25, 2023 12:59
In the .net framework 4.7.2 version that same "Path.GetDirectoryName(AppDomain.CurrentDomain.BaseDirectory)" call would return the location of the test dll. Something you would expect when the code...
Community
TeamCity General Topics
Nunit 3.16.0 sets incorrect AppDomain.CurrentDomain.BaseDirectory
0 votes
Created
January 24, 2023 08:09
I've created a workaround for it already a couple of weeks ago, I don't have buildlogs that old anymore. But just do "string applicationRootFolder = Path.GetDirectoryName(AppDomain.CurrentDomain.B...
Community
TeamCity General Topics
Nunit 3.16.0 sets incorrect AppDomain.CurrentDomain.BaseDirectory
0 votes
Created
January 10, 2023 15:59
Problem persist in 3.16.1 of nunit
Community
TeamCity General Topics
Nunit 3.16.0 sets incorrect AppDomain.CurrentDomain.BaseDirectory
0 votes
Created
December 02, 2022 16:59
if you have Native Git operations: enabled under Diagnostics > Git And you have rebooted the system after Git installation. Then I'm unsure what the possible problem could be.
Community
TeamCity General Topics
Build Agent doesn`t support git-lfs
0 votes
Created
December 02, 2022 16:34
That wasn't clear for me from the random command lines. Did you setup TeamCity to use the locally installed git instead of it's internal one? And can you manually execute the commands on the system...
Community
TeamCity General Topics
Build Agent doesn`t support git-lfs
1 vote
Created
December 02, 2022 16:09
If I read it correctly you use the locally installed git version? In that case shouldn't you manually install git-lfs on that system?
Community
TeamCity General Topics
Build Agent doesn`t support git-lfs
0 votes
Created
November 23, 2022 09:48
Found the underlying cause. The AssemblyInfo.cs file is being ignored during the build (MSBuild). This is the default behaviour for SDK style csproj files. But we have the option <GenerateAssembly...
Community
TeamCity General Topics
Project InternalsVisibleTo is ignored on build
0 votes
Created
November 22, 2022 13:59
The error is produced by a different step then I thought. C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\Roslyn\csc.exe the csc.exe seems to produce the error mentio...
Community
TeamCity General Topics
Project InternalsVisibleTo is ignored on build
0 votes