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

[Bug] The name 'WeekLayout' does not exist in the current context #113

Open
kerberosargos opened this issue Oct 19, 2021 · 7 comments
Open
Labels
bug Something isn't working

Comments

@kerberosargos
Copy link

Hi folks, I have installed v1.4.5304 from nuget but It does not contains Enums.

using Xamarin.Plugin.Calendar.Enums;

private WeekLayout _calendarLayout = WeekLayout.Month;

Severity	Code	Description	Project	File	Line	Suppression State
Error	CS0103	The name 'WeekLayout' does not exist in the current context	
@kerberosargos kerberosargos added the bug Something isn't working label Oct 19, 2021
@kerberosargos
Copy link
Author

I think codes are diffrent in "SRC" and "Nuget Package".

@kvpt
Copy link
Contributor

kvpt commented Nov 16, 2021

From the git history, the WeekLayout has been introduced by the PR #106 which has been merged the 11 october and the last nuget package has been published the 8 july.
So you will need to wait for the next release or build your own package from the source.

@mcblacksea
Copy link

Issue still exists:

image

@wadebaird
Copy link
Contributor

@aodegov : Yes, it will still exist. Please see @kvpt 's response above.

@mcblacksea
Copy link

mcblacksea commented May 27, 2022

@wadebaird, @kerberosargos , @kvpt , as far as I can see this issue has been fixed with latest NuGet package updates.
At least I don't have this anymore.
Could you please check on your side.
And then, if everything is alright this issue can be closed.

@kerberosargos
Copy link
Author

kerberosargos commented May 28, 2022 via email

@wadebaird
Copy link
Contributor

Yes, I agree, this can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants