Git Product home page Git Product logo

knowledge's People

Contributors

f7q avatar

Watchers

 avatar  avatar

knowledge's Issues

Scaffoldの条件

  1. Model作成
  2. Context作成(コンストラクタ、OnConfiguring、OnModelCreatingの実装)
  3. StartUp#ConfigureServicesにEFとDbContextを注入

コマンドはcontrollerからrazorpageが引数に変わってる。

dotnet aspnet-codegenerator razorpage -m Movie -dc MovieContext -udl -outDir Pages\Movies --referenceScriptLibraries
dotnet aspnet-codegenerator razorpage -m Movie -dc MovieContext -udl -outDir Pages/Movies --referenceScriptLibraries

metapackageの作成

  • Microsoft.NETCore.App 参考:microsoft.netcore.app.nuspec
  • NETStandard.Library 参考:NETStandard.Library.nuspec

NuGet.orgサイトからnuget.exeをダウンロード

  1. nuget.exe spec
  2. nuget.exe pack Package.nuspec
  3. Package.1.0.0.nupkgが生成される。

最低限必要とするパッケージを指定できるため、構成管理に使用する。サポート範囲を明確にできる。
実務だと対象のパッケージはNuGetサーバに存在するパッケージ。
オリジナルは・・・重要なパッケージを含める?

IISの癖をつかむ

web.configが発動する条件がある様子。
IIS Expressの設定など挙動が変化する要因を探る。

CakeBuildのサンプル作成その2

  • newman
  • docfx
    • docfxプロジェクト
  • Windows用ビルド、NETStandardによるポータブルライブラリ実装など
    • NuGetRestore
    • MSBuild
    • NuGetPack -> metapackage作成で使えた。

NET 6対応

各処理を NET6.0にアップデートする。

方向性としては、シンプルかつPostgreSQL中心に製造する。

NET Core 1.1 Update

  • cakebuild
  • console
  • DapperSample
  • docfx
  • ef
  • GroongaSample
  • PortableLib
  • scaffold
  • WebApiFileUploadSample
  • WebApiRebootSample
  • WebApiSample
  • WebApiScaffoldSample
  • WebAppScaffoldSample

NET Core 1.0 Visual Studio 2017バージョンアップ作業

  • PortableLibのバージョンアップ
  • WebApiSampleのバージョンアップ
  • DapperSampleの追加
  • WebApiRebootSampleの追加[未完成]
  • WebApiScaffoldSampleのバージョンアップ
  • WebAppScaffoldSampleのバージョンアップ
  • cakebuildのバージョンアップ
  • consoleのバージョンアップ
  • docfxのバージョンアップ
  • efのバージョンアップ
  • ef004056の削除
  • scaffoldのバージョンアップ

NET Core 2.0 Update

  • cakebuild
  • console
  • DapperSample
  • docfx
  • ef
  • GroongaSample
  • PortableLib
  • scaffold
  • WebApiFileUploadSample
  • WebApiRebootSample
  • WebApiSample
  • WebApiScaffoldSample
  • WebAppScaffoldSample
  • WebApiScaffoldNorthwind
  • WebApiLinqkitNorthwind

CakeBuildのサンプル作成

  • 1つ目、今知ってるやつで仮実装
    • Restore
    • Build
    • Test
    • Pack
  • 2つ目、使ってない機能の調査
    • Publish
    • Run
    • dllの配置など
  • 3つ目、デバッグできるパッケージ化
    • IncludeSymbols
    • IncludeSoruce

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.