microsoftgraph / msgraph-cli-archived

The Microsoft Graph CLI repository has moved. This repository is now an archive.
https://github.com/microsoftgraph/msgraph-cli
Other
44 stars 9 forks source link

fix bug with profile storage location #179

Closed calebkiage closed 3 years ago

calebkiage commented 3 years ago

Overview

FileNotFoundError on first run #172

Demo

image

Notes

There's a limit of 260 characters on the path size in .NET that sometimes causes an error that looks something like:

heat.exe : error HEAT5059: The file '[Long file path]' cannot be found.

If that happens, move the project so it has a shorter root path (closer to the root of the drive).

Testing Instructions

Microsoft Reviewers: Open in CodeFlow