NuGet 警告 NU5109

The file at 'tools/_._' uses the symbol for empty directory '_._', but it is present in a directory that contains other files. Please remove this file from directories that contain other files.

問題点

他のファイルを含むフォルダーで、ファイル名 _._ を持つファイルが検出されました。

解決策

ファイル名 '.' は、空のディレクトリのシンボルとして使用されます。 そのファイル名を持つファイルは、空のディレクトリに存在する必要があります。 このファイルは、他のファイルを含むディレクトリから削除してください。