一往確認日記

有限会社伊藤ソフトデザインの代表をしています。

dotnet library作成

前回dotnetをmacで試しましたが、提供する場合はLibraryで提供することになるのでLibraryの作成もこちらの通り試していきます。

learn.microsoft.com

手順通りに進めていって、ライブラリーに実装した先頭が大文字か判断するメソッドの動作確認ができました。

Press <Enter> only to exit; otherwise, enter a string and press <Enter>:

This
Input: This
Begins with uppercase? Yes

is
Input: is
Begins with uppercase? No

a
Input: a
Begins with uppercase? No

Pen
Input: Pen
Begins with uppercase? Yes

Macでも作れることが確認できました。