Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Razor.slnf buildable from command-line #32141

Merged
merged 1 commit into from
Apr 25, 2021

Conversation

KirillOsenkov
Copy link
Member

With the comma building Razor.slnf from command-line results in error:

Solution file error MSB5025: Json in solution filter file "C:\AspNetCore\src\Razor\razor.slnf" is incorrectly formatted.

@ghost ghost added the area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates label Apr 24, 2021
@KirillOsenkov KirillOsenkov changed the title Dev/kirillo/slnf Make Razor.slnf buildable from command-line Apr 24, 2021
@KirillOsenkov KirillOsenkov requested a review from Pilchie April 24, 2021 23:46
With the comma building Razor.slnf from command-line results in error:

Solution file error MSB5025: Json in solution filter file "C:\AspNetCore\src\Razor\razor.slnf" is incorrectly formatted.
@Pilchie Pilchie requested a review from a team April 25, 2021 03:29
@Pilchie
Copy link
Member

Pilchie commented Apr 25, 2021

Ugh, seems like we should try to make MSBuild and VS have the same level of resiliency - @rainersigwald

@Pilchie Pilchie merged commit af98102 into dotnet:main Apr 25, 2021
@ghost ghost added this to the 6.0-preview5 milestone Apr 25, 2021
@KirillOsenkov KirillOsenkov deleted the dev/kirillo/slnf branch April 25, 2021 04:55
@KirillOsenkov
Copy link
Member Author

I filed dotnet/msbuild#6371

@ghost
Copy link

ghost commented Apr 25, 2021

Hi @KirillOsenkov. It looks like you just commented on a closed PR. The team will most probably miss it. If you'd like to bring something important up to their attention, consider filing a new issue and add enough details to build context.

@rainersigwald
Copy link
Member

Great news! dotnet/msbuild#6346 fixed this for 16.10/5.0.300.

@ghost
Copy link

ghost commented Apr 26, 2021

Hi @rainersigwald. It looks like you just commented on a closed PR. The team will most probably miss it. If you'd like to bring something important up to their attention, consider filing a new issue and add enough details to build context.

@Pilchie
Copy link
Member

Pilchie commented Apr 26, 2021

Awesome, thanks @rainersigwald !

dougbu pushed a commit to dougbu/razor-compiler that referenced this pull request Nov 17, 2021
With the comma building Razor.slnf from command-line results in error:

Solution file error MSB5025: Json in solution filter file "C:\AspNetCore\src\Razor\razor.slnf" is incorrectly formatted.

Commit migrated from dotnet/aspnetcore@af981028f480
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants