Skip to content
#

core

Here are 1,054 public repositories matching this topic...

KaneLeung
KaneLeung commented Oct 25, 2019

TIM截图20191025180951

DB.Updateable<t_stock_document>().SetColumns(k => new t_stock_document() { OutQTY = k.OutQTY - delDoc.F_Qty ?? 0, OutFinish = false }).Where(k => k.F_ID == delDoc.RelateID).ToSql();

语句中,使用??生成的Sql语句如图,运行时会报错 ,我以为是运算符优先级问题,
再加了括号试试,同样会报错,是否不支持??运算符
![TIM截图

ScruffR
ScruffR commented Jun 10, 2019

e.g. the demo implementations in this sub-directory
https://github.com/particle-iot/device-os/tree/v1.3.0-alpha.1/user/tests/app/ble
or some code snippets in the docs and tutorials still use #include "application.h".

Although Particle.h (formerly Spark.h) should have replaced application.h (as per #249) we keep finding internal/official code using application.h while we try to get t

Nicholas-Steel
Nicholas-Steel commented Mar 26, 2020

Installation Notes should mention it can be delivered via Windows Update


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

  • ID: b706f0af-d504-a8ca-7c38-b8bb9283bfad
  • Version Independent ID: 14f31acf-9f47-59a6-269f-62ab249fe560
  • Content: [Servicing stack updates (Windows 10) - Windows Deployment](https://docs.microsoft.com/en
jodyhuntatx
jodyhuntatx commented Nov 14, 2019

As a Developer, I want to know why a Follower is not authenticating my application, so that I can address the issue without a lot of trial & error.

GIVEN an application deployed in K8s/OCP with the authenticator client
WHEN the the Follower rejects the authn request
THEN post the error message such that it is visible in the Follower log at the default log level.

Developer Notes

In /opt

tomdye
tomdye commented Mar 17, 2020

Add documentation to the reference guide that covers the new data middleware and resources functionality. The documentation should cover something like:

  1. An overview of the functionality, scenarios that it is designed to solve.
  2. Using data middleware to author data aware widgets
  3. Working with resources and data aware widgets
lisachenko
lisachenko commented Feb 12, 2020

This issue clarifies the usage of this library with other projects and describes terms of usage.

  • This library, provided under RPL license can be used for free for any open-source projects without any limitations while source code of these projects or libraries is also open-sourced.
  • For open-source libraries that are distributed under more permissive license types like MIT a
shivtorov
shivtorov commented Apr 4, 2020

Empty help article


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

TFAstudio
TFAstudio commented Aug 29, 2017

Love the idea of BDD and NSpec as a concept looks so much easier writing tests than the standard unit testing frameworks.

However, using the 'Getting Started' guide on the nspec.org, I quickly found that either it is out of date or incorrect. The examples in the page do not run as stated. By downloading the examples in github, I noticed that you are using Shouldly rather than FluentAssertions

monkbroc
monkbroc commented Jun 18, 2018

The CLI installer auto-updates the CLI version so it's not necessary to show this message to the user. It also gives incorrect instructions since the CLI was not:

particle-cli v1.30.0

! A newer version (1.31.0) of particle-cli is available.
! Upgrade now by running: npm install -g particle-cli
rgshah26
rgshah26 commented Apr 21, 2020

Please mention SQL 2019 in this document for SP19.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

  • ID: 530a4fe6-b750-c975-8492-c574936b254f
  • Version Independent ID: 6fccbcbb-4499-51eb-9be4-9260b485add1
  • Content: [Supported high availability and disaster recovery options for SharePoint databases](https://docs.microsoft.com
bignaaz
bignaaz commented Apr 29, 2020

Minor error in the Lab Kit 1909 lab guide v2 -

On page 20, step 62 we are directed to "Enable automatic site-wide client push installation" and then on pages 23, 24, and 26 we are asked to "Install the Configuration Manager Client" using the Client Push Installation.

The Client gets automatically installed on the VMs we create as a result of the setting on page 20. I do not think I missed

BizD3V
BizD3V commented Apr 12, 2020

Given the complexity of this cmdlet, having NO documentation for any of the parameters isn't helpful. The parameters listed are just common ones, what does "CompanyName" for example do in the case of a WSS migration??


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

  • ID: e5d569cd-4428-2d98-4353-ebe47443b1a8
  • Version Independ

Improve this page

Add a description, image, and links to the core 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 core topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.