Support dtproj and rptproj project files
See original GitHub issueHi.
Thank you for slngen.
I’d like to request support for *.dtproj
and *.rptproj
files.
Currently, running slngen **\*.*proj
fails with the following error messages:
C:\Repo1\Solution1\Project1\Project1.dtproj(3,3): error MSB4067: The element <DeploymentModel> beneath element <Project> is unrecognized.
C:\Repo1\Solution2\Project2\Project2.rptproj : error MSB4025: The project file could not be loaded. 'Windows-1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. (Parameter 'name')
SlnGen version 8.5.0+9e6fee5d80 for .NET Core
Thank you.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Creating SSRS projects in Visual Studio 2019 - can't get it ...
We've been using Visual Studio 2017 for a while now but I want to upgrade to VS2019. Looks like rptproj files are not...
Read more >How can I build my SSIS and SSRS projects in team city?
The project file "SB.SSIS.Package\SB.SSIS.Package.dtproj" is not supported by MSBuild and cannot be built. FOR SSRS here is the warning:.
Read more >Visual Studio 2019 Preview 1 does not support rptproj ...
VS 2019 Preview 1 apparently doesn't support rptproj projects. It's still a preview, and I know you can do side by side installations, ......
Read more >Build error MSB4067 (UnrecognizedChildElement) when ...
warning MSB4078: The project file "Reports.rptproj" is not supported by MSBuild and cannot be built. The latter behaviour is more desirable (for ...
Read more >Can't open a BI project after an upgrade - Visual Studio
This problem occurs after you upgrade the project to the Visual Studio ... .sln .dwproj .dtproj .rptproj ... The project file was unloaded....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Have you tried using SlnGenCustomProjectTypeGuid item in your project?
Excluding files and folders was added to the CLI in https://github.com/microsoft/slngen/pull/433