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

[Documentation] Document how to run the application for developers #14

Open
arbrog opened this issue Apr 8, 2021 · 3 comments
Open

Comments

@arbrog
Copy link

arbrog commented Apr 8, 2021

I would like to contribute to the frontend but I am not familiar with ASP.NET at all so having some basic documentation on how to get it running would be greatly appreciated.

@lylebrown
Copy link

Additionally, while the API is documented in code comments fairly well, it might be a good idea to document it more fully. This would certainly aid in frontend development, at least in terms of interactions with the application.

@lylebrown
Copy link

@aluhrs13 I'm trying to run it myself in Visual Studio and there are some incompatibilities when I try to build it against .NET Core 3.1.

Error	NU1202	Package Microsoft.AspNetCore.SpaServices.Extensions 5.0.3 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Microsoft.AspNetCore.SpaServices.Extensions 5.0.3 supports: net5.0 (.NETCoreApp,Version=v5.0)	initsplace	L:\Code\InItsPlace\initsplace.csproj	1	
Error	NU1202	Package Microsoft.VisualStudio.Web.CodeGeneration.Design 5.0.2 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Microsoft.VisualStudio.Web.CodeGeneration.Design 5.0.2 supports: net5.0 (.NETCoreApp,Version=v5.0)	initsplace	L:\Code\InItsPlace\initsplace.csproj	1	

Is it partially using .NET 5.0? (I can't get it to run against that either, though.)

@lylebrown
Copy link

lylebrown commented Apr 9, 2021

Well, I did get it working with .NET 5.0. I'd absolutely prefer to get it running against .NET Core instead so it can run cross-platform. I would think it'll just take some refactoring of the dependencies. Let me know if you want me to try to assist with this.

Still not sure which port the API runs on though. Getting errors regardless of which value I use (there seem to be multiple specified in the code between the react app and settings json).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants