How add Resharper build step for .NET Core projects

I'm using TeamCity Enterprise 2018.2.1 (build 61078) and i'm trying to add Resharper build step for my .NET Core projects.

The only options that I have is .NEtFrameworks versions:

 

 

Is there any support for .NET Core? And if yes, how could I configure build step?

0
4 comments

Hi,

 

TeamCity uses resharper internally to perform the inspections. While we haven't tested it ourselves, Resharper should be able to inspect .net core projects: https://www.jetbrains.com/resharper/download/system_requirements.html, so it's very likely that TeamCity should as well.

 

If you aren't targetting .net frameworks in your project, you can leave those boxes unchecked (but keep in mind that you need .net framework 4.0 or above installed just to run the inspections) https://confluence.jetbrains.com/pages/viewpage.action?pageId=113084113

 

Should you have any issues, please don't hesitate to report them explicitly.

0

Hi Denis,

 

It's not worked. The problem is the inspection can't find any things in .NET Core Projects.

Even if I have .NETFramework project and .NET Core projects both in my solution, Resharper (I mean in TeamCity) only can inspect .NETFramework project.

 

0

Hi,

 

it seems by the error messages that TeamCity is failing to locate even the references to System.*. We've seen this error recently here: https://youtrack.jetbrains.com/issue/TW-59861

 

That's the issue where we are investigating in our tracker. I've notified the developer responsible for it and he will get onto it as soon as possible, but please keep in mind we are around release time so time is a bit short in general, so answers might take a bit to arrive.

0

Has there been any movement on this issue? We'd like to use ReSharper to inspect a .NET Core solution also, and it's not working no matter what we check or un-check in the "Target Frameworks" list.

0

Please sign in to leave a comment.