Giter Site home page Giter Site logo

Comments (2)

CubeSpark avatar CubeSpark commented on August 18, 2024

I created a fork and downloaded it from the Fritz source. I have the same problem - working on it now. I will try to install 2.1.

from corewiki.

CubeSpark avatar CubeSpark commented on August 18, 2024

In VS 2018, right-clicked on the Solution itself, and opened Build Order. It indicates a sequence:

  1. CoreWiki.Core - I manually and successfully cleaned and built.

  2. CoreWiki.Data.Abstractions - I manually and successfully cleaned and built.

  3. CoreWiki.Data.EntityFramework - I manually and successfully cleaned and built, but with warnings:

    • ApplicationDbContext.cs(48,43,48,58):
      Warning CS0618: 'SlugHistoryDAO.AddedDateTime' is obsolete:
      'This property only exists for EF serialization purposes'

    • Repositories\SlugHistoryRepository.cs(39,5,39,18):
      Warning CS0618: 'SlugHistoryDAO.AddedDateTime' is obsolete:
      'This property only exists for EF serialization purposes'

  4. CoreWiki.Notifications.Abstractions - I manually and successfully cleaned and built.

  5. CoreWiki.Notifications - I manually and successfully cleaned and built.

  6. CoreWiki.FirstStart - Failed.

    • StartupExtensions.cs(19,23,19,45):
      Warning CS0414: The field 'StartupExtensions._RunAfterConfiguration' is assigned
      but its value is never used.
    • StartupExtensions.cs(20,23,20,44):
      Warning CS0414: The field 'StartupExtensions._FirstStartIncomplete' is assigned
      but its value is never used.

    In the Areas folder, the Razor pages threw a warning first, then failed:
    ...Areas\FirstStart\Pages\Index.cshtml.cs(54,4,54,14):
    Warning MVC1002: 'HttpPostAttribute' cannot be applied to Razor Page handler methods.
    Routes for Razor Pages must be declared using the @page directive or using conventions.

    And: .nuget\packages\microsoft.aspnetcore.razor.design\2.2.0\build\netstandard2.0\Microsoft.AspNetCore.Razor.Design.CodeGeneration.targets(161,5): error : Assembly location for Razor SDK Tasks was not specified. The most likely cause is an older incompatible version of Microsoft.NET.Sdk.Razor, or Microsoft.NET.Sdk.Web used by this project.
    Please target a newer version of the .NET Core SDK.

from corewiki.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.