Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

vbnc does not understand "Auto-Implemented" Properties (aka single-line properties) #46

Description

@rolfbjarne

Submitted by a community member on 2016-11-14 19:41 UTC

For code such as:

Public Property Title As String
Public Property ShortName As String

Instead of compiling, the compiler fatal errors with:

Error VBNC90019: Expected 'End'. (VBNC90019) (libDashboard)
Error VBNC30205: End of statement expected. (VBNC30205) (libDashboard)
Error VBNC30124: Property without a 'ReadOnly' or 'WriteOnly' specifier must provide both a 'Get' and a 'Set'. (VBNC30124) (libDashboard)
Linux Arch 4.4.27-1-lts #1 SMP Sat Oct 22 17:17:59 CEST 2016 x86\_64 GNU/Linux
extra/mono 4.6.1.3-1 [installed]
extra/mono-addins 1.1-1 [installed]
extra/mono-basic 4.0.1-1 [installed]

Reference: https://bugzilla.xamarin.com/show_bug.cgi?id=46950

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions