Skip to content
#

quickstart

Here are 541 public repositories matching this topic...

zachariahyoung
zachariahyoung commented Mar 19, 2020

getting the following error message.

ksql> CREATE STREAM CUSTOMERS_SRC WITH (KAFKA_TOPIC='asgard.public.customers', VALUE_FORMAT='AVRO'); Avro schema for message values on topic asgard.public.customers does not exist in the

TiagoBrenck
TiagoBrenck commented Mar 4, 2020

With the refactoring on Microsoft.Identity.Web, we are not using AzureAd.UI methods anymore, and the samples got changed. However the READMEs are still referencing the old code or AzureAd,UI.

Some points to check:

  • Check if the code snippet is using
services.AddAuthentication(OpenIdConnectDefaults.AuthenticationScheme)
                .AddSignIn("AzureAd", Configuration, op
aturingmachine
aturingmachine commented Nov 17, 2018

Since the purpose of this project is to provide a quickstart guide to building a fullstack javascript application we should look into add some example unit tests to the backend and frontend. This would allow new users to see how a test is written for both.

AC:

  • Need good unit tests written
  • Tests should be commented showing how and why things are done.

Improve this page

Add a description, image, and links to the quickstart topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the quickstart topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.