-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roslyn analyzer for NativeModuleBase #2
Milestone
Comments
GantMan
referenced
this issue
in infinitered/react-native-windows
Sep 29, 2016
AsyncStorageModule provides permanent storage for React Native JavaScript applications. - implement PR comments #2 - add Android tests Fixes microsoft#136
GantMan
referenced
this issue
in infinitered/react-native-windows
Sep 29, 2016
ReactPicker provides access to native selector UI components for React Native JavaScript applications. - PR comments #2 implemented Fixes microsoft#231
GantMan
referenced
this issue
in infinitered/react-native-windows
Sep 29, 2016
ReactWebView provides access to native webview UI components for React Native JavaScript applications. - PR comments #2 implemented Fixes microsoft#118
rozele
pushed a commit
that referenced
this issue
Feb 7, 2017
Summary: AaaChiuuu See: facebook/react-native#11329 Closes facebook/react-native#11505 Differential Revision: D4338559 Pulled By: AaaChiuuu fbshipit-source-id: 6cd1fd366a2bc30d496b7e907242e7f89a384a19
Closing due to age of issue. Will re-open if there is interest in this. |
kmelmon
referenced
this issue
in kmelmon/react-native-windows
Oct 21, 2019
kmelmon
added a commit
that referenced
this issue
Oct 22, 2019
* merge * Change files * always publish binlog, comment out targets * comment out targets * change to succeededOrFailed. Of course! * move condition outside inputs. Of course! * add more binlogs * tweak path * joy! reverse engineering pathToPublish is fun * sheesh. still trying to find the binlog * use Build.SourcesDirectory to locate binlog * typo * giving up on /bl. Trying another option * publish log * add timeout * log more build jobs * change publish path * try #2 at getting the right publish path * remove clean
kmelmon
added a commit
that referenced
this issue
Aug 18, 2020
* re-enable * comment out PlatformColor test, this was the failing test in the past as well * trying again, this time commenting out PanResponder Sample, which comes just before the failing test * trying to wait for home page to load before continuing * another take on waiting for item in FlatList to be loaded first * trying new approach, enter test name in edit box to filter first * made some progress, now timing out on edit control, add polling for that control * finally! success. Try #2 * try #3, fingers crossed! * try #4 * split test into groups * bumping up timeout * try #2 with longer timeout * go back to one testspec * try #4 with longer timeout * try #5 with longer timeout. really folks I think I got it this time :) * convert all the tests to use same mechanism * Change files * remove smoke test * stability pass after removing smoke test, try #2
rectified95
referenced
this issue
in rectified95/react-native-windows
Oct 6, 2020
rectified95
referenced
this issue
in rectified95/react-native-windows
Oct 8, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Write an analyzer that ships with the ReactWindows NuGet package that will give compile time checks for things like function name overloads.
The text was updated successfully, but these errors were encountered: