Stop using Preview structure and API in samples. #3350
Labels
bug
Something isn't working
code-sanitation
Code consistency, maintainability, and best practices, moreso than any public API.
From PR #3307 and @TomFinley 's comment it was learnt that samples should be rewritten to not use "preview" structure because we're writing sample code using a structure expressly and clearly intended purely for debugging in a preview window anyway. There are a number of samples that use preview structure, I will start converting these samples in batches and replace the usage of preview API/structure with something more appropriate like IDataView + getter or Enumerable(with class). We definitely don't want to be educating our users the wrong thing.
CC: @TomFinley @shmoradims @natke @shauheen
The text was updated successfully, but these errors were encountered: