contentful.net icon indicating copy to clipboard operation
contentful.net copied to clipboard

.NET Library for Contentful's Content Delivery and Management API

Results 14 contentful.net issues
Sort by recently updated
recently updated
newest added

Hello everyone. the tl;dr of this issue is that I have an Entity A which contains a reference to an Entiy B as part of its payload. When I call...

Hi, I'd like to retrieve just one field for all my entries of a given type. The HTTP API supports this via [the selector query param](https://www.contentful.com/developers/docs/references/content-delivery-api/#/reference/search-parameters/select-operator), but it's not part...

I cannot deserialize a webhook call with rich text content. This is the error I get when calling `WebhookDeserializer.DeserializeWebhookRequestAsync`: > Deserialization of interface types is not supported. Type 'Contentful.Core.Models.IContent'. Path:...

Issue is that you are depending on a old and unsupported .NET Core version (2.1), that pulls in dependencies that are vulnerable. Adding explict references avoids that. Updating to a...

Hi, I have a content item that has a rich text field into which I'm embedding another content item (different type) having a media field, populated by a draft image....

Fixed proposed in https://github.com/contentful/contentful.net/pull/278

I have encountered what I assume is de-serialization issue, or, at least, unexpected behavior, which I'll try to convey in a simplified manner: In the CMS: DocType1 { "referenceToDocType3": ,...

The API for EditorInterfaces has changed some and the implementation needs to be updated to reflect it.

enhancement

CreateExtension request fails is SrcDoc provided: ``` contentfulManagementClient.CreateExtension(new UiExtension{ FieldTypes = new List(), Name = "The Extension", SrcDoc = "test", Sidebar = true }); ``` Post request payload: ``` {...

Hi there! I'm wondering if it is possible to use the export file from contentful-cli as the data source instead of using dynamic requests with HttpClient? We'd like to refresh...

enhancement