JetBrains / teamcity-msbuild-logger

MSBuild logger for TeamCity
Apache License 2.0
19 stars 9 forks source link

NullReferenceException when using it with msbuild17 #16

Open bplatypus opened 5 months ago

bplatypus commented 5 months ago

Hi, We're trying to use 'msbuild15/TeamCity.MSBuild.Logger.dll' in our build (which is using msbuild17) but we have the following exception:

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.Build.Execution.BuildManager.OnLoggingThreadException(Exception e)

Do you have a compatible version which we could use? Thanks

NikolayPianikov commented 5 months ago

@mchechulnikov will you have time to look at this issue?

mchechulnikov commented 5 months ago

@bplatypus hi! Could you please advise how you use logger? Is it via TeamCity? Unfortunately, I failed to reproduce it directly