repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git]
/
mcs
/
errors
/
cs9671.cs
blob
d89b21439d5e36e958884fb80b416430da0bf30e
1
// CS9671: Global attributes must have attribute target specified
2
// Line: 8
3
4
using
System
.
Reflection
;
5
6
[
assembly
:
AssemblyTitle
(
"SidePanels"
)]
7
8
[
UsesLibrary
(
"eaclibrary"
,
Required
=
true
)]