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

パッケージ管理 #9

Closed
ufcpp opened this issue May 13, 2015 · 6 comments
Closed

パッケージ管理 #9

ufcpp opened this issue May 13, 2015 · 6 comments

Comments

@ufcpp
Copy link
Owner

ufcpp commented May 13, 2015

NuGetの話
Analyzerの話
NuGet+AnalyzerでCode-Aware Libraryの話

@ufcpp
Copy link
Owner Author

ufcpp commented May 13, 2015

NuGet

@ufcpp
Copy link
Owner Author

ufcpp commented May 13, 2015

http://ufcpp.net/study/csharp/package/pkgcodeawarelibrary/

  • Code-Awareなライブラリの作成手順を簡単に
  • Code-Awareなライブラリが有効な場面をもう何例か挙げる

VS 2015が「最初のバージョン」だし、まだまだめんどいししんどい。今後良くなっていくはず。

@ufcpp
Copy link
Owner Author

ufcpp commented May 13, 2015

Analyzerの話には、

@ufcpp
Copy link
Owner Author

ufcpp commented Jan 4, 2016

ビルド結果の

  • pdb
  • xml (doc comment)

のあたりの話も入れる。

symbolsource.org に pdb あげたり
doc comment にもそれ用のサーバー(NuGet Gallery の doc comment版)作りたい雰囲気
dll だけ入った nupkg の他に、ソースコード全部入った nupkg

@ufcpp
Copy link
Owner Author

ufcpp commented Jan 8, 2016

dll提供の良し悪し

良い

  • 実行効率
  • 言語非依存
  • 言語のバージョン非依存
  • ファイル管理楽

  • 一部導入しにくい言語構文が
    • stracturalが動的にならざるを得ない
    • マクロ的な構文無理。ジェネリックで演算子使うとかが静的にはむり
    • 匿名型の類をpublicにしにくい

@ufcpp
Copy link
Owner Author

ufcpp commented Oct 21, 2018

ちょっとしんどそうなのでclose。

@ufcpp ufcpp closed this as completed Oct 21, 2018
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

1 participant