Base solution for your next web application

Activities of "atlasair"

Now when I run it, it seems to generate the json file but nothing else. The window opens and closes quickly. Here is the log data

DEBUG 2020-01-27 08:42:58,279 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Generate entity started. DEBUG 2020-01-27 08:42:59,097 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Entity successfully generated.

As I mentioned in my initial post, there is nothing being logged.

Can't determine what is causing this. Nothing is being logged.

Running the ..WebHost.exe

Application is shutting down... ...Web.Host.exe (process 3340) exited with code -42.

To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.

Generating an Entity failed and it producing errors in the interface. Tried editing it and it seems to have written duplicate code and code that can't compile.

-> ItemsAppService.cs is being generated. -> IItemsAppService.cs is being generated. -> ItemConsts.cs is being generated. -> CreateOrEditItemDto.cs is being generated. -> ItemDto.cs is being generated. -> GetAllItemsForExcelInput.cs is being generated. -> GetAllForLookupTableInput.cs is being generated. -> GetAllItemsInput.cs is being generated. -> GetItemForViewDto.cs is being generated. -> GetItemForEditOutput.cs is being generated. -> Item.cs is being generated. -> ItemsExcelExporter.cs is being generated. -> IItemsExcelExporter.cs is being generated. -> AppPermissions.cs is being modified. -> AppAuthorizationProvider.cs is being modified. -> EntityHistoryHelper.cs is being modified. -> CoreDemoDbContext.cs is being modified. -> CustomDtoMapper.cs is being modified. Running add-migration...

Welcome to .NET Core 3.1!

SDK Version: 3.1.100

Telemetry

The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.

Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry


Explore documentation: https://aka.ms/dotnet-docs Report issues and find source on GitHub: https://github.com/dotnet/core Find out what's new: https://aka.ms/dotnet-whats-new Learn about the installed HTTPS developer cert: https://aka.ms/aspnet-core-https Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs Write your first app: https://aka.ms/first-net-core-app

Could not execute because the specified command or file was not found. Possible reasons for this include:

  • You misspelled a built-in dotnet command.
  • You intended to execute a .NET Core program, but dotnet-ef does not exist.
  • You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH. Running update-database... Could not execute because the specified command or file was not found. Possible reasons for this include:
  • You misspelled a built-in dotnet command.
  • You intended to execute a .NET Core program, but dotnet-ef does not exist.
  • You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH. -> ItemsController.cs is being generated. -> _CreateOrEditModal.cshtml is being generated. -> _CreateOrEditModal.js is being generated. -> _CreateOrEditModal.min.js is being generated. -> CreateOrEditItemViewModel.cs is being generated. -> Index.cshtml is being generated. -> Index.js is being generated. -> Index.min.js is being generated. -> _ViewItemModal.cshtml is being generated. -> ItemViewModel.cs is being generated. -> ItemsViewModel.cs is being generated. -> AppNavigationProvider.cs is being modified. -> AppPageNames.cs is being modified. -> CoreDemo.xml is being modified.

Code generation is complete. Press ENTER to exit...

Question
  1. How do I go about implementing ADFS for authentication for single sign on? I am new to using AspNet Zero.

  2. Is there sample code for the different features?

  3. Is there support for Offline cache? We have situations where users will not have an internet connection and would need to sync up once they do. Something along the lines of Firebase?

  4. We are using the generated code for Web.Mvc and we can not access a database directly (Company Policy). The generated code for the Web.Mvc references Web.Core and that references EF. How do we solve this?

Thanks Matt

Showing 1 to 5 of 5 entries