Skip to content

Document the syntax of OpenApiError.Pointer #500

@KalleOlaviNiemitalo

Description

@KalleOlaviNiemitalo

The OpenApiError.Pointer property currently has a minimal XML documentation comment:

/// <summary>
/// Pointer to the location of the error.
/// </summary>
public string Pointer { get; set; }

I would like to see documentation of the possible syntaxes here. I have an MSBuild task that tries to parse this string and pass line and column numbers to TaskLoggingHelper.LogError.

Currently, the possibilities seem to be:

(Some errors have more detailed location information in OpenApiError.Message. Filed #502 for making that easier to access.)

Metadata

Metadata

Assignees

Labels

type:bugA broken experience

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions