docs icon indicating copy to clipboard operation
docs copied to clipboard

Another cause of error

Open ericwood8 opened this issue 3 years ago • 1 comments

[Enter feedback here] Also is caused by:

    public static ObservableCollection<CeisData> BuildCeis()
    {
         <<< code>>>
    }

where CeisData is lower scope than function. Such as CeisData being internal scope rather than public scope.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ericwood8 avatar Sep 08 '22 14:09 ericwood8

Thanks for adding this note @ericwood8

I've added it to our backlog to address.

BillWagner avatar Sep 09 '22 14:09 BillWagner